@adyen/adyen-web 5.29.0 → 5.30.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.
- package/dist/adyen.css +9 -4
- package/dist/adyen.css.map +1 -1
- package/dist/adyen.js +1 -1
- package/dist/adyen.js.map +1 -1
- package/dist/cjs/adyen.css +9 -4
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +9 -4
- package/dist/es/adyen.css.map +1 -1
- package/dist/es/ar.js +1 -1
- package/dist/es/cs-CZ.js +1 -1
- package/dist/es/da-DK.js +1 -1
- package/dist/es/de-DE.js +1 -1
- package/dist/es/el-GR.js +1 -1
- package/dist/es/es-ES.js +1 -1
- package/dist/es/fi-FI.js +1 -1
- package/dist/es/fr-FR.js +1 -1
- package/dist/es/hr-HR.js +1 -1
- package/dist/es/hu-HU.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/it-IT.js +1 -1
- package/dist/es/ja-JP.js +1 -1
- package/dist/es/ko-KR.js +1 -1
- package/dist/es/nl-NL.js +1 -1
- package/dist/es/no-NO.js +1 -1
- package/dist/es/pl-PL.js +1 -1
- package/dist/es/pt-BR.js +1 -1
- package/dist/es/pt-PT.js +1 -1
- package/dist/es/ro-RO.js +1 -1
- package/dist/es/ru-RU.js +1 -1
- package/dist/es/sk-SK.js +1 -1
- package/dist/es/sl-SI.js +1 -1
- package/dist/es/sv-SE.js +1 -1
- package/dist/es/zh-CN.js +1 -1
- package/dist/es/zh-TW.js +1 -1
- package/dist/es.modern/adyen.css +9 -4
- package/dist/es.modern/adyen.css.map +1 -1
- package/dist/es.modern/ar.js +1 -1
- package/dist/es.modern/cs-CZ.js +1 -1
- package/dist/es.modern/da-DK.js +1 -1
- package/dist/es.modern/de-DE.js +1 -1
- package/dist/es.modern/el-GR.js +1 -1
- package/dist/es.modern/es-ES.js +1 -1
- package/dist/es.modern/fi-FI.js +1 -1
- package/dist/es.modern/fr-FR.js +1 -1
- package/dist/es.modern/hr-HR.js +1 -1
- package/dist/es.modern/hu-HU.js +1 -1
- package/dist/es.modern/index.js +1 -1
- package/dist/es.modern/it-IT.js +1 -1
- package/dist/es.modern/ja-JP.js +1 -1
- package/dist/es.modern/ko-KR.js +1 -1
- package/dist/es.modern/nl-NL.js +1 -1
- package/dist/es.modern/no-NO.js +1 -1
- package/dist/es.modern/pl-PL.js +1 -1
- package/dist/es.modern/pt-BR.js +1 -1
- package/dist/es.modern/pt-PT.js +1 -1
- package/dist/es.modern/ro-RO.js +1 -1
- package/dist/es.modern/ru-RU.js +1 -1
- package/dist/es.modern/sk-SK.js +1 -1
- package/dist/es.modern/sl-SI.js +1 -1
- package/dist/es.modern/sv-SE.js +1 -1
- package/dist/es.modern/zh-CN.js +1 -1
- package/dist/es.modern/zh-TW.js +1 -1
- package/dist/types/components/BaseElement.d.ts +7 -3
- package/dist/types/components/Card/components/CardInput/types.d.ts +1 -0
- package/dist/types/components/Card/components/ClickToPay/ClickToPayComponent.d.ts +2 -2
- package/dist/types/components/Card/components/ClickToPay/components/CtPBrand/CtPBrand.d.ts +7 -0
- package/dist/types/components/Card/components/ClickToPay/components/CtPBrand/index.d.ts +1 -0
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPCards.d.ts +2 -2
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPCardsList/CtPCardsList.d.ts +2 -1
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPEmptyCardsList/CtPEmptyCardsList.d.ts +2 -4
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPSingleCard/CtPSingleCard.d.ts +2 -1
- package/dist/types/components/Card/components/ClickToPay/components/CtPInfo/CtPInfo.d.ts +4 -0
- package/dist/types/components/Card/components/ClickToPay/components/CtPInfo/CtPInfoModal/CtPInfoModal.d.ts +9 -0
- package/dist/types/components/Card/components/ClickToPay/components/CtPInfo/CtPInfoModal/index.d.ts +1 -0
- package/dist/types/components/Card/components/ClickToPay/components/CtPInfo/index.d.ts +1 -0
- package/dist/types/components/Card/components/ClickToPay/components/CtPOneTimePassword/CtPOneTimePassword.d.ts +4 -1
- package/dist/types/components/Card/components/ClickToPay/components/CtPOneTimePassword/CtPOneTimePasswordInput/CtPOneTimePasswordInput.d.ts +2 -0
- package/dist/types/components/Card/components/ClickToPay/components/CtPOneTimePassword/CtPOneTimePasswordInput/CtPResendOtpLink.d.ts +2 -1
- package/dist/types/components/Card/components/ClickToPay/components/CtPSection/CtPSection.d.ts +10 -1
- package/dist/types/components/Card/components/ClickToPay/components/CtPSection/CtPSectionTitle.d.ts +0 -0
- package/dist/types/components/Card/components/ClickToPay/context/ClickToPayContext.d.ts +1 -0
- package/dist/types/components/Card/components/ClickToPay/models/ShopperCard.d.ts +2 -1
- package/dist/types/components/Card/components/ClickToPay/services/ClickToPayService.d.ts +5 -7
- package/dist/types/components/Card/components/ClickToPay/services/sdks/AbstractSrcInitiator.d.ts +1 -1
- package/dist/types/components/Card/components/ClickToPay/services/sdks/SrciError.d.ts +3 -1
- package/dist/types/components/Card/components/ClickToPay/services/sdks/types.d.ts +2 -0
- package/dist/types/components/Card/components/ClickToPay/services/types.d.ts +7 -2
- package/dist/types/components/Dropin/Dropin.d.ts +6 -4
- package/dist/types/components/Dropin/types.d.ts +1 -1
- package/dist/types/components/DuitNow/DuitNow.d.ts +46 -0
- package/dist/types/components/DuitNow/config.d.ts +7 -0
- package/dist/types/components/DuitNow/index.d.ts +1 -0
- package/dist/types/components/ThreeDS2/ThreeDS2Challenge.d.ts +4 -3
- package/dist/types/components/ThreeDS2/ThreeDS2DeviceFingerprint.d.ts +3 -2
- package/dist/types/components/ThreeDS2/components/Challenge/PrepareChallenge3DS2.d.ts +1 -2
- package/dist/types/components/ThreeDS2/components/Challenge/types.d.ts +1 -1
- package/dist/types/components/ThreeDS2/components/utils.d.ts +2 -2
- package/dist/types/components/ThreeDS2/config.d.ts +3 -3
- package/dist/types/components/ThreeDS2/types.d.ts +6 -0
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/internal/FormFields/InputBase.d.ts +6 -1
- package/dist/types/components/internal/FormFields/index.d.ts +2 -1
- package/dist/types/components/internal/Modal/Modal.d.ts +28 -0
- package/dist/types/components/internal/Modal/index.d.ts +1 -0
- package/dist/types/components/internal/Modal/useModal.d.ts +17 -0
- package/dist/types/components/internal/Modal/useTrapFocus.d.ts +17 -0
- package/dist/types/components/internal/SecuredFields/SFP/types.d.ts +1 -0
- package/dist/types/components/internal/SecuredFields/lib/CSF/AbstractCSF.d.ts +1 -1
- package/dist/types/components/internal/SecuredFields/lib/CSF/extensions/handleConfig.d.ts +2 -1
- package/dist/types/components/internal/SecuredFields/lib/CSF/types.d.ts +21 -10
- package/dist/types/components/internal/SecuredFields/lib/securedField/AbstractSecuredField.d.ts +18 -10
- package/dist/types/components/internal/SecuredFields/lib/securedField/SecuredField.d.ts +2 -2
- package/dist/types/components/internal/SecuredFields/lib/types.d.ts +1 -0
- package/dist/types/components/types.d.ts +31 -0
- package/dist/types/core/RiskModule/RiskModule.d.ts +2 -1
- package/dist/types/language/config.d.ts +21 -7
- package/dist/types/language/locales/index.d.ts +1092 -364
- package/dist/types/utils/get-process-message-handler.d.ts +2 -1
- package/dist/types/utils/promise-util.d.ts +9 -0
- package/package.json +9 -9
|
@@ -4,6 +4,7 @@ declare const _default: {
|
|
|
4
4
|
payButton: string;
|
|
5
5
|
"payButton.redirecting": string;
|
|
6
6
|
"payButton.with": string;
|
|
7
|
+
close: string;
|
|
7
8
|
storeDetails: string;
|
|
8
9
|
"creditCard.holderName": string;
|
|
9
10
|
"creditCard.holderName.placeholder": string;
|
|
@@ -52,12 +53,15 @@ declare const _default: {
|
|
|
52
53
|
"companyDetails.registrationNumber": string;
|
|
53
54
|
socialSecurityNumber: string;
|
|
54
55
|
firstName: string;
|
|
56
|
+
"firstName.invalid": string;
|
|
55
57
|
infix: string;
|
|
56
58
|
lastName: string;
|
|
59
|
+
"lastName.invalid": string;
|
|
57
60
|
mobileNumber: string;
|
|
58
61
|
"mobileNumber.invalid": string;
|
|
59
62
|
city: string;
|
|
60
63
|
postalCode: string;
|
|
64
|
+
"postalCode.optional": string;
|
|
61
65
|
countryCode: string;
|
|
62
66
|
telephoneNumber: string;
|
|
63
67
|
dateOfBirth: string;
|
|
@@ -241,37 +245,48 @@ declare const _default: {
|
|
|
241
245
|
"ctp.login.subtitle": string;
|
|
242
246
|
"ctp.login.inputLabel": string;
|
|
243
247
|
"ctp.logout.notYou": string;
|
|
244
|
-
"ctp.logout.
|
|
248
|
+
"ctp.logout.notYourCards": string;
|
|
249
|
+
"ctp.logout.notYourCard": string;
|
|
250
|
+
"ctp.logout.notYourProfile": string;
|
|
245
251
|
"ctp.otp.fieldLabel": string;
|
|
246
252
|
"ctp.otp.resendCode": string;
|
|
247
253
|
"ctp.otp.codeResent": string;
|
|
248
254
|
"ctp.otp.title": string;
|
|
249
255
|
"ctp.otp.subtitle": string;
|
|
250
|
-
"ctp.
|
|
251
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
252
|
-
"ctp.emptyCardsView.button": string;
|
|
256
|
+
"ctp.emptyProfile.message": string;
|
|
253
257
|
"ctp.separatorText": string;
|
|
254
258
|
"ctp.cards.title": string;
|
|
255
259
|
"ctp.cards.subtitle": string;
|
|
256
|
-
"ctp.cards.cardSelector": string;
|
|
257
260
|
"ctp.cards.expiredCard": string;
|
|
258
261
|
"ctp.manualCardEntry": string;
|
|
262
|
+
"ctp.aria.infoModalButton": string;
|
|
263
|
+
"ctp.infoPopup.title": string;
|
|
264
|
+
"ctp.infoPopup.subtitle": string;
|
|
265
|
+
"ctp.infoPopup.benefit1": string;
|
|
266
|
+
"ctp.infoPopup.benefit2": string;
|
|
267
|
+
"ctp.infoPopup.benefit3": string;
|
|
259
268
|
"ctp.errors.AUTH_INVALID": string;
|
|
260
269
|
"ctp.errors.NOT_FOUND": string;
|
|
261
270
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
262
271
|
"ctp.errors.FRAUD": string;
|
|
263
272
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
264
273
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
265
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
266
274
|
"ctp.errors.CODE_INVALID": string;
|
|
267
275
|
"ctp.errors.CODE_EXPIRED": string;
|
|
268
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
269
276
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
270
277
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
278
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
279
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
280
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
281
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
282
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
283
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
284
|
+
"paymentMethodsList.aria.label": string;
|
|
271
285
|
};
|
|
272
286
|
payButton: string;
|
|
273
287
|
"payButton.redirecting": string;
|
|
274
288
|
"payButton.with": string;
|
|
289
|
+
close: string;
|
|
275
290
|
storeDetails: string;
|
|
276
291
|
"creditCard.holderName": string;
|
|
277
292
|
"creditCard.holderName.placeholder": string;
|
|
@@ -320,12 +335,15 @@ declare const _default: {
|
|
|
320
335
|
"companyDetails.registrationNumber": string;
|
|
321
336
|
socialSecurityNumber: string;
|
|
322
337
|
firstName: string;
|
|
338
|
+
"firstName.invalid": string;
|
|
323
339
|
infix: string;
|
|
324
340
|
lastName: string;
|
|
341
|
+
"lastName.invalid": string;
|
|
325
342
|
mobileNumber: string;
|
|
326
343
|
"mobileNumber.invalid": string;
|
|
327
344
|
city: string;
|
|
328
345
|
postalCode: string;
|
|
346
|
+
"postalCode.optional": string;
|
|
329
347
|
countryCode: string;
|
|
330
348
|
telephoneNumber: string;
|
|
331
349
|
dateOfBirth: string;
|
|
@@ -509,39 +527,50 @@ declare const _default: {
|
|
|
509
527
|
"ctp.login.subtitle": string;
|
|
510
528
|
"ctp.login.inputLabel": string;
|
|
511
529
|
"ctp.logout.notYou": string;
|
|
512
|
-
"ctp.logout.
|
|
530
|
+
"ctp.logout.notYourCards": string;
|
|
531
|
+
"ctp.logout.notYourCard": string;
|
|
532
|
+
"ctp.logout.notYourProfile": string;
|
|
513
533
|
"ctp.otp.fieldLabel": string;
|
|
514
534
|
"ctp.otp.resendCode": string;
|
|
515
535
|
"ctp.otp.codeResent": string;
|
|
516
536
|
"ctp.otp.title": string;
|
|
517
537
|
"ctp.otp.subtitle": string;
|
|
518
|
-
"ctp.
|
|
519
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
520
|
-
"ctp.emptyCardsView.button": string;
|
|
538
|
+
"ctp.emptyProfile.message": string;
|
|
521
539
|
"ctp.separatorText": string;
|
|
522
540
|
"ctp.cards.title": string;
|
|
523
541
|
"ctp.cards.subtitle": string;
|
|
524
|
-
"ctp.cards.cardSelector": string;
|
|
525
542
|
"ctp.cards.expiredCard": string;
|
|
526
543
|
"ctp.manualCardEntry": string;
|
|
544
|
+
"ctp.aria.infoModalButton": string;
|
|
545
|
+
"ctp.infoPopup.title": string;
|
|
546
|
+
"ctp.infoPopup.subtitle": string;
|
|
547
|
+
"ctp.infoPopup.benefit1": string;
|
|
548
|
+
"ctp.infoPopup.benefit2": string;
|
|
549
|
+
"ctp.infoPopup.benefit3": string;
|
|
527
550
|
"ctp.errors.AUTH_INVALID": string;
|
|
528
551
|
"ctp.errors.NOT_FOUND": string;
|
|
529
552
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
530
553
|
"ctp.errors.FRAUD": string;
|
|
531
554
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
532
555
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
533
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
534
556
|
"ctp.errors.CODE_INVALID": string;
|
|
535
557
|
"ctp.errors.CODE_EXPIRED": string;
|
|
536
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
537
558
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
538
559
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
560
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
561
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
562
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
563
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
564
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
565
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
566
|
+
"paymentMethodsList.aria.label": string;
|
|
539
567
|
}>;
|
|
540
568
|
'cs-CZ': () => Promise<{
|
|
541
569
|
default: {
|
|
542
570
|
payButton: string;
|
|
543
571
|
"payButton.redirecting": string;
|
|
544
572
|
"payButton.with": string;
|
|
573
|
+
close: string;
|
|
545
574
|
storeDetails: string;
|
|
546
575
|
"creditCard.holderName": string;
|
|
547
576
|
"creditCard.holderName.placeholder": string;
|
|
@@ -590,12 +619,15 @@ declare const _default: {
|
|
|
590
619
|
"companyDetails.registrationNumber": string;
|
|
591
620
|
socialSecurityNumber: string;
|
|
592
621
|
firstName: string;
|
|
622
|
+
"firstName.invalid": string;
|
|
593
623
|
infix: string;
|
|
594
624
|
lastName: string;
|
|
625
|
+
"lastName.invalid": string;
|
|
595
626
|
mobileNumber: string;
|
|
596
627
|
"mobileNumber.invalid": string;
|
|
597
628
|
city: string;
|
|
598
629
|
postalCode: string;
|
|
630
|
+
"postalCode.optional": string;
|
|
599
631
|
countryCode: string;
|
|
600
632
|
telephoneNumber: string;
|
|
601
633
|
dateOfBirth: string;
|
|
@@ -778,37 +810,48 @@ declare const _default: {
|
|
|
778
810
|
"ctp.login.subtitle": string;
|
|
779
811
|
"ctp.login.inputLabel": string;
|
|
780
812
|
"ctp.logout.notYou": string;
|
|
781
|
-
"ctp.logout.
|
|
813
|
+
"ctp.logout.notYourCards": string;
|
|
814
|
+
"ctp.logout.notYourCard": string;
|
|
815
|
+
"ctp.logout.notYourProfile": string;
|
|
782
816
|
"ctp.otp.fieldLabel": string;
|
|
783
817
|
"ctp.otp.resendCode": string;
|
|
784
818
|
"ctp.otp.codeResent": string;
|
|
785
819
|
"ctp.otp.title": string;
|
|
786
820
|
"ctp.otp.subtitle": string;
|
|
787
|
-
"ctp.
|
|
788
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
789
|
-
"ctp.emptyCardsView.button": string;
|
|
821
|
+
"ctp.emptyProfile.message": string;
|
|
790
822
|
"ctp.separatorText": string;
|
|
791
823
|
"ctp.cards.title": string;
|
|
792
824
|
"ctp.cards.subtitle": string;
|
|
793
|
-
"ctp.cards.cardSelector": string;
|
|
794
825
|
"ctp.cards.expiredCard": string;
|
|
795
826
|
"ctp.manualCardEntry": string;
|
|
827
|
+
"ctp.aria.infoModalButton": string;
|
|
828
|
+
"ctp.infoPopup.title": string;
|
|
829
|
+
"ctp.infoPopup.subtitle": string;
|
|
830
|
+
"ctp.infoPopup.benefit1": string;
|
|
831
|
+
"ctp.infoPopup.benefit2": string;
|
|
832
|
+
"ctp.infoPopup.benefit3": string;
|
|
796
833
|
"ctp.errors.AUTH_INVALID": string;
|
|
797
834
|
"ctp.errors.NOT_FOUND": string;
|
|
798
835
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
799
836
|
"ctp.errors.FRAUD": string;
|
|
800
837
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
801
838
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
802
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
803
839
|
"ctp.errors.CODE_INVALID": string;
|
|
804
840
|
"ctp.errors.CODE_EXPIRED": string;
|
|
805
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
806
841
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
807
842
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
843
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
844
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
845
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
846
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
847
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
848
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
849
|
+
"paymentMethodsList.aria.label": string;
|
|
808
850
|
};
|
|
809
851
|
payButton: string;
|
|
810
852
|
"payButton.redirecting": string;
|
|
811
853
|
"payButton.with": string;
|
|
854
|
+
close: string;
|
|
812
855
|
storeDetails: string;
|
|
813
856
|
"creditCard.holderName": string;
|
|
814
857
|
"creditCard.holderName.placeholder": string;
|
|
@@ -857,12 +900,15 @@ declare const _default: {
|
|
|
857
900
|
"companyDetails.registrationNumber": string;
|
|
858
901
|
socialSecurityNumber: string;
|
|
859
902
|
firstName: string;
|
|
903
|
+
"firstName.invalid": string;
|
|
860
904
|
infix: string;
|
|
861
905
|
lastName: string;
|
|
906
|
+
"lastName.invalid": string;
|
|
862
907
|
mobileNumber: string;
|
|
863
908
|
"mobileNumber.invalid": string;
|
|
864
909
|
city: string;
|
|
865
910
|
postalCode: string;
|
|
911
|
+
"postalCode.optional": string;
|
|
866
912
|
countryCode: string;
|
|
867
913
|
telephoneNumber: string;
|
|
868
914
|
dateOfBirth: string;
|
|
@@ -1045,39 +1091,50 @@ declare const _default: {
|
|
|
1045
1091
|
"ctp.login.subtitle": string;
|
|
1046
1092
|
"ctp.login.inputLabel": string;
|
|
1047
1093
|
"ctp.logout.notYou": string;
|
|
1048
|
-
"ctp.logout.
|
|
1094
|
+
"ctp.logout.notYourCards": string;
|
|
1095
|
+
"ctp.logout.notYourCard": string;
|
|
1096
|
+
"ctp.logout.notYourProfile": string;
|
|
1049
1097
|
"ctp.otp.fieldLabel": string;
|
|
1050
1098
|
"ctp.otp.resendCode": string;
|
|
1051
1099
|
"ctp.otp.codeResent": string;
|
|
1052
1100
|
"ctp.otp.title": string;
|
|
1053
1101
|
"ctp.otp.subtitle": string;
|
|
1054
|
-
"ctp.
|
|
1055
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1056
|
-
"ctp.emptyCardsView.button": string;
|
|
1102
|
+
"ctp.emptyProfile.message": string;
|
|
1057
1103
|
"ctp.separatorText": string;
|
|
1058
1104
|
"ctp.cards.title": string;
|
|
1059
1105
|
"ctp.cards.subtitle": string;
|
|
1060
|
-
"ctp.cards.cardSelector": string;
|
|
1061
1106
|
"ctp.cards.expiredCard": string;
|
|
1062
1107
|
"ctp.manualCardEntry": string;
|
|
1108
|
+
"ctp.aria.infoModalButton": string;
|
|
1109
|
+
"ctp.infoPopup.title": string;
|
|
1110
|
+
"ctp.infoPopup.subtitle": string;
|
|
1111
|
+
"ctp.infoPopup.benefit1": string;
|
|
1112
|
+
"ctp.infoPopup.benefit2": string;
|
|
1113
|
+
"ctp.infoPopup.benefit3": string;
|
|
1063
1114
|
"ctp.errors.AUTH_INVALID": string;
|
|
1064
1115
|
"ctp.errors.NOT_FOUND": string;
|
|
1065
1116
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1066
1117
|
"ctp.errors.FRAUD": string;
|
|
1067
1118
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1068
1119
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1069
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1070
1120
|
"ctp.errors.CODE_INVALID": string;
|
|
1071
1121
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1072
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1073
1122
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1074
1123
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1124
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
1125
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1126
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
1127
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
1128
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1129
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
1130
|
+
"paymentMethodsList.aria.label": string;
|
|
1075
1131
|
}>;
|
|
1076
1132
|
'da-DK': () => Promise<{
|
|
1077
1133
|
default: {
|
|
1078
1134
|
payButton: string;
|
|
1079
1135
|
"payButton.redirecting": string;
|
|
1080
1136
|
"payButton.with": string;
|
|
1137
|
+
close: string;
|
|
1081
1138
|
storeDetails: string;
|
|
1082
1139
|
"creditCard.holderName": string;
|
|
1083
1140
|
"creditCard.holderName.placeholder": string;
|
|
@@ -1126,12 +1183,15 @@ declare const _default: {
|
|
|
1126
1183
|
"companyDetails.registrationNumber": string;
|
|
1127
1184
|
socialSecurityNumber: string;
|
|
1128
1185
|
firstName: string;
|
|
1186
|
+
"firstName.invalid": string;
|
|
1129
1187
|
infix: string;
|
|
1130
1188
|
lastName: string;
|
|
1189
|
+
"lastName.invalid": string;
|
|
1131
1190
|
mobileNumber: string;
|
|
1132
1191
|
"mobileNumber.invalid": string;
|
|
1133
1192
|
city: string;
|
|
1134
1193
|
postalCode: string;
|
|
1194
|
+
"postalCode.optional": string;
|
|
1135
1195
|
countryCode: string;
|
|
1136
1196
|
telephoneNumber: string;
|
|
1137
1197
|
dateOfBirth: string;
|
|
@@ -1315,37 +1375,48 @@ declare const _default: {
|
|
|
1315
1375
|
"ctp.login.subtitle": string;
|
|
1316
1376
|
"ctp.login.inputLabel": string;
|
|
1317
1377
|
"ctp.logout.notYou": string;
|
|
1318
|
-
"ctp.logout.
|
|
1378
|
+
"ctp.logout.notYourCards": string;
|
|
1379
|
+
"ctp.logout.notYourCard": string;
|
|
1380
|
+
"ctp.logout.notYourProfile": string;
|
|
1319
1381
|
"ctp.otp.fieldLabel": string;
|
|
1320
1382
|
"ctp.otp.resendCode": string;
|
|
1321
1383
|
"ctp.otp.codeResent": string;
|
|
1322
1384
|
"ctp.otp.title": string;
|
|
1323
1385
|
"ctp.otp.subtitle": string;
|
|
1324
|
-
"ctp.
|
|
1325
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1326
|
-
"ctp.emptyCardsView.button": string;
|
|
1386
|
+
"ctp.emptyProfile.message": string;
|
|
1327
1387
|
"ctp.separatorText": string;
|
|
1328
1388
|
"ctp.cards.title": string;
|
|
1329
1389
|
"ctp.cards.subtitle": string;
|
|
1330
|
-
"ctp.cards.cardSelector": string;
|
|
1331
1390
|
"ctp.cards.expiredCard": string;
|
|
1332
1391
|
"ctp.manualCardEntry": string;
|
|
1392
|
+
"ctp.aria.infoModalButton": string;
|
|
1393
|
+
"ctp.infoPopup.title": string;
|
|
1394
|
+
"ctp.infoPopup.subtitle": string;
|
|
1395
|
+
"ctp.infoPopup.benefit1": string;
|
|
1396
|
+
"ctp.infoPopup.benefit2": string;
|
|
1397
|
+
"ctp.infoPopup.benefit3": string;
|
|
1333
1398
|
"ctp.errors.AUTH_INVALID": string;
|
|
1334
1399
|
"ctp.errors.NOT_FOUND": string;
|
|
1335
1400
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1336
1401
|
"ctp.errors.FRAUD": string;
|
|
1337
1402
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1338
1403
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1339
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1340
1404
|
"ctp.errors.CODE_INVALID": string;
|
|
1341
1405
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1342
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1343
1406
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1344
1407
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1408
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
1409
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1410
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
1411
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
1412
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1413
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
1414
|
+
"paymentMethodsList.aria.label": string;
|
|
1345
1415
|
};
|
|
1346
1416
|
payButton: string;
|
|
1347
1417
|
"payButton.redirecting": string;
|
|
1348
1418
|
"payButton.with": string;
|
|
1419
|
+
close: string;
|
|
1349
1420
|
storeDetails: string;
|
|
1350
1421
|
"creditCard.holderName": string;
|
|
1351
1422
|
"creditCard.holderName.placeholder": string;
|
|
@@ -1394,12 +1465,15 @@ declare const _default: {
|
|
|
1394
1465
|
"companyDetails.registrationNumber": string;
|
|
1395
1466
|
socialSecurityNumber: string;
|
|
1396
1467
|
firstName: string;
|
|
1468
|
+
"firstName.invalid": string;
|
|
1397
1469
|
infix: string;
|
|
1398
1470
|
lastName: string;
|
|
1471
|
+
"lastName.invalid": string;
|
|
1399
1472
|
mobileNumber: string;
|
|
1400
1473
|
"mobileNumber.invalid": string;
|
|
1401
1474
|
city: string;
|
|
1402
1475
|
postalCode: string;
|
|
1476
|
+
"postalCode.optional": string;
|
|
1403
1477
|
countryCode: string;
|
|
1404
1478
|
telephoneNumber: string;
|
|
1405
1479
|
dateOfBirth: string;
|
|
@@ -1583,39 +1657,50 @@ declare const _default: {
|
|
|
1583
1657
|
"ctp.login.subtitle": string;
|
|
1584
1658
|
"ctp.login.inputLabel": string;
|
|
1585
1659
|
"ctp.logout.notYou": string;
|
|
1586
|
-
"ctp.logout.
|
|
1660
|
+
"ctp.logout.notYourCards": string;
|
|
1661
|
+
"ctp.logout.notYourCard": string;
|
|
1662
|
+
"ctp.logout.notYourProfile": string;
|
|
1587
1663
|
"ctp.otp.fieldLabel": string;
|
|
1588
1664
|
"ctp.otp.resendCode": string;
|
|
1589
1665
|
"ctp.otp.codeResent": string;
|
|
1590
1666
|
"ctp.otp.title": string;
|
|
1591
1667
|
"ctp.otp.subtitle": string;
|
|
1592
|
-
"ctp.
|
|
1593
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1594
|
-
"ctp.emptyCardsView.button": string;
|
|
1668
|
+
"ctp.emptyProfile.message": string;
|
|
1595
1669
|
"ctp.separatorText": string;
|
|
1596
1670
|
"ctp.cards.title": string;
|
|
1597
1671
|
"ctp.cards.subtitle": string;
|
|
1598
|
-
"ctp.cards.cardSelector": string;
|
|
1599
1672
|
"ctp.cards.expiredCard": string;
|
|
1600
1673
|
"ctp.manualCardEntry": string;
|
|
1674
|
+
"ctp.aria.infoModalButton": string;
|
|
1675
|
+
"ctp.infoPopup.title": string;
|
|
1676
|
+
"ctp.infoPopup.subtitle": string;
|
|
1677
|
+
"ctp.infoPopup.benefit1": string;
|
|
1678
|
+
"ctp.infoPopup.benefit2": string;
|
|
1679
|
+
"ctp.infoPopup.benefit3": string;
|
|
1601
1680
|
"ctp.errors.AUTH_INVALID": string;
|
|
1602
1681
|
"ctp.errors.NOT_FOUND": string;
|
|
1603
1682
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1604
1683
|
"ctp.errors.FRAUD": string;
|
|
1605
1684
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1606
1685
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1607
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1608
1686
|
"ctp.errors.CODE_INVALID": string;
|
|
1609
1687
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1610
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1611
1688
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1612
1689
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1690
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
1691
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1692
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
1693
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
1694
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1695
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
1696
|
+
"paymentMethodsList.aria.label": string;
|
|
1613
1697
|
}>;
|
|
1614
1698
|
'de-DE': () => Promise<{
|
|
1615
1699
|
default: {
|
|
1616
1700
|
payButton: string;
|
|
1617
1701
|
"payButton.redirecting": string;
|
|
1618
1702
|
"payButton.with": string;
|
|
1703
|
+
close: string;
|
|
1619
1704
|
storeDetails: string;
|
|
1620
1705
|
"creditCard.holderName": string;
|
|
1621
1706
|
"creditCard.holderName.placeholder": string;
|
|
@@ -1664,12 +1749,15 @@ declare const _default: {
|
|
|
1664
1749
|
"companyDetails.registrationNumber": string;
|
|
1665
1750
|
socialSecurityNumber: string;
|
|
1666
1751
|
firstName: string;
|
|
1752
|
+
"firstName.invalid": string;
|
|
1667
1753
|
infix: string;
|
|
1668
1754
|
lastName: string;
|
|
1755
|
+
"lastName.invalid": string;
|
|
1669
1756
|
mobileNumber: string;
|
|
1670
1757
|
"mobileNumber.invalid": string;
|
|
1671
1758
|
city: string;
|
|
1672
1759
|
postalCode: string;
|
|
1760
|
+
"postalCode.optional": string;
|
|
1673
1761
|
countryCode: string;
|
|
1674
1762
|
telephoneNumber: string;
|
|
1675
1763
|
dateOfBirth: string;
|
|
@@ -1852,37 +1940,48 @@ declare const _default: {
|
|
|
1852
1940
|
"ctp.login.subtitle": string;
|
|
1853
1941
|
"ctp.login.inputLabel": string;
|
|
1854
1942
|
"ctp.logout.notYou": string;
|
|
1855
|
-
"ctp.logout.
|
|
1943
|
+
"ctp.logout.notYourCards": string;
|
|
1944
|
+
"ctp.logout.notYourCard": string;
|
|
1945
|
+
"ctp.logout.notYourProfile": string;
|
|
1856
1946
|
"ctp.otp.fieldLabel": string;
|
|
1857
1947
|
"ctp.otp.resendCode": string;
|
|
1858
1948
|
"ctp.otp.codeResent": string;
|
|
1859
1949
|
"ctp.otp.title": string;
|
|
1860
1950
|
"ctp.otp.subtitle": string;
|
|
1861
|
-
"ctp.
|
|
1862
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
1863
|
-
"ctp.emptyCardsView.button": string;
|
|
1951
|
+
"ctp.emptyProfile.message": string;
|
|
1864
1952
|
"ctp.separatorText": string;
|
|
1865
1953
|
"ctp.cards.title": string;
|
|
1866
1954
|
"ctp.cards.subtitle": string;
|
|
1867
|
-
"ctp.cards.cardSelector": string;
|
|
1868
1955
|
"ctp.cards.expiredCard": string;
|
|
1869
1956
|
"ctp.manualCardEntry": string;
|
|
1957
|
+
"ctp.aria.infoModalButton": string;
|
|
1958
|
+
"ctp.infoPopup.title": string;
|
|
1959
|
+
"ctp.infoPopup.subtitle": string;
|
|
1960
|
+
"ctp.infoPopup.benefit1": string;
|
|
1961
|
+
"ctp.infoPopup.benefit2": string;
|
|
1962
|
+
"ctp.infoPopup.benefit3": string;
|
|
1870
1963
|
"ctp.errors.AUTH_INVALID": string;
|
|
1871
1964
|
"ctp.errors.NOT_FOUND": string;
|
|
1872
1965
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1873
1966
|
"ctp.errors.FRAUD": string;
|
|
1874
1967
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1875
1968
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1876
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1877
1969
|
"ctp.errors.CODE_INVALID": string;
|
|
1878
1970
|
"ctp.errors.CODE_EXPIRED": string;
|
|
1879
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
1880
1971
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1881
1972
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1973
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
1974
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1975
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
1976
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
1977
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1978
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
1979
|
+
"paymentMethodsList.aria.label": string;
|
|
1882
1980
|
};
|
|
1883
1981
|
payButton: string;
|
|
1884
1982
|
"payButton.redirecting": string;
|
|
1885
1983
|
"payButton.with": string;
|
|
1984
|
+
close: string;
|
|
1886
1985
|
storeDetails: string;
|
|
1887
1986
|
"creditCard.holderName": string;
|
|
1888
1987
|
"creditCard.holderName.placeholder": string;
|
|
@@ -1931,12 +2030,15 @@ declare const _default: {
|
|
|
1931
2030
|
"companyDetails.registrationNumber": string;
|
|
1932
2031
|
socialSecurityNumber: string;
|
|
1933
2032
|
firstName: string;
|
|
2033
|
+
"firstName.invalid": string;
|
|
1934
2034
|
infix: string;
|
|
1935
2035
|
lastName: string;
|
|
2036
|
+
"lastName.invalid": string;
|
|
1936
2037
|
mobileNumber: string;
|
|
1937
2038
|
"mobileNumber.invalid": string;
|
|
1938
2039
|
city: string;
|
|
1939
2040
|
postalCode: string;
|
|
2041
|
+
"postalCode.optional": string;
|
|
1940
2042
|
countryCode: string;
|
|
1941
2043
|
telephoneNumber: string;
|
|
1942
2044
|
dateOfBirth: string;
|
|
@@ -2119,39 +2221,50 @@ declare const _default: {
|
|
|
2119
2221
|
"ctp.login.subtitle": string;
|
|
2120
2222
|
"ctp.login.inputLabel": string;
|
|
2121
2223
|
"ctp.logout.notYou": string;
|
|
2122
|
-
"ctp.logout.
|
|
2224
|
+
"ctp.logout.notYourCards": string;
|
|
2225
|
+
"ctp.logout.notYourCard": string;
|
|
2226
|
+
"ctp.logout.notYourProfile": string;
|
|
2123
2227
|
"ctp.otp.fieldLabel": string;
|
|
2124
2228
|
"ctp.otp.resendCode": string;
|
|
2125
2229
|
"ctp.otp.codeResent": string;
|
|
2126
2230
|
"ctp.otp.title": string;
|
|
2127
2231
|
"ctp.otp.subtitle": string;
|
|
2128
|
-
"ctp.
|
|
2129
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2130
|
-
"ctp.emptyCardsView.button": string;
|
|
2232
|
+
"ctp.emptyProfile.message": string;
|
|
2131
2233
|
"ctp.separatorText": string;
|
|
2132
2234
|
"ctp.cards.title": string;
|
|
2133
2235
|
"ctp.cards.subtitle": string;
|
|
2134
|
-
"ctp.cards.cardSelector": string;
|
|
2135
2236
|
"ctp.cards.expiredCard": string;
|
|
2136
2237
|
"ctp.manualCardEntry": string;
|
|
2238
|
+
"ctp.aria.infoModalButton": string;
|
|
2239
|
+
"ctp.infoPopup.title": string;
|
|
2240
|
+
"ctp.infoPopup.subtitle": string;
|
|
2241
|
+
"ctp.infoPopup.benefit1": string;
|
|
2242
|
+
"ctp.infoPopup.benefit2": string;
|
|
2243
|
+
"ctp.infoPopup.benefit3": string;
|
|
2137
2244
|
"ctp.errors.AUTH_INVALID": string;
|
|
2138
2245
|
"ctp.errors.NOT_FOUND": string;
|
|
2139
2246
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2140
2247
|
"ctp.errors.FRAUD": string;
|
|
2141
2248
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2142
2249
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2143
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2144
2250
|
"ctp.errors.CODE_INVALID": string;
|
|
2145
2251
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2146
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2147
2252
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2148
2253
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
2254
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
2255
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2256
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
2257
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
2258
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
2259
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
2260
|
+
"paymentMethodsList.aria.label": string;
|
|
2149
2261
|
}>;
|
|
2150
2262
|
'el-GR': () => Promise<{
|
|
2151
2263
|
default: {
|
|
2152
2264
|
payButton: string;
|
|
2153
2265
|
"payButton.redirecting": string;
|
|
2154
2266
|
"payButton.with": string;
|
|
2267
|
+
close: string;
|
|
2155
2268
|
storeDetails: string;
|
|
2156
2269
|
"creditCard.holderName": string;
|
|
2157
2270
|
"creditCard.holderName.placeholder": string;
|
|
@@ -2200,12 +2313,15 @@ declare const _default: {
|
|
|
2200
2313
|
"companyDetails.registrationNumber": string;
|
|
2201
2314
|
socialSecurityNumber: string;
|
|
2202
2315
|
firstName: string;
|
|
2316
|
+
"firstName.invalid": string;
|
|
2203
2317
|
infix: string;
|
|
2204
2318
|
lastName: string;
|
|
2319
|
+
"lastName.invalid": string;
|
|
2205
2320
|
mobileNumber: string;
|
|
2206
2321
|
"mobileNumber.invalid": string;
|
|
2207
2322
|
city: string;
|
|
2208
2323
|
postalCode: string;
|
|
2324
|
+
"postalCode.optional": string;
|
|
2209
2325
|
countryCode: string;
|
|
2210
2326
|
telephoneNumber: string;
|
|
2211
2327
|
dateOfBirth: string;
|
|
@@ -2388,37 +2504,48 @@ declare const _default: {
|
|
|
2388
2504
|
"ctp.login.subtitle": string;
|
|
2389
2505
|
"ctp.login.inputLabel": string;
|
|
2390
2506
|
"ctp.logout.notYou": string;
|
|
2391
|
-
"ctp.logout.
|
|
2507
|
+
"ctp.logout.notYourCards": string;
|
|
2508
|
+
"ctp.logout.notYourCard": string;
|
|
2509
|
+
"ctp.logout.notYourProfile": string;
|
|
2392
2510
|
"ctp.otp.fieldLabel": string;
|
|
2393
2511
|
"ctp.otp.resendCode": string;
|
|
2394
2512
|
"ctp.otp.codeResent": string;
|
|
2395
2513
|
"ctp.otp.title": string;
|
|
2396
2514
|
"ctp.otp.subtitle": string;
|
|
2397
|
-
"ctp.
|
|
2398
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2399
|
-
"ctp.emptyCardsView.button": string;
|
|
2515
|
+
"ctp.emptyProfile.message": string;
|
|
2400
2516
|
"ctp.separatorText": string;
|
|
2401
2517
|
"ctp.cards.title": string;
|
|
2402
2518
|
"ctp.cards.subtitle": string;
|
|
2403
|
-
"ctp.cards.cardSelector": string;
|
|
2404
2519
|
"ctp.cards.expiredCard": string;
|
|
2405
2520
|
"ctp.manualCardEntry": string;
|
|
2521
|
+
"ctp.aria.infoModalButton": string;
|
|
2522
|
+
"ctp.infoPopup.title": string;
|
|
2523
|
+
"ctp.infoPopup.subtitle": string;
|
|
2524
|
+
"ctp.infoPopup.benefit1": string;
|
|
2525
|
+
"ctp.infoPopup.benefit2": string;
|
|
2526
|
+
"ctp.infoPopup.benefit3": string;
|
|
2406
2527
|
"ctp.errors.AUTH_INVALID": string;
|
|
2407
2528
|
"ctp.errors.NOT_FOUND": string;
|
|
2408
2529
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2409
2530
|
"ctp.errors.FRAUD": string;
|
|
2410
2531
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2411
2532
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2412
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2413
2533
|
"ctp.errors.CODE_INVALID": string;
|
|
2414
2534
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2415
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2416
2535
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2417
2536
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
2537
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
2538
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2539
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
2540
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
2541
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
2542
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
2543
|
+
"paymentMethodsList.aria.label": string;
|
|
2418
2544
|
};
|
|
2419
2545
|
payButton: string;
|
|
2420
2546
|
"payButton.redirecting": string;
|
|
2421
2547
|
"payButton.with": string;
|
|
2548
|
+
close: string;
|
|
2422
2549
|
storeDetails: string;
|
|
2423
2550
|
"creditCard.holderName": string;
|
|
2424
2551
|
"creditCard.holderName.placeholder": string;
|
|
@@ -2467,12 +2594,15 @@ declare const _default: {
|
|
|
2467
2594
|
"companyDetails.registrationNumber": string;
|
|
2468
2595
|
socialSecurityNumber: string;
|
|
2469
2596
|
firstName: string;
|
|
2597
|
+
"firstName.invalid": string;
|
|
2470
2598
|
infix: string;
|
|
2471
2599
|
lastName: string;
|
|
2600
|
+
"lastName.invalid": string;
|
|
2472
2601
|
mobileNumber: string;
|
|
2473
2602
|
"mobileNumber.invalid": string;
|
|
2474
2603
|
city: string;
|
|
2475
2604
|
postalCode: string;
|
|
2605
|
+
"postalCode.optional": string;
|
|
2476
2606
|
countryCode: string;
|
|
2477
2607
|
telephoneNumber: string;
|
|
2478
2608
|
dateOfBirth: string;
|
|
@@ -2655,39 +2785,50 @@ declare const _default: {
|
|
|
2655
2785
|
"ctp.login.subtitle": string;
|
|
2656
2786
|
"ctp.login.inputLabel": string;
|
|
2657
2787
|
"ctp.logout.notYou": string;
|
|
2658
|
-
"ctp.logout.
|
|
2788
|
+
"ctp.logout.notYourCards": string;
|
|
2789
|
+
"ctp.logout.notYourCard": string;
|
|
2790
|
+
"ctp.logout.notYourProfile": string;
|
|
2659
2791
|
"ctp.otp.fieldLabel": string;
|
|
2660
2792
|
"ctp.otp.resendCode": string;
|
|
2661
2793
|
"ctp.otp.codeResent": string;
|
|
2662
2794
|
"ctp.otp.title": string;
|
|
2663
2795
|
"ctp.otp.subtitle": string;
|
|
2664
|
-
"ctp.
|
|
2665
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2666
|
-
"ctp.emptyCardsView.button": string;
|
|
2796
|
+
"ctp.emptyProfile.message": string;
|
|
2667
2797
|
"ctp.separatorText": string;
|
|
2668
2798
|
"ctp.cards.title": string;
|
|
2669
2799
|
"ctp.cards.subtitle": string;
|
|
2670
|
-
"ctp.cards.cardSelector": string;
|
|
2671
2800
|
"ctp.cards.expiredCard": string;
|
|
2672
2801
|
"ctp.manualCardEntry": string;
|
|
2802
|
+
"ctp.aria.infoModalButton": string;
|
|
2803
|
+
"ctp.infoPopup.title": string;
|
|
2804
|
+
"ctp.infoPopup.subtitle": string;
|
|
2805
|
+
"ctp.infoPopup.benefit1": string;
|
|
2806
|
+
"ctp.infoPopup.benefit2": string;
|
|
2807
|
+
"ctp.infoPopup.benefit3": string;
|
|
2673
2808
|
"ctp.errors.AUTH_INVALID": string;
|
|
2674
2809
|
"ctp.errors.NOT_FOUND": string;
|
|
2675
2810
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2676
2811
|
"ctp.errors.FRAUD": string;
|
|
2677
2812
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2678
2813
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2679
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2680
2814
|
"ctp.errors.CODE_INVALID": string;
|
|
2681
2815
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2682
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2683
2816
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2684
2817
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
2818
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
2819
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2820
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
2821
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
2822
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
2823
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
2824
|
+
"paymentMethodsList.aria.label": string;
|
|
2685
2825
|
}>;
|
|
2686
2826
|
'en-US': () => Promise<{
|
|
2687
2827
|
default: {
|
|
2688
2828
|
payButton: string;
|
|
2689
2829
|
"payButton.redirecting": string;
|
|
2690
2830
|
"payButton.with": string;
|
|
2831
|
+
close: string;
|
|
2691
2832
|
storeDetails: string;
|
|
2692
2833
|
"creditCard.holderName": string;
|
|
2693
2834
|
"creditCard.holderName.placeholder": string;
|
|
@@ -2736,12 +2877,15 @@ declare const _default: {
|
|
|
2736
2877
|
"companyDetails.registrationNumber": string;
|
|
2737
2878
|
socialSecurityNumber: string;
|
|
2738
2879
|
firstName: string;
|
|
2880
|
+
"firstName.invalid": string;
|
|
2739
2881
|
infix: string;
|
|
2740
2882
|
lastName: string;
|
|
2883
|
+
"lastName.invalid": string;
|
|
2741
2884
|
mobileNumber: string;
|
|
2742
2885
|
"mobileNumber.invalid": string;
|
|
2743
2886
|
city: string;
|
|
2744
2887
|
postalCode: string;
|
|
2888
|
+
"postalCode.optional": string;
|
|
2745
2889
|
countryCode: string;
|
|
2746
2890
|
telephoneNumber: string;
|
|
2747
2891
|
dateOfBirth: string;
|
|
@@ -2926,37 +3070,48 @@ declare const _default: {
|
|
|
2926
3070
|
"ctp.login.subtitle": string;
|
|
2927
3071
|
"ctp.login.inputLabel": string;
|
|
2928
3072
|
"ctp.logout.notYou": string;
|
|
2929
|
-
"ctp.logout.
|
|
3073
|
+
"ctp.logout.notYourCards": string;
|
|
3074
|
+
"ctp.logout.notYourCard": string;
|
|
3075
|
+
"ctp.logout.notYourProfile": string;
|
|
2930
3076
|
"ctp.otp.fieldLabel": string;
|
|
2931
3077
|
"ctp.otp.resendCode": string;
|
|
2932
3078
|
"ctp.otp.codeResent": string;
|
|
2933
3079
|
"ctp.otp.title": string;
|
|
2934
3080
|
"ctp.otp.subtitle": string;
|
|
2935
|
-
"ctp.
|
|
2936
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
2937
|
-
"ctp.emptyCardsView.button": string;
|
|
3081
|
+
"ctp.emptyProfile.message": string;
|
|
2938
3082
|
"ctp.separatorText": string;
|
|
2939
3083
|
"ctp.cards.title": string;
|
|
2940
3084
|
"ctp.cards.subtitle": string;
|
|
2941
|
-
"ctp.cards.cardSelector": string;
|
|
2942
3085
|
"ctp.cards.expiredCard": string;
|
|
2943
3086
|
"ctp.manualCardEntry": string;
|
|
3087
|
+
"ctp.aria.infoModalButton": string;
|
|
3088
|
+
"ctp.infoPopup.title": string;
|
|
3089
|
+
"ctp.infoPopup.subtitle": string;
|
|
3090
|
+
"ctp.infoPopup.benefit1": string;
|
|
3091
|
+
"ctp.infoPopup.benefit2": string;
|
|
3092
|
+
"ctp.infoPopup.benefit3": string;
|
|
2944
3093
|
"ctp.errors.AUTH_INVALID": string;
|
|
2945
3094
|
"ctp.errors.NOT_FOUND": string;
|
|
2946
3095
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2947
3096
|
"ctp.errors.FRAUD": string;
|
|
2948
3097
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2949
3098
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2950
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2951
3099
|
"ctp.errors.CODE_INVALID": string;
|
|
2952
3100
|
"ctp.errors.CODE_EXPIRED": string;
|
|
2953
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
2954
3101
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2955
3102
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3103
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
3104
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3105
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
3106
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
3107
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3108
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
3109
|
+
"paymentMethodsList.aria.label": string;
|
|
2956
3110
|
};
|
|
2957
3111
|
payButton: string;
|
|
2958
3112
|
"payButton.redirecting": string;
|
|
2959
3113
|
"payButton.with": string;
|
|
3114
|
+
close: string;
|
|
2960
3115
|
storeDetails: string;
|
|
2961
3116
|
"creditCard.holderName": string;
|
|
2962
3117
|
"creditCard.holderName.placeholder": string;
|
|
@@ -3005,12 +3160,15 @@ declare const _default: {
|
|
|
3005
3160
|
"companyDetails.registrationNumber": string;
|
|
3006
3161
|
socialSecurityNumber: string;
|
|
3007
3162
|
firstName: string;
|
|
3163
|
+
"firstName.invalid": string;
|
|
3008
3164
|
infix: string;
|
|
3009
3165
|
lastName: string;
|
|
3166
|
+
"lastName.invalid": string;
|
|
3010
3167
|
mobileNumber: string;
|
|
3011
3168
|
"mobileNumber.invalid": string;
|
|
3012
3169
|
city: string;
|
|
3013
3170
|
postalCode: string;
|
|
3171
|
+
"postalCode.optional": string;
|
|
3014
3172
|
countryCode: string;
|
|
3015
3173
|
telephoneNumber: string;
|
|
3016
3174
|
dateOfBirth: string;
|
|
@@ -3195,39 +3353,50 @@ declare const _default: {
|
|
|
3195
3353
|
"ctp.login.subtitle": string;
|
|
3196
3354
|
"ctp.login.inputLabel": string;
|
|
3197
3355
|
"ctp.logout.notYou": string;
|
|
3198
|
-
"ctp.logout.
|
|
3356
|
+
"ctp.logout.notYourCards": string;
|
|
3357
|
+
"ctp.logout.notYourCard": string;
|
|
3358
|
+
"ctp.logout.notYourProfile": string;
|
|
3199
3359
|
"ctp.otp.fieldLabel": string;
|
|
3200
3360
|
"ctp.otp.resendCode": string;
|
|
3201
3361
|
"ctp.otp.codeResent": string;
|
|
3202
3362
|
"ctp.otp.title": string;
|
|
3203
3363
|
"ctp.otp.subtitle": string;
|
|
3204
|
-
"ctp.
|
|
3205
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3206
|
-
"ctp.emptyCardsView.button": string;
|
|
3364
|
+
"ctp.emptyProfile.message": string;
|
|
3207
3365
|
"ctp.separatorText": string;
|
|
3208
3366
|
"ctp.cards.title": string;
|
|
3209
3367
|
"ctp.cards.subtitle": string;
|
|
3210
|
-
"ctp.cards.cardSelector": string;
|
|
3211
3368
|
"ctp.cards.expiredCard": string;
|
|
3212
3369
|
"ctp.manualCardEntry": string;
|
|
3370
|
+
"ctp.aria.infoModalButton": string;
|
|
3371
|
+
"ctp.infoPopup.title": string;
|
|
3372
|
+
"ctp.infoPopup.subtitle": string;
|
|
3373
|
+
"ctp.infoPopup.benefit1": string;
|
|
3374
|
+
"ctp.infoPopup.benefit2": string;
|
|
3375
|
+
"ctp.infoPopup.benefit3": string;
|
|
3213
3376
|
"ctp.errors.AUTH_INVALID": string;
|
|
3214
3377
|
"ctp.errors.NOT_FOUND": string;
|
|
3215
3378
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3216
3379
|
"ctp.errors.FRAUD": string;
|
|
3217
3380
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3218
3381
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3219
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3220
3382
|
"ctp.errors.CODE_INVALID": string;
|
|
3221
3383
|
"ctp.errors.CODE_EXPIRED": string;
|
|
3222
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
3223
3384
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3224
3385
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3386
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
3387
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3388
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
3389
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
3390
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3391
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
3392
|
+
"paymentMethodsList.aria.label": string;
|
|
3225
3393
|
}>;
|
|
3226
3394
|
'es-ES': () => Promise<{
|
|
3227
3395
|
default: {
|
|
3228
3396
|
payButton: string;
|
|
3229
3397
|
"payButton.redirecting": string;
|
|
3230
3398
|
"payButton.with": string;
|
|
3399
|
+
close: string;
|
|
3231
3400
|
storeDetails: string;
|
|
3232
3401
|
"creditCard.holderName": string;
|
|
3233
3402
|
"creditCard.holderName.placeholder": string;
|
|
@@ -3274,12 +3443,15 @@ declare const _default: {
|
|
|
3274
3443
|
"companyDetails.registrationNumber": string;
|
|
3275
3444
|
socialSecurityNumber: string;
|
|
3276
3445
|
firstName: string;
|
|
3446
|
+
"firstName.invalid": string;
|
|
3277
3447
|
infix: string;
|
|
3278
3448
|
lastName: string;
|
|
3449
|
+
"lastName.invalid": string;
|
|
3279
3450
|
mobileNumber: string;
|
|
3280
3451
|
"mobileNumber.invalid": string;
|
|
3281
3452
|
city: string;
|
|
3282
3453
|
postalCode: string;
|
|
3454
|
+
"postalCode.optional": string;
|
|
3283
3455
|
countryCode: string;
|
|
3284
3456
|
telephoneNumber: string;
|
|
3285
3457
|
dateOfBirth: string;
|
|
@@ -3459,37 +3631,48 @@ declare const _default: {
|
|
|
3459
3631
|
"ctp.login.subtitle": string;
|
|
3460
3632
|
"ctp.login.inputLabel": string;
|
|
3461
3633
|
"ctp.logout.notYou": string;
|
|
3462
|
-
"ctp.logout.
|
|
3634
|
+
"ctp.logout.notYourCards": string;
|
|
3635
|
+
"ctp.logout.notYourCard": string;
|
|
3636
|
+
"ctp.logout.notYourProfile": string;
|
|
3463
3637
|
"ctp.otp.fieldLabel": string;
|
|
3464
3638
|
"ctp.otp.resendCode": string;
|
|
3465
3639
|
"ctp.otp.codeResent": string;
|
|
3466
3640
|
"ctp.otp.title": string;
|
|
3467
3641
|
"ctp.otp.subtitle": string;
|
|
3468
|
-
"ctp.
|
|
3469
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3470
|
-
"ctp.emptyCardsView.button": string;
|
|
3642
|
+
"ctp.emptyProfile.message": string;
|
|
3471
3643
|
"ctp.separatorText": string;
|
|
3472
3644
|
"ctp.cards.title": string;
|
|
3473
3645
|
"ctp.cards.subtitle": string;
|
|
3474
|
-
"ctp.cards.cardSelector": string;
|
|
3475
3646
|
"ctp.cards.expiredCard": string;
|
|
3476
3647
|
"ctp.manualCardEntry": string;
|
|
3648
|
+
"ctp.aria.infoModalButton": string;
|
|
3649
|
+
"ctp.infoPopup.title": string;
|
|
3650
|
+
"ctp.infoPopup.subtitle": string;
|
|
3651
|
+
"ctp.infoPopup.benefit1": string;
|
|
3652
|
+
"ctp.infoPopup.benefit2": string;
|
|
3653
|
+
"ctp.infoPopup.benefit3": string;
|
|
3477
3654
|
"ctp.errors.AUTH_INVALID": string;
|
|
3478
3655
|
"ctp.errors.NOT_FOUND": string;
|
|
3479
3656
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3480
3657
|
"ctp.errors.FRAUD": string;
|
|
3481
3658
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3482
3659
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3483
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3484
3660
|
"ctp.errors.CODE_INVALID": string;
|
|
3485
3661
|
"ctp.errors.CODE_EXPIRED": string;
|
|
3486
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
3487
3662
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3488
3663
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3664
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
3665
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3666
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
3667
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
3668
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3669
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
3670
|
+
"paymentMethodsList.aria.label": string;
|
|
3489
3671
|
};
|
|
3490
3672
|
payButton: string;
|
|
3491
3673
|
"payButton.redirecting": string;
|
|
3492
3674
|
"payButton.with": string;
|
|
3675
|
+
close: string;
|
|
3493
3676
|
storeDetails: string;
|
|
3494
3677
|
"creditCard.holderName": string;
|
|
3495
3678
|
"creditCard.holderName.placeholder": string;
|
|
@@ -3536,12 +3719,15 @@ declare const _default: {
|
|
|
3536
3719
|
"companyDetails.registrationNumber": string;
|
|
3537
3720
|
socialSecurityNumber: string;
|
|
3538
3721
|
firstName: string;
|
|
3722
|
+
"firstName.invalid": string;
|
|
3539
3723
|
infix: string;
|
|
3540
3724
|
lastName: string;
|
|
3725
|
+
"lastName.invalid": string;
|
|
3541
3726
|
mobileNumber: string;
|
|
3542
3727
|
"mobileNumber.invalid": string;
|
|
3543
3728
|
city: string;
|
|
3544
3729
|
postalCode: string;
|
|
3730
|
+
"postalCode.optional": string;
|
|
3545
3731
|
countryCode: string;
|
|
3546
3732
|
telephoneNumber: string;
|
|
3547
3733
|
dateOfBirth: string;
|
|
@@ -3721,39 +3907,50 @@ declare const _default: {
|
|
|
3721
3907
|
"ctp.login.subtitle": string;
|
|
3722
3908
|
"ctp.login.inputLabel": string;
|
|
3723
3909
|
"ctp.logout.notYou": string;
|
|
3724
|
-
"ctp.logout.
|
|
3910
|
+
"ctp.logout.notYourCards": string;
|
|
3911
|
+
"ctp.logout.notYourCard": string;
|
|
3912
|
+
"ctp.logout.notYourProfile": string;
|
|
3725
3913
|
"ctp.otp.fieldLabel": string;
|
|
3726
3914
|
"ctp.otp.resendCode": string;
|
|
3727
3915
|
"ctp.otp.codeResent": string;
|
|
3728
3916
|
"ctp.otp.title": string;
|
|
3729
3917
|
"ctp.otp.subtitle": string;
|
|
3730
|
-
"ctp.
|
|
3731
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
3732
|
-
"ctp.emptyCardsView.button": string;
|
|
3918
|
+
"ctp.emptyProfile.message": string;
|
|
3733
3919
|
"ctp.separatorText": string;
|
|
3734
3920
|
"ctp.cards.title": string;
|
|
3735
3921
|
"ctp.cards.subtitle": string;
|
|
3736
|
-
"ctp.cards.cardSelector": string;
|
|
3737
3922
|
"ctp.cards.expiredCard": string;
|
|
3738
3923
|
"ctp.manualCardEntry": string;
|
|
3924
|
+
"ctp.aria.infoModalButton": string;
|
|
3925
|
+
"ctp.infoPopup.title": string;
|
|
3926
|
+
"ctp.infoPopup.subtitle": string;
|
|
3927
|
+
"ctp.infoPopup.benefit1": string;
|
|
3928
|
+
"ctp.infoPopup.benefit2": string;
|
|
3929
|
+
"ctp.infoPopup.benefit3": string;
|
|
3739
3930
|
"ctp.errors.AUTH_INVALID": string;
|
|
3740
3931
|
"ctp.errors.NOT_FOUND": string;
|
|
3741
3932
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3742
3933
|
"ctp.errors.FRAUD": string;
|
|
3743
3934
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3744
3935
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3745
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3746
3936
|
"ctp.errors.CODE_INVALID": string;
|
|
3747
3937
|
"ctp.errors.CODE_EXPIRED": string;
|
|
3748
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
3749
3938
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3750
3939
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3940
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
3941
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3942
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
3943
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
3944
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3945
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
3946
|
+
"paymentMethodsList.aria.label": string;
|
|
3751
3947
|
}>;
|
|
3752
3948
|
'fi-FI': () => Promise<{
|
|
3753
3949
|
default: {
|
|
3754
3950
|
payButton: string;
|
|
3755
3951
|
"payButton.redirecting": string;
|
|
3756
3952
|
"payButton.with": string;
|
|
3953
|
+
close: string;
|
|
3757
3954
|
storeDetails: string;
|
|
3758
3955
|
"creditCard.holderName": string;
|
|
3759
3956
|
"creditCard.holderName.placeholder": string;
|
|
@@ -3802,12 +3999,15 @@ declare const _default: {
|
|
|
3802
3999
|
"companyDetails.registrationNumber": string;
|
|
3803
4000
|
socialSecurityNumber: string;
|
|
3804
4001
|
firstName: string;
|
|
4002
|
+
"firstName.invalid": string;
|
|
3805
4003
|
infix: string;
|
|
3806
4004
|
lastName: string;
|
|
4005
|
+
"lastName.invalid": string;
|
|
3807
4006
|
mobileNumber: string;
|
|
3808
4007
|
"mobileNumber.invalid": string;
|
|
3809
4008
|
city: string;
|
|
3810
4009
|
postalCode: string;
|
|
4010
|
+
"postalCode.optional": string;
|
|
3811
4011
|
countryCode: string;
|
|
3812
4012
|
telephoneNumber: string;
|
|
3813
4013
|
dateOfBirth: string;
|
|
@@ -3990,37 +4190,48 @@ declare const _default: {
|
|
|
3990
4190
|
"ctp.login.subtitle": string;
|
|
3991
4191
|
"ctp.login.inputLabel": string;
|
|
3992
4192
|
"ctp.logout.notYou": string;
|
|
3993
|
-
"ctp.logout.
|
|
4193
|
+
"ctp.logout.notYourCards": string;
|
|
4194
|
+
"ctp.logout.notYourCard": string;
|
|
4195
|
+
"ctp.logout.notYourProfile": string;
|
|
3994
4196
|
"ctp.otp.fieldLabel": string;
|
|
3995
4197
|
"ctp.otp.resendCode": string;
|
|
3996
4198
|
"ctp.otp.codeResent": string;
|
|
3997
4199
|
"ctp.otp.title": string;
|
|
3998
4200
|
"ctp.otp.subtitle": string;
|
|
3999
|
-
"ctp.
|
|
4000
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4001
|
-
"ctp.emptyCardsView.button": string;
|
|
4201
|
+
"ctp.emptyProfile.message": string;
|
|
4002
4202
|
"ctp.separatorText": string;
|
|
4003
4203
|
"ctp.cards.title": string;
|
|
4004
4204
|
"ctp.cards.subtitle": string;
|
|
4005
|
-
"ctp.cards.cardSelector": string;
|
|
4006
4205
|
"ctp.cards.expiredCard": string;
|
|
4007
4206
|
"ctp.manualCardEntry": string;
|
|
4207
|
+
"ctp.aria.infoModalButton": string;
|
|
4208
|
+
"ctp.infoPopup.title": string;
|
|
4209
|
+
"ctp.infoPopup.subtitle": string;
|
|
4210
|
+
"ctp.infoPopup.benefit1": string;
|
|
4211
|
+
"ctp.infoPopup.benefit2": string;
|
|
4212
|
+
"ctp.infoPopup.benefit3": string;
|
|
4008
4213
|
"ctp.errors.AUTH_INVALID": string;
|
|
4009
4214
|
"ctp.errors.NOT_FOUND": string;
|
|
4010
4215
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4011
4216
|
"ctp.errors.FRAUD": string;
|
|
4012
4217
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4013
4218
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4014
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4015
4219
|
"ctp.errors.CODE_INVALID": string;
|
|
4016
4220
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4017
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4018
4221
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4019
4222
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4223
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
4224
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4225
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
4226
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
4227
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4228
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
4229
|
+
"paymentMethodsList.aria.label": string;
|
|
4020
4230
|
};
|
|
4021
4231
|
payButton: string;
|
|
4022
4232
|
"payButton.redirecting": string;
|
|
4023
4233
|
"payButton.with": string;
|
|
4234
|
+
close: string;
|
|
4024
4235
|
storeDetails: string;
|
|
4025
4236
|
"creditCard.holderName": string;
|
|
4026
4237
|
"creditCard.holderName.placeholder": string;
|
|
@@ -4069,12 +4280,15 @@ declare const _default: {
|
|
|
4069
4280
|
"companyDetails.registrationNumber": string;
|
|
4070
4281
|
socialSecurityNumber: string;
|
|
4071
4282
|
firstName: string;
|
|
4283
|
+
"firstName.invalid": string;
|
|
4072
4284
|
infix: string;
|
|
4073
4285
|
lastName: string;
|
|
4286
|
+
"lastName.invalid": string;
|
|
4074
4287
|
mobileNumber: string;
|
|
4075
4288
|
"mobileNumber.invalid": string;
|
|
4076
4289
|
city: string;
|
|
4077
4290
|
postalCode: string;
|
|
4291
|
+
"postalCode.optional": string;
|
|
4078
4292
|
countryCode: string;
|
|
4079
4293
|
telephoneNumber: string;
|
|
4080
4294
|
dateOfBirth: string;
|
|
@@ -4257,39 +4471,50 @@ declare const _default: {
|
|
|
4257
4471
|
"ctp.login.subtitle": string;
|
|
4258
4472
|
"ctp.login.inputLabel": string;
|
|
4259
4473
|
"ctp.logout.notYou": string;
|
|
4260
|
-
"ctp.logout.
|
|
4474
|
+
"ctp.logout.notYourCards": string;
|
|
4475
|
+
"ctp.logout.notYourCard": string;
|
|
4476
|
+
"ctp.logout.notYourProfile": string;
|
|
4261
4477
|
"ctp.otp.fieldLabel": string;
|
|
4262
4478
|
"ctp.otp.resendCode": string;
|
|
4263
4479
|
"ctp.otp.codeResent": string;
|
|
4264
4480
|
"ctp.otp.title": string;
|
|
4265
4481
|
"ctp.otp.subtitle": string;
|
|
4266
|
-
"ctp.
|
|
4267
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4268
|
-
"ctp.emptyCardsView.button": string;
|
|
4482
|
+
"ctp.emptyProfile.message": string;
|
|
4269
4483
|
"ctp.separatorText": string;
|
|
4270
4484
|
"ctp.cards.title": string;
|
|
4271
4485
|
"ctp.cards.subtitle": string;
|
|
4272
|
-
"ctp.cards.cardSelector": string;
|
|
4273
4486
|
"ctp.cards.expiredCard": string;
|
|
4274
4487
|
"ctp.manualCardEntry": string;
|
|
4488
|
+
"ctp.aria.infoModalButton": string;
|
|
4489
|
+
"ctp.infoPopup.title": string;
|
|
4490
|
+
"ctp.infoPopup.subtitle": string;
|
|
4491
|
+
"ctp.infoPopup.benefit1": string;
|
|
4492
|
+
"ctp.infoPopup.benefit2": string;
|
|
4493
|
+
"ctp.infoPopup.benefit3": string;
|
|
4275
4494
|
"ctp.errors.AUTH_INVALID": string;
|
|
4276
4495
|
"ctp.errors.NOT_FOUND": string;
|
|
4277
4496
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4278
4497
|
"ctp.errors.FRAUD": string;
|
|
4279
4498
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4280
4499
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4281
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4282
4500
|
"ctp.errors.CODE_INVALID": string;
|
|
4283
4501
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4284
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4285
4502
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4286
4503
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4504
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
4505
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4506
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
4507
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
4508
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4509
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
4510
|
+
"paymentMethodsList.aria.label": string;
|
|
4287
4511
|
}>;
|
|
4288
4512
|
'fr-FR': () => Promise<{
|
|
4289
4513
|
default: {
|
|
4290
4514
|
payButton: string;
|
|
4291
4515
|
"payButton.redirecting": string;
|
|
4292
4516
|
"payButton.with": string;
|
|
4517
|
+
close: string;
|
|
4293
4518
|
storeDetails: string;
|
|
4294
4519
|
"creditCard.holderName": string;
|
|
4295
4520
|
"creditCard.holderName.placeholder": string;
|
|
@@ -4338,12 +4563,15 @@ declare const _default: {
|
|
|
4338
4563
|
"companyDetails.registrationNumber": string;
|
|
4339
4564
|
socialSecurityNumber: string;
|
|
4340
4565
|
firstName: string;
|
|
4566
|
+
"firstName.invalid": string;
|
|
4341
4567
|
infix: string;
|
|
4342
4568
|
lastName: string;
|
|
4569
|
+
"lastName.invalid": string;
|
|
4343
4570
|
mobileNumber: string;
|
|
4344
4571
|
"mobileNumber.invalid": string;
|
|
4345
4572
|
city: string;
|
|
4346
4573
|
postalCode: string;
|
|
4574
|
+
"postalCode.optional": string;
|
|
4347
4575
|
countryCode: string;
|
|
4348
4576
|
telephoneNumber: string;
|
|
4349
4577
|
dateOfBirth: string;
|
|
@@ -4526,37 +4754,48 @@ declare const _default: {
|
|
|
4526
4754
|
"ctp.login.subtitle": string;
|
|
4527
4755
|
"ctp.login.inputLabel": string;
|
|
4528
4756
|
"ctp.logout.notYou": string;
|
|
4529
|
-
"ctp.logout.
|
|
4757
|
+
"ctp.logout.notYourCards": string;
|
|
4758
|
+
"ctp.logout.notYourCard": string;
|
|
4759
|
+
"ctp.logout.notYourProfile": string;
|
|
4530
4760
|
"ctp.otp.fieldLabel": string;
|
|
4531
4761
|
"ctp.otp.resendCode": string;
|
|
4532
4762
|
"ctp.otp.codeResent": string;
|
|
4533
4763
|
"ctp.otp.title": string;
|
|
4534
4764
|
"ctp.otp.subtitle": string;
|
|
4535
|
-
"ctp.
|
|
4536
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4537
|
-
"ctp.emptyCardsView.button": string;
|
|
4765
|
+
"ctp.emptyProfile.message": string;
|
|
4538
4766
|
"ctp.separatorText": string;
|
|
4539
4767
|
"ctp.cards.title": string;
|
|
4540
4768
|
"ctp.cards.subtitle": string;
|
|
4541
|
-
"ctp.cards.cardSelector": string;
|
|
4542
4769
|
"ctp.cards.expiredCard": string;
|
|
4543
4770
|
"ctp.manualCardEntry": string;
|
|
4771
|
+
"ctp.aria.infoModalButton": string;
|
|
4772
|
+
"ctp.infoPopup.title": string;
|
|
4773
|
+
"ctp.infoPopup.subtitle": string;
|
|
4774
|
+
"ctp.infoPopup.benefit1": string;
|
|
4775
|
+
"ctp.infoPopup.benefit2": string;
|
|
4776
|
+
"ctp.infoPopup.benefit3": string;
|
|
4544
4777
|
"ctp.errors.AUTH_INVALID": string;
|
|
4545
4778
|
"ctp.errors.NOT_FOUND": string;
|
|
4546
4779
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4547
4780
|
"ctp.errors.FRAUD": string;
|
|
4548
4781
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4549
4782
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4550
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4551
4783
|
"ctp.errors.CODE_INVALID": string;
|
|
4552
4784
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4553
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4554
4785
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4555
4786
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4787
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
4788
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4789
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
4790
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
4791
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4792
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
4793
|
+
"paymentMethodsList.aria.label": string;
|
|
4556
4794
|
};
|
|
4557
4795
|
payButton: string;
|
|
4558
4796
|
"payButton.redirecting": string;
|
|
4559
4797
|
"payButton.with": string;
|
|
4798
|
+
close: string;
|
|
4560
4799
|
storeDetails: string;
|
|
4561
4800
|
"creditCard.holderName": string;
|
|
4562
4801
|
"creditCard.holderName.placeholder": string;
|
|
@@ -4605,12 +4844,15 @@ declare const _default: {
|
|
|
4605
4844
|
"companyDetails.registrationNumber": string;
|
|
4606
4845
|
socialSecurityNumber: string;
|
|
4607
4846
|
firstName: string;
|
|
4847
|
+
"firstName.invalid": string;
|
|
4608
4848
|
infix: string;
|
|
4609
4849
|
lastName: string;
|
|
4850
|
+
"lastName.invalid": string;
|
|
4610
4851
|
mobileNumber: string;
|
|
4611
4852
|
"mobileNumber.invalid": string;
|
|
4612
4853
|
city: string;
|
|
4613
4854
|
postalCode: string;
|
|
4855
|
+
"postalCode.optional": string;
|
|
4614
4856
|
countryCode: string;
|
|
4615
4857
|
telephoneNumber: string;
|
|
4616
4858
|
dateOfBirth: string;
|
|
@@ -4793,39 +5035,50 @@ declare const _default: {
|
|
|
4793
5035
|
"ctp.login.subtitle": string;
|
|
4794
5036
|
"ctp.login.inputLabel": string;
|
|
4795
5037
|
"ctp.logout.notYou": string;
|
|
4796
|
-
"ctp.logout.
|
|
5038
|
+
"ctp.logout.notYourCards": string;
|
|
5039
|
+
"ctp.logout.notYourCard": string;
|
|
5040
|
+
"ctp.logout.notYourProfile": string;
|
|
4797
5041
|
"ctp.otp.fieldLabel": string;
|
|
4798
5042
|
"ctp.otp.resendCode": string;
|
|
4799
5043
|
"ctp.otp.codeResent": string;
|
|
4800
5044
|
"ctp.otp.title": string;
|
|
4801
5045
|
"ctp.otp.subtitle": string;
|
|
4802
|
-
"ctp.
|
|
4803
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
4804
|
-
"ctp.emptyCardsView.button": string;
|
|
5046
|
+
"ctp.emptyProfile.message": string;
|
|
4805
5047
|
"ctp.separatorText": string;
|
|
4806
5048
|
"ctp.cards.title": string;
|
|
4807
5049
|
"ctp.cards.subtitle": string;
|
|
4808
|
-
"ctp.cards.cardSelector": string;
|
|
4809
5050
|
"ctp.cards.expiredCard": string;
|
|
4810
5051
|
"ctp.manualCardEntry": string;
|
|
5052
|
+
"ctp.aria.infoModalButton": string;
|
|
5053
|
+
"ctp.infoPopup.title": string;
|
|
5054
|
+
"ctp.infoPopup.subtitle": string;
|
|
5055
|
+
"ctp.infoPopup.benefit1": string;
|
|
5056
|
+
"ctp.infoPopup.benefit2": string;
|
|
5057
|
+
"ctp.infoPopup.benefit3": string;
|
|
4811
5058
|
"ctp.errors.AUTH_INVALID": string;
|
|
4812
5059
|
"ctp.errors.NOT_FOUND": string;
|
|
4813
5060
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4814
5061
|
"ctp.errors.FRAUD": string;
|
|
4815
5062
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4816
5063
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4817
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4818
5064
|
"ctp.errors.CODE_INVALID": string;
|
|
4819
5065
|
"ctp.errors.CODE_EXPIRED": string;
|
|
4820
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
4821
5066
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4822
5067
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5068
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
5069
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5070
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
5071
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
5072
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5073
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
5074
|
+
"paymentMethodsList.aria.label": string;
|
|
4823
5075
|
}>;
|
|
4824
5076
|
'hr-HR': () => Promise<{
|
|
4825
5077
|
default: {
|
|
4826
5078
|
payButton: string;
|
|
4827
5079
|
"payButton.redirecting": string;
|
|
4828
5080
|
"payButton.with": string;
|
|
5081
|
+
close: string;
|
|
4829
5082
|
storeDetails: string;
|
|
4830
5083
|
"creditCard.holderName": string;
|
|
4831
5084
|
"creditCard.holderName.placeholder": string;
|
|
@@ -4874,12 +5127,15 @@ declare const _default: {
|
|
|
4874
5127
|
"companyDetails.registrationNumber": string;
|
|
4875
5128
|
socialSecurityNumber: string;
|
|
4876
5129
|
firstName: string;
|
|
5130
|
+
"firstName.invalid": string;
|
|
4877
5131
|
infix: string;
|
|
4878
5132
|
lastName: string;
|
|
5133
|
+
"lastName.invalid": string;
|
|
4879
5134
|
mobileNumber: string;
|
|
4880
5135
|
"mobileNumber.invalid": string;
|
|
4881
5136
|
city: string;
|
|
4882
5137
|
postalCode: string;
|
|
5138
|
+
"postalCode.optional": string;
|
|
4883
5139
|
countryCode: string;
|
|
4884
5140
|
telephoneNumber: string;
|
|
4885
5141
|
dateOfBirth: string;
|
|
@@ -5062,37 +5318,48 @@ declare const _default: {
|
|
|
5062
5318
|
"ctp.login.subtitle": string;
|
|
5063
5319
|
"ctp.login.inputLabel": string;
|
|
5064
5320
|
"ctp.logout.notYou": string;
|
|
5065
|
-
"ctp.logout.
|
|
5321
|
+
"ctp.logout.notYourCards": string;
|
|
5322
|
+
"ctp.logout.notYourCard": string;
|
|
5323
|
+
"ctp.logout.notYourProfile": string;
|
|
5066
5324
|
"ctp.otp.fieldLabel": string;
|
|
5067
5325
|
"ctp.otp.resendCode": string;
|
|
5068
5326
|
"ctp.otp.codeResent": string;
|
|
5069
5327
|
"ctp.otp.title": string;
|
|
5070
5328
|
"ctp.otp.subtitle": string;
|
|
5071
|
-
"ctp.
|
|
5072
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5073
|
-
"ctp.emptyCardsView.button": string;
|
|
5329
|
+
"ctp.emptyProfile.message": string;
|
|
5074
5330
|
"ctp.separatorText": string;
|
|
5075
5331
|
"ctp.cards.title": string;
|
|
5076
5332
|
"ctp.cards.subtitle": string;
|
|
5077
|
-
"ctp.cards.cardSelector": string;
|
|
5078
5333
|
"ctp.cards.expiredCard": string;
|
|
5079
5334
|
"ctp.manualCardEntry": string;
|
|
5335
|
+
"ctp.aria.infoModalButton": string;
|
|
5336
|
+
"ctp.infoPopup.title": string;
|
|
5337
|
+
"ctp.infoPopup.subtitle": string;
|
|
5338
|
+
"ctp.infoPopup.benefit1": string;
|
|
5339
|
+
"ctp.infoPopup.benefit2": string;
|
|
5340
|
+
"ctp.infoPopup.benefit3": string;
|
|
5080
5341
|
"ctp.errors.AUTH_INVALID": string;
|
|
5081
5342
|
"ctp.errors.NOT_FOUND": string;
|
|
5082
5343
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5083
5344
|
"ctp.errors.FRAUD": string;
|
|
5084
5345
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5085
5346
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5086
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5087
5347
|
"ctp.errors.CODE_INVALID": string;
|
|
5088
5348
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5089
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5090
5349
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5091
5350
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5351
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
5352
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5353
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
5354
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
5355
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5356
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
5357
|
+
"paymentMethodsList.aria.label": string;
|
|
5092
5358
|
};
|
|
5093
5359
|
payButton: string;
|
|
5094
5360
|
"payButton.redirecting": string;
|
|
5095
5361
|
"payButton.with": string;
|
|
5362
|
+
close: string;
|
|
5096
5363
|
storeDetails: string;
|
|
5097
5364
|
"creditCard.holderName": string;
|
|
5098
5365
|
"creditCard.holderName.placeholder": string;
|
|
@@ -5141,12 +5408,15 @@ declare const _default: {
|
|
|
5141
5408
|
"companyDetails.registrationNumber": string;
|
|
5142
5409
|
socialSecurityNumber: string;
|
|
5143
5410
|
firstName: string;
|
|
5411
|
+
"firstName.invalid": string;
|
|
5144
5412
|
infix: string;
|
|
5145
5413
|
lastName: string;
|
|
5414
|
+
"lastName.invalid": string;
|
|
5146
5415
|
mobileNumber: string;
|
|
5147
5416
|
"mobileNumber.invalid": string;
|
|
5148
5417
|
city: string;
|
|
5149
5418
|
postalCode: string;
|
|
5419
|
+
"postalCode.optional": string;
|
|
5150
5420
|
countryCode: string;
|
|
5151
5421
|
telephoneNumber: string;
|
|
5152
5422
|
dateOfBirth: string;
|
|
@@ -5329,39 +5599,50 @@ declare const _default: {
|
|
|
5329
5599
|
"ctp.login.subtitle": string;
|
|
5330
5600
|
"ctp.login.inputLabel": string;
|
|
5331
5601
|
"ctp.logout.notYou": string;
|
|
5332
|
-
"ctp.logout.
|
|
5602
|
+
"ctp.logout.notYourCards": string;
|
|
5603
|
+
"ctp.logout.notYourCard": string;
|
|
5604
|
+
"ctp.logout.notYourProfile": string;
|
|
5333
5605
|
"ctp.otp.fieldLabel": string;
|
|
5334
5606
|
"ctp.otp.resendCode": string;
|
|
5335
5607
|
"ctp.otp.codeResent": string;
|
|
5336
5608
|
"ctp.otp.title": string;
|
|
5337
5609
|
"ctp.otp.subtitle": string;
|
|
5338
|
-
"ctp.
|
|
5339
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5340
|
-
"ctp.emptyCardsView.button": string;
|
|
5610
|
+
"ctp.emptyProfile.message": string;
|
|
5341
5611
|
"ctp.separatorText": string;
|
|
5342
5612
|
"ctp.cards.title": string;
|
|
5343
5613
|
"ctp.cards.subtitle": string;
|
|
5344
|
-
"ctp.cards.cardSelector": string;
|
|
5345
5614
|
"ctp.cards.expiredCard": string;
|
|
5346
5615
|
"ctp.manualCardEntry": string;
|
|
5616
|
+
"ctp.aria.infoModalButton": string;
|
|
5617
|
+
"ctp.infoPopup.title": string;
|
|
5618
|
+
"ctp.infoPopup.subtitle": string;
|
|
5619
|
+
"ctp.infoPopup.benefit1": string;
|
|
5620
|
+
"ctp.infoPopup.benefit2": string;
|
|
5621
|
+
"ctp.infoPopup.benefit3": string;
|
|
5347
5622
|
"ctp.errors.AUTH_INVALID": string;
|
|
5348
5623
|
"ctp.errors.NOT_FOUND": string;
|
|
5349
5624
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5350
5625
|
"ctp.errors.FRAUD": string;
|
|
5351
5626
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5352
5627
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5353
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5354
5628
|
"ctp.errors.CODE_INVALID": string;
|
|
5355
5629
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5356
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5357
5630
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5358
5631
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5632
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
5633
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5634
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
5635
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
5636
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5637
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
5638
|
+
"paymentMethodsList.aria.label": string;
|
|
5359
5639
|
}>;
|
|
5360
5640
|
'hu-HU': () => Promise<{
|
|
5361
5641
|
default: {
|
|
5362
5642
|
payButton: string;
|
|
5363
5643
|
"payButton.redirecting": string;
|
|
5364
5644
|
"payButton.with": string;
|
|
5645
|
+
close: string;
|
|
5365
5646
|
storeDetails: string;
|
|
5366
5647
|
"creditCard.holderName": string;
|
|
5367
5648
|
"creditCard.holderName.placeholder": string;
|
|
@@ -5410,12 +5691,15 @@ declare const _default: {
|
|
|
5410
5691
|
"companyDetails.registrationNumber": string;
|
|
5411
5692
|
socialSecurityNumber: string;
|
|
5412
5693
|
firstName: string;
|
|
5694
|
+
"firstName.invalid": string;
|
|
5413
5695
|
infix: string;
|
|
5414
5696
|
lastName: string;
|
|
5697
|
+
"lastName.invalid": string;
|
|
5415
5698
|
mobileNumber: string;
|
|
5416
5699
|
"mobileNumber.invalid": string;
|
|
5417
5700
|
city: string;
|
|
5418
5701
|
postalCode: string;
|
|
5702
|
+
"postalCode.optional": string;
|
|
5419
5703
|
countryCode: string;
|
|
5420
5704
|
telephoneNumber: string;
|
|
5421
5705
|
dateOfBirth: string;
|
|
@@ -5598,37 +5882,48 @@ declare const _default: {
|
|
|
5598
5882
|
"ctp.login.subtitle": string;
|
|
5599
5883
|
"ctp.login.inputLabel": string;
|
|
5600
5884
|
"ctp.logout.notYou": string;
|
|
5601
|
-
"ctp.logout.
|
|
5885
|
+
"ctp.logout.notYourCards": string;
|
|
5886
|
+
"ctp.logout.notYourCard": string;
|
|
5887
|
+
"ctp.logout.notYourProfile": string;
|
|
5602
5888
|
"ctp.otp.fieldLabel": string;
|
|
5603
5889
|
"ctp.otp.resendCode": string;
|
|
5604
5890
|
"ctp.otp.codeResent": string;
|
|
5605
5891
|
"ctp.otp.title": string;
|
|
5606
5892
|
"ctp.otp.subtitle": string;
|
|
5607
|
-
"ctp.
|
|
5608
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5609
|
-
"ctp.emptyCardsView.button": string;
|
|
5893
|
+
"ctp.emptyProfile.message": string;
|
|
5610
5894
|
"ctp.separatorText": string;
|
|
5611
5895
|
"ctp.cards.title": string;
|
|
5612
5896
|
"ctp.cards.subtitle": string;
|
|
5613
|
-
"ctp.cards.cardSelector": string;
|
|
5614
5897
|
"ctp.cards.expiredCard": string;
|
|
5615
5898
|
"ctp.manualCardEntry": string;
|
|
5899
|
+
"ctp.aria.infoModalButton": string;
|
|
5900
|
+
"ctp.infoPopup.title": string;
|
|
5901
|
+
"ctp.infoPopup.subtitle": string;
|
|
5902
|
+
"ctp.infoPopup.benefit1": string;
|
|
5903
|
+
"ctp.infoPopup.benefit2": string;
|
|
5904
|
+
"ctp.infoPopup.benefit3": string;
|
|
5616
5905
|
"ctp.errors.AUTH_INVALID": string;
|
|
5617
5906
|
"ctp.errors.NOT_FOUND": string;
|
|
5618
5907
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5619
5908
|
"ctp.errors.FRAUD": string;
|
|
5620
5909
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5621
5910
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5622
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5623
5911
|
"ctp.errors.CODE_INVALID": string;
|
|
5624
5912
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5625
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5626
5913
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5627
5914
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5915
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
5916
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5917
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
5918
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
5919
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5920
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
5921
|
+
"paymentMethodsList.aria.label": string;
|
|
5628
5922
|
};
|
|
5629
5923
|
payButton: string;
|
|
5630
5924
|
"payButton.redirecting": string;
|
|
5631
5925
|
"payButton.with": string;
|
|
5926
|
+
close: string;
|
|
5632
5927
|
storeDetails: string;
|
|
5633
5928
|
"creditCard.holderName": string;
|
|
5634
5929
|
"creditCard.holderName.placeholder": string;
|
|
@@ -5677,12 +5972,15 @@ declare const _default: {
|
|
|
5677
5972
|
"companyDetails.registrationNumber": string;
|
|
5678
5973
|
socialSecurityNumber: string;
|
|
5679
5974
|
firstName: string;
|
|
5975
|
+
"firstName.invalid": string;
|
|
5680
5976
|
infix: string;
|
|
5681
5977
|
lastName: string;
|
|
5978
|
+
"lastName.invalid": string;
|
|
5682
5979
|
mobileNumber: string;
|
|
5683
5980
|
"mobileNumber.invalid": string;
|
|
5684
5981
|
city: string;
|
|
5685
5982
|
postalCode: string;
|
|
5983
|
+
"postalCode.optional": string;
|
|
5686
5984
|
countryCode: string;
|
|
5687
5985
|
telephoneNumber: string;
|
|
5688
5986
|
dateOfBirth: string;
|
|
@@ -5865,39 +6163,50 @@ declare const _default: {
|
|
|
5865
6163
|
"ctp.login.subtitle": string;
|
|
5866
6164
|
"ctp.login.inputLabel": string;
|
|
5867
6165
|
"ctp.logout.notYou": string;
|
|
5868
|
-
"ctp.logout.
|
|
6166
|
+
"ctp.logout.notYourCards": string;
|
|
6167
|
+
"ctp.logout.notYourCard": string;
|
|
6168
|
+
"ctp.logout.notYourProfile": string;
|
|
5869
6169
|
"ctp.otp.fieldLabel": string;
|
|
5870
6170
|
"ctp.otp.resendCode": string;
|
|
5871
6171
|
"ctp.otp.codeResent": string;
|
|
5872
6172
|
"ctp.otp.title": string;
|
|
5873
6173
|
"ctp.otp.subtitle": string;
|
|
5874
|
-
"ctp.
|
|
5875
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
5876
|
-
"ctp.emptyCardsView.button": string;
|
|
6174
|
+
"ctp.emptyProfile.message": string;
|
|
5877
6175
|
"ctp.separatorText": string;
|
|
5878
6176
|
"ctp.cards.title": string;
|
|
5879
6177
|
"ctp.cards.subtitle": string;
|
|
5880
|
-
"ctp.cards.cardSelector": string;
|
|
5881
6178
|
"ctp.cards.expiredCard": string;
|
|
5882
6179
|
"ctp.manualCardEntry": string;
|
|
6180
|
+
"ctp.aria.infoModalButton": string;
|
|
6181
|
+
"ctp.infoPopup.title": string;
|
|
6182
|
+
"ctp.infoPopup.subtitle": string;
|
|
6183
|
+
"ctp.infoPopup.benefit1": string;
|
|
6184
|
+
"ctp.infoPopup.benefit2": string;
|
|
6185
|
+
"ctp.infoPopup.benefit3": string;
|
|
5883
6186
|
"ctp.errors.AUTH_INVALID": string;
|
|
5884
6187
|
"ctp.errors.NOT_FOUND": string;
|
|
5885
6188
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5886
6189
|
"ctp.errors.FRAUD": string;
|
|
5887
6190
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5888
6191
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5889
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5890
6192
|
"ctp.errors.CODE_INVALID": string;
|
|
5891
6193
|
"ctp.errors.CODE_EXPIRED": string;
|
|
5892
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
5893
6194
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5894
6195
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6196
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
6197
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6198
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
6199
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
6200
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6201
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
6202
|
+
"paymentMethodsList.aria.label": string;
|
|
5895
6203
|
}>;
|
|
5896
6204
|
'it-IT': () => Promise<{
|
|
5897
6205
|
default: {
|
|
5898
6206
|
payButton: string;
|
|
5899
6207
|
"payButton.redirecting": string;
|
|
5900
6208
|
"payButton.with": string;
|
|
6209
|
+
close: string;
|
|
5901
6210
|
storeDetails: string;
|
|
5902
6211
|
"creditCard.holderName": string;
|
|
5903
6212
|
"creditCard.holderName.placeholder": string;
|
|
@@ -5944,12 +6253,15 @@ declare const _default: {
|
|
|
5944
6253
|
"companyDetails.registrationNumber": string;
|
|
5945
6254
|
socialSecurityNumber: string;
|
|
5946
6255
|
firstName: string;
|
|
6256
|
+
"firstName.invalid": string;
|
|
5947
6257
|
infix: string;
|
|
5948
6258
|
lastName: string;
|
|
6259
|
+
"lastName.invalid": string;
|
|
5949
6260
|
mobileNumber: string;
|
|
5950
6261
|
"mobileNumber.invalid": string;
|
|
5951
6262
|
city: string;
|
|
5952
6263
|
postalCode: string;
|
|
6264
|
+
"postalCode.optional": string;
|
|
5953
6265
|
countryCode: string;
|
|
5954
6266
|
telephoneNumber: string;
|
|
5955
6267
|
dateOfBirth: string;
|
|
@@ -6132,37 +6444,48 @@ declare const _default: {
|
|
|
6132
6444
|
"ctp.login.subtitle": string;
|
|
6133
6445
|
"ctp.login.inputLabel": string;
|
|
6134
6446
|
"ctp.logout.notYou": string;
|
|
6135
|
-
"ctp.logout.
|
|
6447
|
+
"ctp.logout.notYourCards": string;
|
|
6448
|
+
"ctp.logout.notYourCard": string;
|
|
6449
|
+
"ctp.logout.notYourProfile": string;
|
|
6136
6450
|
"ctp.otp.fieldLabel": string;
|
|
6137
6451
|
"ctp.otp.resendCode": string;
|
|
6138
6452
|
"ctp.otp.codeResent": string;
|
|
6139
6453
|
"ctp.otp.title": string;
|
|
6140
6454
|
"ctp.otp.subtitle": string;
|
|
6141
|
-
"ctp.
|
|
6142
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6143
|
-
"ctp.emptyCardsView.button": string;
|
|
6455
|
+
"ctp.emptyProfile.message": string;
|
|
6144
6456
|
"ctp.separatorText": string;
|
|
6145
6457
|
"ctp.cards.title": string;
|
|
6146
6458
|
"ctp.cards.subtitle": string;
|
|
6147
|
-
"ctp.cards.cardSelector": string;
|
|
6148
6459
|
"ctp.cards.expiredCard": string;
|
|
6149
6460
|
"ctp.manualCardEntry": string;
|
|
6461
|
+
"ctp.aria.infoModalButton": string;
|
|
6462
|
+
"ctp.infoPopup.title": string;
|
|
6463
|
+
"ctp.infoPopup.subtitle": string;
|
|
6464
|
+
"ctp.infoPopup.benefit1": string;
|
|
6465
|
+
"ctp.infoPopup.benefit2": string;
|
|
6466
|
+
"ctp.infoPopup.benefit3": string;
|
|
6150
6467
|
"ctp.errors.AUTH_INVALID": string;
|
|
6151
6468
|
"ctp.errors.NOT_FOUND": string;
|
|
6152
6469
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6153
6470
|
"ctp.errors.FRAUD": string;
|
|
6154
6471
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6155
6472
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6156
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6157
6473
|
"ctp.errors.CODE_INVALID": string;
|
|
6158
6474
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6159
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6160
6475
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6161
6476
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6477
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
6478
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6479
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
6480
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
6481
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6482
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
6483
|
+
"paymentMethodsList.aria.label": string;
|
|
6162
6484
|
};
|
|
6163
6485
|
payButton: string;
|
|
6164
6486
|
"payButton.redirecting": string;
|
|
6165
6487
|
"payButton.with": string;
|
|
6488
|
+
close: string;
|
|
6166
6489
|
storeDetails: string;
|
|
6167
6490
|
"creditCard.holderName": string;
|
|
6168
6491
|
"creditCard.holderName.placeholder": string;
|
|
@@ -6209,12 +6532,15 @@ declare const _default: {
|
|
|
6209
6532
|
"companyDetails.registrationNumber": string;
|
|
6210
6533
|
socialSecurityNumber: string;
|
|
6211
6534
|
firstName: string;
|
|
6535
|
+
"firstName.invalid": string;
|
|
6212
6536
|
infix: string;
|
|
6213
6537
|
lastName: string;
|
|
6538
|
+
"lastName.invalid": string;
|
|
6214
6539
|
mobileNumber: string;
|
|
6215
6540
|
"mobileNumber.invalid": string;
|
|
6216
6541
|
city: string;
|
|
6217
6542
|
postalCode: string;
|
|
6543
|
+
"postalCode.optional": string;
|
|
6218
6544
|
countryCode: string;
|
|
6219
6545
|
telephoneNumber: string;
|
|
6220
6546
|
dateOfBirth: string;
|
|
@@ -6397,39 +6723,50 @@ declare const _default: {
|
|
|
6397
6723
|
"ctp.login.subtitle": string;
|
|
6398
6724
|
"ctp.login.inputLabel": string;
|
|
6399
6725
|
"ctp.logout.notYou": string;
|
|
6400
|
-
"ctp.logout.
|
|
6726
|
+
"ctp.logout.notYourCards": string;
|
|
6727
|
+
"ctp.logout.notYourCard": string;
|
|
6728
|
+
"ctp.logout.notYourProfile": string;
|
|
6401
6729
|
"ctp.otp.fieldLabel": string;
|
|
6402
6730
|
"ctp.otp.resendCode": string;
|
|
6403
6731
|
"ctp.otp.codeResent": string;
|
|
6404
6732
|
"ctp.otp.title": string;
|
|
6405
6733
|
"ctp.otp.subtitle": string;
|
|
6406
|
-
"ctp.
|
|
6407
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6408
|
-
"ctp.emptyCardsView.button": string;
|
|
6734
|
+
"ctp.emptyProfile.message": string;
|
|
6409
6735
|
"ctp.separatorText": string;
|
|
6410
6736
|
"ctp.cards.title": string;
|
|
6411
6737
|
"ctp.cards.subtitle": string;
|
|
6412
|
-
"ctp.cards.cardSelector": string;
|
|
6413
6738
|
"ctp.cards.expiredCard": string;
|
|
6414
6739
|
"ctp.manualCardEntry": string;
|
|
6740
|
+
"ctp.aria.infoModalButton": string;
|
|
6741
|
+
"ctp.infoPopup.title": string;
|
|
6742
|
+
"ctp.infoPopup.subtitle": string;
|
|
6743
|
+
"ctp.infoPopup.benefit1": string;
|
|
6744
|
+
"ctp.infoPopup.benefit2": string;
|
|
6745
|
+
"ctp.infoPopup.benefit3": string;
|
|
6415
6746
|
"ctp.errors.AUTH_INVALID": string;
|
|
6416
6747
|
"ctp.errors.NOT_FOUND": string;
|
|
6417
6748
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6418
6749
|
"ctp.errors.FRAUD": string;
|
|
6419
6750
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6420
6751
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6421
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6422
6752
|
"ctp.errors.CODE_INVALID": string;
|
|
6423
6753
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6424
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6425
6754
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6426
6755
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6756
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
6757
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6758
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
6759
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
6760
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6761
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
6762
|
+
"paymentMethodsList.aria.label": string;
|
|
6427
6763
|
}>;
|
|
6428
6764
|
'ja-JP': () => Promise<{
|
|
6429
6765
|
default: {
|
|
6430
6766
|
payButton: string;
|
|
6431
6767
|
"payButton.redirecting": string;
|
|
6432
6768
|
"payButton.with": string;
|
|
6769
|
+
close: string;
|
|
6433
6770
|
storeDetails: string;
|
|
6434
6771
|
"creditCard.holderName": string;
|
|
6435
6772
|
"creditCard.holderName.placeholder": string;
|
|
@@ -6478,12 +6815,15 @@ declare const _default: {
|
|
|
6478
6815
|
"companyDetails.registrationNumber": string;
|
|
6479
6816
|
socialSecurityNumber: string;
|
|
6480
6817
|
firstName: string;
|
|
6818
|
+
"firstName.invalid": string;
|
|
6481
6819
|
infix: string;
|
|
6482
6820
|
lastName: string;
|
|
6821
|
+
"lastName.invalid": string;
|
|
6483
6822
|
mobileNumber: string;
|
|
6484
6823
|
"mobileNumber.invalid": string;
|
|
6485
6824
|
city: string;
|
|
6486
6825
|
postalCode: string;
|
|
6826
|
+
"postalCode.optional": string;
|
|
6487
6827
|
countryCode: string;
|
|
6488
6828
|
telephoneNumber: string;
|
|
6489
6829
|
dateOfBirth: string;
|
|
@@ -6666,37 +7006,48 @@ declare const _default: {
|
|
|
6666
7006
|
"ctp.login.subtitle": string;
|
|
6667
7007
|
"ctp.login.inputLabel": string;
|
|
6668
7008
|
"ctp.logout.notYou": string;
|
|
6669
|
-
"ctp.logout.
|
|
7009
|
+
"ctp.logout.notYourCards": string;
|
|
7010
|
+
"ctp.logout.notYourCard": string;
|
|
7011
|
+
"ctp.logout.notYourProfile": string;
|
|
6670
7012
|
"ctp.otp.fieldLabel": string;
|
|
6671
7013
|
"ctp.otp.resendCode": string;
|
|
6672
7014
|
"ctp.otp.codeResent": string;
|
|
6673
7015
|
"ctp.otp.title": string;
|
|
6674
7016
|
"ctp.otp.subtitle": string;
|
|
6675
|
-
"ctp.
|
|
6676
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6677
|
-
"ctp.emptyCardsView.button": string;
|
|
7017
|
+
"ctp.emptyProfile.message": string;
|
|
6678
7018
|
"ctp.separatorText": string;
|
|
6679
7019
|
"ctp.cards.title": string;
|
|
6680
7020
|
"ctp.cards.subtitle": string;
|
|
6681
|
-
"ctp.cards.cardSelector": string;
|
|
6682
7021
|
"ctp.cards.expiredCard": string;
|
|
6683
7022
|
"ctp.manualCardEntry": string;
|
|
7023
|
+
"ctp.aria.infoModalButton": string;
|
|
7024
|
+
"ctp.infoPopup.title": string;
|
|
7025
|
+
"ctp.infoPopup.subtitle": string;
|
|
7026
|
+
"ctp.infoPopup.benefit1": string;
|
|
7027
|
+
"ctp.infoPopup.benefit2": string;
|
|
7028
|
+
"ctp.infoPopup.benefit3": string;
|
|
6684
7029
|
"ctp.errors.AUTH_INVALID": string;
|
|
6685
7030
|
"ctp.errors.NOT_FOUND": string;
|
|
6686
7031
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6687
7032
|
"ctp.errors.FRAUD": string;
|
|
6688
7033
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6689
7034
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6690
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6691
7035
|
"ctp.errors.CODE_INVALID": string;
|
|
6692
7036
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6693
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6694
7037
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6695
7038
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7039
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
7040
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7041
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
7042
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
7043
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7044
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
7045
|
+
"paymentMethodsList.aria.label": string;
|
|
6696
7046
|
};
|
|
6697
7047
|
payButton: string;
|
|
6698
7048
|
"payButton.redirecting": string;
|
|
6699
7049
|
"payButton.with": string;
|
|
7050
|
+
close: string;
|
|
6700
7051
|
storeDetails: string;
|
|
6701
7052
|
"creditCard.holderName": string;
|
|
6702
7053
|
"creditCard.holderName.placeholder": string;
|
|
@@ -6745,12 +7096,15 @@ declare const _default: {
|
|
|
6745
7096
|
"companyDetails.registrationNumber": string;
|
|
6746
7097
|
socialSecurityNumber: string;
|
|
6747
7098
|
firstName: string;
|
|
7099
|
+
"firstName.invalid": string;
|
|
6748
7100
|
infix: string;
|
|
6749
7101
|
lastName: string;
|
|
7102
|
+
"lastName.invalid": string;
|
|
6750
7103
|
mobileNumber: string;
|
|
6751
7104
|
"mobileNumber.invalid": string;
|
|
6752
7105
|
city: string;
|
|
6753
7106
|
postalCode: string;
|
|
7107
|
+
"postalCode.optional": string;
|
|
6754
7108
|
countryCode: string;
|
|
6755
7109
|
telephoneNumber: string;
|
|
6756
7110
|
dateOfBirth: string;
|
|
@@ -6933,39 +7287,50 @@ declare const _default: {
|
|
|
6933
7287
|
"ctp.login.subtitle": string;
|
|
6934
7288
|
"ctp.login.inputLabel": string;
|
|
6935
7289
|
"ctp.logout.notYou": string;
|
|
6936
|
-
"ctp.logout.
|
|
7290
|
+
"ctp.logout.notYourCards": string;
|
|
7291
|
+
"ctp.logout.notYourCard": string;
|
|
7292
|
+
"ctp.logout.notYourProfile": string;
|
|
6937
7293
|
"ctp.otp.fieldLabel": string;
|
|
6938
7294
|
"ctp.otp.resendCode": string;
|
|
6939
7295
|
"ctp.otp.codeResent": string;
|
|
6940
7296
|
"ctp.otp.title": string;
|
|
6941
7297
|
"ctp.otp.subtitle": string;
|
|
6942
|
-
"ctp.
|
|
6943
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
6944
|
-
"ctp.emptyCardsView.button": string;
|
|
7298
|
+
"ctp.emptyProfile.message": string;
|
|
6945
7299
|
"ctp.separatorText": string;
|
|
6946
7300
|
"ctp.cards.title": string;
|
|
6947
7301
|
"ctp.cards.subtitle": string;
|
|
6948
|
-
"ctp.cards.cardSelector": string;
|
|
6949
7302
|
"ctp.cards.expiredCard": string;
|
|
6950
7303
|
"ctp.manualCardEntry": string;
|
|
7304
|
+
"ctp.aria.infoModalButton": string;
|
|
7305
|
+
"ctp.infoPopup.title": string;
|
|
7306
|
+
"ctp.infoPopup.subtitle": string;
|
|
7307
|
+
"ctp.infoPopup.benefit1": string;
|
|
7308
|
+
"ctp.infoPopup.benefit2": string;
|
|
7309
|
+
"ctp.infoPopup.benefit3": string;
|
|
6951
7310
|
"ctp.errors.AUTH_INVALID": string;
|
|
6952
7311
|
"ctp.errors.NOT_FOUND": string;
|
|
6953
7312
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6954
7313
|
"ctp.errors.FRAUD": string;
|
|
6955
7314
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6956
7315
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6957
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6958
7316
|
"ctp.errors.CODE_INVALID": string;
|
|
6959
7317
|
"ctp.errors.CODE_EXPIRED": string;
|
|
6960
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
6961
7318
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6962
7319
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7320
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
7321
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7322
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
7323
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
7324
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7325
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
7326
|
+
"paymentMethodsList.aria.label": string;
|
|
6963
7327
|
}>;
|
|
6964
7328
|
'ko-KR': () => Promise<{
|
|
6965
7329
|
default: {
|
|
6966
7330
|
payButton: string;
|
|
6967
7331
|
"payButton.redirecting": string;
|
|
6968
7332
|
"payButton.with": string;
|
|
7333
|
+
close: string;
|
|
6969
7334
|
storeDetails: string;
|
|
6970
7335
|
"creditCard.holderName": string;
|
|
6971
7336
|
"creditCard.holderName.placeholder": string;
|
|
@@ -7014,12 +7379,15 @@ declare const _default: {
|
|
|
7014
7379
|
"companyDetails.registrationNumber": string;
|
|
7015
7380
|
socialSecurityNumber: string;
|
|
7016
7381
|
firstName: string;
|
|
7382
|
+
"firstName.invalid": string;
|
|
7017
7383
|
infix: string;
|
|
7018
7384
|
lastName: string;
|
|
7385
|
+
"lastName.invalid": string;
|
|
7019
7386
|
mobileNumber: string;
|
|
7020
7387
|
"mobileNumber.invalid": string;
|
|
7021
7388
|
city: string;
|
|
7022
7389
|
postalCode: string;
|
|
7390
|
+
"postalCode.optional": string;
|
|
7023
7391
|
countryCode: string;
|
|
7024
7392
|
telephoneNumber: string;
|
|
7025
7393
|
dateOfBirth: string;
|
|
@@ -7202,37 +7570,48 @@ declare const _default: {
|
|
|
7202
7570
|
"ctp.login.subtitle": string;
|
|
7203
7571
|
"ctp.login.inputLabel": string;
|
|
7204
7572
|
"ctp.logout.notYou": string;
|
|
7205
|
-
"ctp.logout.
|
|
7573
|
+
"ctp.logout.notYourCards": string;
|
|
7574
|
+
"ctp.logout.notYourCard": string;
|
|
7575
|
+
"ctp.logout.notYourProfile": string;
|
|
7206
7576
|
"ctp.otp.fieldLabel": string;
|
|
7207
7577
|
"ctp.otp.resendCode": string;
|
|
7208
7578
|
"ctp.otp.codeResent": string;
|
|
7209
7579
|
"ctp.otp.title": string;
|
|
7210
7580
|
"ctp.otp.subtitle": string;
|
|
7211
|
-
"ctp.
|
|
7212
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7213
|
-
"ctp.emptyCardsView.button": string;
|
|
7581
|
+
"ctp.emptyProfile.message": string;
|
|
7214
7582
|
"ctp.separatorText": string;
|
|
7215
7583
|
"ctp.cards.title": string;
|
|
7216
7584
|
"ctp.cards.subtitle": string;
|
|
7217
|
-
"ctp.cards.cardSelector": string;
|
|
7218
7585
|
"ctp.cards.expiredCard": string;
|
|
7219
7586
|
"ctp.manualCardEntry": string;
|
|
7587
|
+
"ctp.aria.infoModalButton": string;
|
|
7588
|
+
"ctp.infoPopup.title": string;
|
|
7589
|
+
"ctp.infoPopup.subtitle": string;
|
|
7590
|
+
"ctp.infoPopup.benefit1": string;
|
|
7591
|
+
"ctp.infoPopup.benefit2": string;
|
|
7592
|
+
"ctp.infoPopup.benefit3": string;
|
|
7220
7593
|
"ctp.errors.AUTH_INVALID": string;
|
|
7221
7594
|
"ctp.errors.NOT_FOUND": string;
|
|
7222
7595
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7223
7596
|
"ctp.errors.FRAUD": string;
|
|
7224
7597
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7225
7598
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7226
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7227
7599
|
"ctp.errors.CODE_INVALID": string;
|
|
7228
7600
|
"ctp.errors.CODE_EXPIRED": string;
|
|
7229
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
7230
7601
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7231
7602
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7603
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
7604
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7605
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
7606
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
7607
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7608
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
7609
|
+
"paymentMethodsList.aria.label": string;
|
|
7232
7610
|
};
|
|
7233
7611
|
payButton: string;
|
|
7234
7612
|
"payButton.redirecting": string;
|
|
7235
7613
|
"payButton.with": string;
|
|
7614
|
+
close: string;
|
|
7236
7615
|
storeDetails: string;
|
|
7237
7616
|
"creditCard.holderName": string;
|
|
7238
7617
|
"creditCard.holderName.placeholder": string;
|
|
@@ -7281,12 +7660,15 @@ declare const _default: {
|
|
|
7281
7660
|
"companyDetails.registrationNumber": string;
|
|
7282
7661
|
socialSecurityNumber: string;
|
|
7283
7662
|
firstName: string;
|
|
7663
|
+
"firstName.invalid": string;
|
|
7284
7664
|
infix: string;
|
|
7285
7665
|
lastName: string;
|
|
7666
|
+
"lastName.invalid": string;
|
|
7286
7667
|
mobileNumber: string;
|
|
7287
7668
|
"mobileNumber.invalid": string;
|
|
7288
7669
|
city: string;
|
|
7289
7670
|
postalCode: string;
|
|
7671
|
+
"postalCode.optional": string;
|
|
7290
7672
|
countryCode: string;
|
|
7291
7673
|
telephoneNumber: string;
|
|
7292
7674
|
dateOfBirth: string;
|
|
@@ -7469,39 +7851,50 @@ declare const _default: {
|
|
|
7469
7851
|
"ctp.login.subtitle": string;
|
|
7470
7852
|
"ctp.login.inputLabel": string;
|
|
7471
7853
|
"ctp.logout.notYou": string;
|
|
7472
|
-
"ctp.logout.
|
|
7854
|
+
"ctp.logout.notYourCards": string;
|
|
7855
|
+
"ctp.logout.notYourCard": string;
|
|
7856
|
+
"ctp.logout.notYourProfile": string;
|
|
7473
7857
|
"ctp.otp.fieldLabel": string;
|
|
7474
7858
|
"ctp.otp.resendCode": string;
|
|
7475
7859
|
"ctp.otp.codeResent": string;
|
|
7476
7860
|
"ctp.otp.title": string;
|
|
7477
7861
|
"ctp.otp.subtitle": string;
|
|
7478
|
-
"ctp.
|
|
7479
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7480
|
-
"ctp.emptyCardsView.button": string;
|
|
7862
|
+
"ctp.emptyProfile.message": string;
|
|
7481
7863
|
"ctp.separatorText": string;
|
|
7482
7864
|
"ctp.cards.title": string;
|
|
7483
7865
|
"ctp.cards.subtitle": string;
|
|
7484
|
-
"ctp.cards.cardSelector": string;
|
|
7485
7866
|
"ctp.cards.expiredCard": string;
|
|
7486
7867
|
"ctp.manualCardEntry": string;
|
|
7868
|
+
"ctp.aria.infoModalButton": string;
|
|
7869
|
+
"ctp.infoPopup.title": string;
|
|
7870
|
+
"ctp.infoPopup.subtitle": string;
|
|
7871
|
+
"ctp.infoPopup.benefit1": string;
|
|
7872
|
+
"ctp.infoPopup.benefit2": string;
|
|
7873
|
+
"ctp.infoPopup.benefit3": string;
|
|
7487
7874
|
"ctp.errors.AUTH_INVALID": string;
|
|
7488
7875
|
"ctp.errors.NOT_FOUND": string;
|
|
7489
7876
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7490
7877
|
"ctp.errors.FRAUD": string;
|
|
7491
7878
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7492
7879
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7493
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7494
7880
|
"ctp.errors.CODE_INVALID": string;
|
|
7495
7881
|
"ctp.errors.CODE_EXPIRED": string;
|
|
7496
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
7497
7882
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7498
7883
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7884
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
7885
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7886
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
7887
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
7888
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7889
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
7890
|
+
"paymentMethodsList.aria.label": string;
|
|
7499
7891
|
}>;
|
|
7500
7892
|
'nl-NL': () => Promise<{
|
|
7501
7893
|
default: {
|
|
7502
7894
|
payButton: string;
|
|
7503
7895
|
"payButton.redirecting": string;
|
|
7504
7896
|
"payButton.with": string;
|
|
7897
|
+
close: string;
|
|
7505
7898
|
storeDetails: string;
|
|
7506
7899
|
"creditCard.holderName": string;
|
|
7507
7900
|
"creditCard.holderName.placeholder": string;
|
|
@@ -7550,12 +7943,15 @@ declare const _default: {
|
|
|
7550
7943
|
"companyDetails.registrationNumber": string;
|
|
7551
7944
|
socialSecurityNumber: string;
|
|
7552
7945
|
firstName: string;
|
|
7946
|
+
"firstName.invalid": string;
|
|
7553
7947
|
infix: string;
|
|
7554
7948
|
lastName: string;
|
|
7949
|
+
"lastName.invalid": string;
|
|
7555
7950
|
mobileNumber: string;
|
|
7556
7951
|
"mobileNumber.invalid": string;
|
|
7557
7952
|
city: string;
|
|
7558
7953
|
postalCode: string;
|
|
7954
|
+
"postalCode.optional": string;
|
|
7559
7955
|
countryCode: string;
|
|
7560
7956
|
telephoneNumber: string;
|
|
7561
7957
|
dateOfBirth: string;
|
|
@@ -7738,37 +8134,48 @@ declare const _default: {
|
|
|
7738
8134
|
"ctp.login.subtitle": string;
|
|
7739
8135
|
"ctp.login.inputLabel": string;
|
|
7740
8136
|
"ctp.logout.notYou": string;
|
|
7741
|
-
"ctp.logout.
|
|
8137
|
+
"ctp.logout.notYourCards": string;
|
|
8138
|
+
"ctp.logout.notYourCard": string;
|
|
8139
|
+
"ctp.logout.notYourProfile": string;
|
|
7742
8140
|
"ctp.otp.fieldLabel": string;
|
|
7743
8141
|
"ctp.otp.resendCode": string;
|
|
7744
8142
|
"ctp.otp.codeResent": string;
|
|
7745
8143
|
"ctp.otp.title": string;
|
|
7746
8144
|
"ctp.otp.subtitle": string;
|
|
7747
|
-
"ctp.
|
|
7748
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
7749
|
-
"ctp.emptyCardsView.button": string;
|
|
8145
|
+
"ctp.emptyProfile.message": string;
|
|
7750
8146
|
"ctp.separatorText": string;
|
|
7751
8147
|
"ctp.cards.title": string;
|
|
7752
8148
|
"ctp.cards.subtitle": string;
|
|
7753
|
-
"ctp.cards.cardSelector": string;
|
|
7754
8149
|
"ctp.cards.expiredCard": string;
|
|
7755
8150
|
"ctp.manualCardEntry": string;
|
|
8151
|
+
"ctp.aria.infoModalButton": string;
|
|
8152
|
+
"ctp.infoPopup.title": string;
|
|
8153
|
+
"ctp.infoPopup.subtitle": string;
|
|
8154
|
+
"ctp.infoPopup.benefit1": string;
|
|
8155
|
+
"ctp.infoPopup.benefit2": string;
|
|
8156
|
+
"ctp.infoPopup.benefit3": string;
|
|
7756
8157
|
"ctp.errors.AUTH_INVALID": string;
|
|
7757
8158
|
"ctp.errors.NOT_FOUND": string;
|
|
7758
8159
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7759
8160
|
"ctp.errors.FRAUD": string;
|
|
7760
8161
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7761
8162
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7762
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7763
8163
|
"ctp.errors.CODE_INVALID": string;
|
|
7764
8164
|
"ctp.errors.CODE_EXPIRED": string;
|
|
7765
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
7766
8165
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7767
8166
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8167
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
8168
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8169
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
8170
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
8171
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8172
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
8173
|
+
"paymentMethodsList.aria.label": string;
|
|
7768
8174
|
};
|
|
7769
8175
|
payButton: string;
|
|
7770
8176
|
"payButton.redirecting": string;
|
|
7771
8177
|
"payButton.with": string;
|
|
8178
|
+
close: string;
|
|
7772
8179
|
storeDetails: string;
|
|
7773
8180
|
"creditCard.holderName": string;
|
|
7774
8181
|
"creditCard.holderName.placeholder": string;
|
|
@@ -7817,12 +8224,15 @@ declare const _default: {
|
|
|
7817
8224
|
"companyDetails.registrationNumber": string;
|
|
7818
8225
|
socialSecurityNumber: string;
|
|
7819
8226
|
firstName: string;
|
|
8227
|
+
"firstName.invalid": string;
|
|
7820
8228
|
infix: string;
|
|
7821
8229
|
lastName: string;
|
|
8230
|
+
"lastName.invalid": string;
|
|
7822
8231
|
mobileNumber: string;
|
|
7823
8232
|
"mobileNumber.invalid": string;
|
|
7824
8233
|
city: string;
|
|
7825
8234
|
postalCode: string;
|
|
8235
|
+
"postalCode.optional": string;
|
|
7826
8236
|
countryCode: string;
|
|
7827
8237
|
telephoneNumber: string;
|
|
7828
8238
|
dateOfBirth: string;
|
|
@@ -8005,39 +8415,50 @@ declare const _default: {
|
|
|
8005
8415
|
"ctp.login.subtitle": string;
|
|
8006
8416
|
"ctp.login.inputLabel": string;
|
|
8007
8417
|
"ctp.logout.notYou": string;
|
|
8008
|
-
"ctp.logout.
|
|
8418
|
+
"ctp.logout.notYourCards": string;
|
|
8419
|
+
"ctp.logout.notYourCard": string;
|
|
8420
|
+
"ctp.logout.notYourProfile": string;
|
|
8009
8421
|
"ctp.otp.fieldLabel": string;
|
|
8010
8422
|
"ctp.otp.resendCode": string;
|
|
8011
8423
|
"ctp.otp.codeResent": string;
|
|
8012
8424
|
"ctp.otp.title": string;
|
|
8013
8425
|
"ctp.otp.subtitle": string;
|
|
8014
|
-
"ctp.
|
|
8015
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8016
|
-
"ctp.emptyCardsView.button": string;
|
|
8426
|
+
"ctp.emptyProfile.message": string;
|
|
8017
8427
|
"ctp.separatorText": string;
|
|
8018
8428
|
"ctp.cards.title": string;
|
|
8019
8429
|
"ctp.cards.subtitle": string;
|
|
8020
|
-
"ctp.cards.cardSelector": string;
|
|
8021
8430
|
"ctp.cards.expiredCard": string;
|
|
8022
8431
|
"ctp.manualCardEntry": string;
|
|
8432
|
+
"ctp.aria.infoModalButton": string;
|
|
8433
|
+
"ctp.infoPopup.title": string;
|
|
8434
|
+
"ctp.infoPopup.subtitle": string;
|
|
8435
|
+
"ctp.infoPopup.benefit1": string;
|
|
8436
|
+
"ctp.infoPopup.benefit2": string;
|
|
8437
|
+
"ctp.infoPopup.benefit3": string;
|
|
8023
8438
|
"ctp.errors.AUTH_INVALID": string;
|
|
8024
8439
|
"ctp.errors.NOT_FOUND": string;
|
|
8025
8440
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8026
8441
|
"ctp.errors.FRAUD": string;
|
|
8027
8442
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8028
8443
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8029
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8030
8444
|
"ctp.errors.CODE_INVALID": string;
|
|
8031
8445
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8032
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8033
8446
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8034
8447
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8448
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
8449
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8450
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
8451
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
8452
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8453
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
8454
|
+
"paymentMethodsList.aria.label": string;
|
|
8035
8455
|
}>;
|
|
8036
8456
|
'no-NO': () => Promise<{
|
|
8037
8457
|
default: {
|
|
8038
8458
|
payButton: string;
|
|
8039
8459
|
"payButton.redirecting": string;
|
|
8040
8460
|
"payButton.with": string;
|
|
8461
|
+
close: string;
|
|
8041
8462
|
storeDetails: string;
|
|
8042
8463
|
"creditCard.holderName": string;
|
|
8043
8464
|
"creditCard.holderName.placeholder": string;
|
|
@@ -8086,12 +8507,15 @@ declare const _default: {
|
|
|
8086
8507
|
"companyDetails.registrationNumber": string;
|
|
8087
8508
|
socialSecurityNumber: string;
|
|
8088
8509
|
firstName: string;
|
|
8510
|
+
"firstName.invalid": string;
|
|
8089
8511
|
infix: string;
|
|
8090
8512
|
lastName: string;
|
|
8513
|
+
"lastName.invalid": string;
|
|
8091
8514
|
mobileNumber: string;
|
|
8092
8515
|
"mobileNumber.invalid": string;
|
|
8093
8516
|
city: string;
|
|
8094
8517
|
postalCode: string;
|
|
8518
|
+
"postalCode.optional": string;
|
|
8095
8519
|
countryCode: string;
|
|
8096
8520
|
telephoneNumber: string;
|
|
8097
8521
|
dateOfBirth: string;
|
|
@@ -8274,37 +8698,48 @@ declare const _default: {
|
|
|
8274
8698
|
"ctp.login.subtitle": string;
|
|
8275
8699
|
"ctp.login.inputLabel": string;
|
|
8276
8700
|
"ctp.logout.notYou": string;
|
|
8277
|
-
"ctp.logout.
|
|
8701
|
+
"ctp.logout.notYourCards": string;
|
|
8702
|
+
"ctp.logout.notYourCard": string;
|
|
8703
|
+
"ctp.logout.notYourProfile": string;
|
|
8278
8704
|
"ctp.otp.fieldLabel": string;
|
|
8279
8705
|
"ctp.otp.resendCode": string;
|
|
8280
8706
|
"ctp.otp.codeResent": string;
|
|
8281
8707
|
"ctp.otp.title": string;
|
|
8282
8708
|
"ctp.otp.subtitle": string;
|
|
8283
|
-
"ctp.
|
|
8284
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8285
|
-
"ctp.emptyCardsView.button": string;
|
|
8709
|
+
"ctp.emptyProfile.message": string;
|
|
8286
8710
|
"ctp.separatorText": string;
|
|
8287
8711
|
"ctp.cards.title": string;
|
|
8288
8712
|
"ctp.cards.subtitle": string;
|
|
8289
|
-
"ctp.cards.cardSelector": string;
|
|
8290
8713
|
"ctp.cards.expiredCard": string;
|
|
8291
8714
|
"ctp.manualCardEntry": string;
|
|
8715
|
+
"ctp.aria.infoModalButton": string;
|
|
8716
|
+
"ctp.infoPopup.title": string;
|
|
8717
|
+
"ctp.infoPopup.subtitle": string;
|
|
8718
|
+
"ctp.infoPopup.benefit1": string;
|
|
8719
|
+
"ctp.infoPopup.benefit2": string;
|
|
8720
|
+
"ctp.infoPopup.benefit3": string;
|
|
8292
8721
|
"ctp.errors.AUTH_INVALID": string;
|
|
8293
8722
|
"ctp.errors.NOT_FOUND": string;
|
|
8294
8723
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8295
8724
|
"ctp.errors.FRAUD": string;
|
|
8296
8725
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8297
8726
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8298
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8299
8727
|
"ctp.errors.CODE_INVALID": string;
|
|
8300
8728
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8301
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8302
8729
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8303
8730
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8731
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
8732
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8733
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
8734
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
8735
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8736
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
8737
|
+
"paymentMethodsList.aria.label": string;
|
|
8304
8738
|
};
|
|
8305
8739
|
payButton: string;
|
|
8306
8740
|
"payButton.redirecting": string;
|
|
8307
8741
|
"payButton.with": string;
|
|
8742
|
+
close: string;
|
|
8308
8743
|
storeDetails: string;
|
|
8309
8744
|
"creditCard.holderName": string;
|
|
8310
8745
|
"creditCard.holderName.placeholder": string;
|
|
@@ -8353,12 +8788,15 @@ declare const _default: {
|
|
|
8353
8788
|
"companyDetails.registrationNumber": string;
|
|
8354
8789
|
socialSecurityNumber: string;
|
|
8355
8790
|
firstName: string;
|
|
8791
|
+
"firstName.invalid": string;
|
|
8356
8792
|
infix: string;
|
|
8357
8793
|
lastName: string;
|
|
8794
|
+
"lastName.invalid": string;
|
|
8358
8795
|
mobileNumber: string;
|
|
8359
8796
|
"mobileNumber.invalid": string;
|
|
8360
8797
|
city: string;
|
|
8361
8798
|
postalCode: string;
|
|
8799
|
+
"postalCode.optional": string;
|
|
8362
8800
|
countryCode: string;
|
|
8363
8801
|
telephoneNumber: string;
|
|
8364
8802
|
dateOfBirth: string;
|
|
@@ -8541,39 +8979,50 @@ declare const _default: {
|
|
|
8541
8979
|
"ctp.login.subtitle": string;
|
|
8542
8980
|
"ctp.login.inputLabel": string;
|
|
8543
8981
|
"ctp.logout.notYou": string;
|
|
8544
|
-
"ctp.logout.
|
|
8982
|
+
"ctp.logout.notYourCards": string;
|
|
8983
|
+
"ctp.logout.notYourCard": string;
|
|
8984
|
+
"ctp.logout.notYourProfile": string;
|
|
8545
8985
|
"ctp.otp.fieldLabel": string;
|
|
8546
8986
|
"ctp.otp.resendCode": string;
|
|
8547
8987
|
"ctp.otp.codeResent": string;
|
|
8548
8988
|
"ctp.otp.title": string;
|
|
8549
8989
|
"ctp.otp.subtitle": string;
|
|
8550
|
-
"ctp.
|
|
8551
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8552
|
-
"ctp.emptyCardsView.button": string;
|
|
8990
|
+
"ctp.emptyProfile.message": string;
|
|
8553
8991
|
"ctp.separatorText": string;
|
|
8554
8992
|
"ctp.cards.title": string;
|
|
8555
8993
|
"ctp.cards.subtitle": string;
|
|
8556
|
-
"ctp.cards.cardSelector": string;
|
|
8557
8994
|
"ctp.cards.expiredCard": string;
|
|
8558
8995
|
"ctp.manualCardEntry": string;
|
|
8996
|
+
"ctp.aria.infoModalButton": string;
|
|
8997
|
+
"ctp.infoPopup.title": string;
|
|
8998
|
+
"ctp.infoPopup.subtitle": string;
|
|
8999
|
+
"ctp.infoPopup.benefit1": string;
|
|
9000
|
+
"ctp.infoPopup.benefit2": string;
|
|
9001
|
+
"ctp.infoPopup.benefit3": string;
|
|
8559
9002
|
"ctp.errors.AUTH_INVALID": string;
|
|
8560
9003
|
"ctp.errors.NOT_FOUND": string;
|
|
8561
9004
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8562
9005
|
"ctp.errors.FRAUD": string;
|
|
8563
9006
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8564
9007
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8565
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8566
9008
|
"ctp.errors.CODE_INVALID": string;
|
|
8567
9009
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8568
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8569
9010
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8570
9011
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9012
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
9013
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9014
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
9015
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
9016
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9017
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
9018
|
+
"paymentMethodsList.aria.label": string;
|
|
8571
9019
|
}>;
|
|
8572
9020
|
'pl-PL': () => Promise<{
|
|
8573
9021
|
default: {
|
|
8574
9022
|
payButton: string;
|
|
8575
9023
|
"payButton.redirecting": string;
|
|
8576
9024
|
"payButton.with": string;
|
|
9025
|
+
close: string;
|
|
8577
9026
|
storeDetails: string;
|
|
8578
9027
|
"creditCard.holderName": string;
|
|
8579
9028
|
"creditCard.holderName.placeholder": string;
|
|
@@ -8622,12 +9071,15 @@ declare const _default: {
|
|
|
8622
9071
|
"companyDetails.registrationNumber": string;
|
|
8623
9072
|
socialSecurityNumber: string;
|
|
8624
9073
|
firstName: string;
|
|
9074
|
+
"firstName.invalid": string;
|
|
8625
9075
|
infix: string;
|
|
8626
9076
|
lastName: string;
|
|
9077
|
+
"lastName.invalid": string;
|
|
8627
9078
|
mobileNumber: string;
|
|
8628
9079
|
"mobileNumber.invalid": string;
|
|
8629
9080
|
city: string;
|
|
8630
9081
|
postalCode: string;
|
|
9082
|
+
"postalCode.optional": string;
|
|
8631
9083
|
countryCode: string;
|
|
8632
9084
|
telephoneNumber: string;
|
|
8633
9085
|
dateOfBirth: string;
|
|
@@ -8810,37 +9262,48 @@ declare const _default: {
|
|
|
8810
9262
|
"ctp.login.subtitle": string;
|
|
8811
9263
|
"ctp.login.inputLabel": string;
|
|
8812
9264
|
"ctp.logout.notYou": string;
|
|
8813
|
-
"ctp.logout.
|
|
9265
|
+
"ctp.logout.notYourCards": string;
|
|
9266
|
+
"ctp.logout.notYourCard": string;
|
|
9267
|
+
"ctp.logout.notYourProfile": string;
|
|
8814
9268
|
"ctp.otp.fieldLabel": string;
|
|
8815
9269
|
"ctp.otp.resendCode": string;
|
|
8816
9270
|
"ctp.otp.codeResent": string;
|
|
8817
9271
|
"ctp.otp.title": string;
|
|
8818
9272
|
"ctp.otp.subtitle": string;
|
|
8819
|
-
"ctp.
|
|
8820
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
8821
|
-
"ctp.emptyCardsView.button": string;
|
|
9273
|
+
"ctp.emptyProfile.message": string;
|
|
8822
9274
|
"ctp.separatorText": string;
|
|
8823
9275
|
"ctp.cards.title": string;
|
|
8824
9276
|
"ctp.cards.subtitle": string;
|
|
8825
|
-
"ctp.cards.cardSelector": string;
|
|
8826
9277
|
"ctp.cards.expiredCard": string;
|
|
8827
9278
|
"ctp.manualCardEntry": string;
|
|
9279
|
+
"ctp.aria.infoModalButton": string;
|
|
9280
|
+
"ctp.infoPopup.title": string;
|
|
9281
|
+
"ctp.infoPopup.subtitle": string;
|
|
9282
|
+
"ctp.infoPopup.benefit1": string;
|
|
9283
|
+
"ctp.infoPopup.benefit2": string;
|
|
9284
|
+
"ctp.infoPopup.benefit3": string;
|
|
8828
9285
|
"ctp.errors.AUTH_INVALID": string;
|
|
8829
9286
|
"ctp.errors.NOT_FOUND": string;
|
|
8830
9287
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8831
9288
|
"ctp.errors.FRAUD": string;
|
|
8832
9289
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8833
9290
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8834
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8835
9291
|
"ctp.errors.CODE_INVALID": string;
|
|
8836
9292
|
"ctp.errors.CODE_EXPIRED": string;
|
|
8837
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
8838
9293
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8839
9294
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9295
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
9296
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9297
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
9298
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
9299
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9300
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
9301
|
+
"paymentMethodsList.aria.label": string;
|
|
8840
9302
|
};
|
|
8841
9303
|
payButton: string;
|
|
8842
9304
|
"payButton.redirecting": string;
|
|
8843
9305
|
"payButton.with": string;
|
|
9306
|
+
close: string;
|
|
8844
9307
|
storeDetails: string;
|
|
8845
9308
|
"creditCard.holderName": string;
|
|
8846
9309
|
"creditCard.holderName.placeholder": string;
|
|
@@ -8889,12 +9352,15 @@ declare const _default: {
|
|
|
8889
9352
|
"companyDetails.registrationNumber": string;
|
|
8890
9353
|
socialSecurityNumber: string;
|
|
8891
9354
|
firstName: string;
|
|
9355
|
+
"firstName.invalid": string;
|
|
8892
9356
|
infix: string;
|
|
8893
9357
|
lastName: string;
|
|
9358
|
+
"lastName.invalid": string;
|
|
8894
9359
|
mobileNumber: string;
|
|
8895
9360
|
"mobileNumber.invalid": string;
|
|
8896
9361
|
city: string;
|
|
8897
9362
|
postalCode: string;
|
|
9363
|
+
"postalCode.optional": string;
|
|
8898
9364
|
countryCode: string;
|
|
8899
9365
|
telephoneNumber: string;
|
|
8900
9366
|
dateOfBirth: string;
|
|
@@ -9077,39 +9543,50 @@ declare const _default: {
|
|
|
9077
9543
|
"ctp.login.subtitle": string;
|
|
9078
9544
|
"ctp.login.inputLabel": string;
|
|
9079
9545
|
"ctp.logout.notYou": string;
|
|
9080
|
-
"ctp.logout.
|
|
9546
|
+
"ctp.logout.notYourCards": string;
|
|
9547
|
+
"ctp.logout.notYourCard": string;
|
|
9548
|
+
"ctp.logout.notYourProfile": string;
|
|
9081
9549
|
"ctp.otp.fieldLabel": string;
|
|
9082
9550
|
"ctp.otp.resendCode": string;
|
|
9083
9551
|
"ctp.otp.codeResent": string;
|
|
9084
9552
|
"ctp.otp.title": string;
|
|
9085
9553
|
"ctp.otp.subtitle": string;
|
|
9086
|
-
"ctp.
|
|
9087
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9088
|
-
"ctp.emptyCardsView.button": string;
|
|
9554
|
+
"ctp.emptyProfile.message": string;
|
|
9089
9555
|
"ctp.separatorText": string;
|
|
9090
9556
|
"ctp.cards.title": string;
|
|
9091
9557
|
"ctp.cards.subtitle": string;
|
|
9092
|
-
"ctp.cards.cardSelector": string;
|
|
9093
9558
|
"ctp.cards.expiredCard": string;
|
|
9094
9559
|
"ctp.manualCardEntry": string;
|
|
9560
|
+
"ctp.aria.infoModalButton": string;
|
|
9561
|
+
"ctp.infoPopup.title": string;
|
|
9562
|
+
"ctp.infoPopup.subtitle": string;
|
|
9563
|
+
"ctp.infoPopup.benefit1": string;
|
|
9564
|
+
"ctp.infoPopup.benefit2": string;
|
|
9565
|
+
"ctp.infoPopup.benefit3": string;
|
|
9095
9566
|
"ctp.errors.AUTH_INVALID": string;
|
|
9096
9567
|
"ctp.errors.NOT_FOUND": string;
|
|
9097
9568
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9098
9569
|
"ctp.errors.FRAUD": string;
|
|
9099
9570
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9100
9571
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9101
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9102
9572
|
"ctp.errors.CODE_INVALID": string;
|
|
9103
9573
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9104
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9105
9574
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9106
9575
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9576
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
9577
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9578
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
9579
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
9580
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9581
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
9582
|
+
"paymentMethodsList.aria.label": string;
|
|
9107
9583
|
}>;
|
|
9108
9584
|
'pt-BR': () => Promise<{
|
|
9109
9585
|
default: {
|
|
9110
9586
|
payButton: string;
|
|
9111
9587
|
"payButton.redirecting": string;
|
|
9112
9588
|
"payButton.with": string;
|
|
9589
|
+
close: string;
|
|
9113
9590
|
storeDetails: string;
|
|
9114
9591
|
"creditCard.holderName": string;
|
|
9115
9592
|
"creditCard.holderName.placeholder": string;
|
|
@@ -9156,12 +9633,15 @@ declare const _default: {
|
|
|
9156
9633
|
"companyDetails.registrationNumber": string;
|
|
9157
9634
|
socialSecurityNumber: string;
|
|
9158
9635
|
firstName: string;
|
|
9636
|
+
"firstName.invalid": string;
|
|
9159
9637
|
infix: string;
|
|
9160
9638
|
lastName: string;
|
|
9639
|
+
"lastName.invalid": string;
|
|
9161
9640
|
mobileNumber: string;
|
|
9162
9641
|
"mobileNumber.invalid": string;
|
|
9163
9642
|
city: string;
|
|
9164
9643
|
postalCode: string;
|
|
9644
|
+
"postalCode.optional": string;
|
|
9165
9645
|
countryCode: string;
|
|
9166
9646
|
telephoneNumber: string;
|
|
9167
9647
|
dateOfBirth: string;
|
|
@@ -9344,37 +9824,48 @@ declare const _default: {
|
|
|
9344
9824
|
"ctp.login.subtitle": string;
|
|
9345
9825
|
"ctp.login.inputLabel": string;
|
|
9346
9826
|
"ctp.logout.notYou": string;
|
|
9347
|
-
"ctp.logout.
|
|
9827
|
+
"ctp.logout.notYourCards": string;
|
|
9828
|
+
"ctp.logout.notYourCard": string;
|
|
9829
|
+
"ctp.logout.notYourProfile": string;
|
|
9348
9830
|
"ctp.otp.fieldLabel": string;
|
|
9349
9831
|
"ctp.otp.resendCode": string;
|
|
9350
9832
|
"ctp.otp.codeResent": string;
|
|
9351
9833
|
"ctp.otp.title": string;
|
|
9352
9834
|
"ctp.otp.subtitle": string;
|
|
9353
|
-
"ctp.
|
|
9354
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9355
|
-
"ctp.emptyCardsView.button": string;
|
|
9835
|
+
"ctp.emptyProfile.message": string;
|
|
9356
9836
|
"ctp.separatorText": string;
|
|
9357
9837
|
"ctp.cards.title": string;
|
|
9358
9838
|
"ctp.cards.subtitle": string;
|
|
9359
|
-
"ctp.cards.cardSelector": string;
|
|
9360
9839
|
"ctp.cards.expiredCard": string;
|
|
9361
9840
|
"ctp.manualCardEntry": string;
|
|
9841
|
+
"ctp.aria.infoModalButton": string;
|
|
9842
|
+
"ctp.infoPopup.title": string;
|
|
9843
|
+
"ctp.infoPopup.subtitle": string;
|
|
9844
|
+
"ctp.infoPopup.benefit1": string;
|
|
9845
|
+
"ctp.infoPopup.benefit2": string;
|
|
9846
|
+
"ctp.infoPopup.benefit3": string;
|
|
9362
9847
|
"ctp.errors.AUTH_INVALID": string;
|
|
9363
9848
|
"ctp.errors.NOT_FOUND": string;
|
|
9364
9849
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9365
9850
|
"ctp.errors.FRAUD": string;
|
|
9366
9851
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9367
9852
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9368
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9369
9853
|
"ctp.errors.CODE_INVALID": string;
|
|
9370
9854
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9371
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9372
9855
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9373
9856
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9857
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
9858
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9859
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
9860
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
9861
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9862
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
9863
|
+
"paymentMethodsList.aria.label": string;
|
|
9374
9864
|
};
|
|
9375
9865
|
payButton: string;
|
|
9376
9866
|
"payButton.redirecting": string;
|
|
9377
9867
|
"payButton.with": string;
|
|
9868
|
+
close: string;
|
|
9378
9869
|
storeDetails: string;
|
|
9379
9870
|
"creditCard.holderName": string;
|
|
9380
9871
|
"creditCard.holderName.placeholder": string;
|
|
@@ -9421,12 +9912,15 @@ declare const _default: {
|
|
|
9421
9912
|
"companyDetails.registrationNumber": string;
|
|
9422
9913
|
socialSecurityNumber: string;
|
|
9423
9914
|
firstName: string;
|
|
9915
|
+
"firstName.invalid": string;
|
|
9424
9916
|
infix: string;
|
|
9425
9917
|
lastName: string;
|
|
9918
|
+
"lastName.invalid": string;
|
|
9426
9919
|
mobileNumber: string;
|
|
9427
9920
|
"mobileNumber.invalid": string;
|
|
9428
9921
|
city: string;
|
|
9429
9922
|
postalCode: string;
|
|
9923
|
+
"postalCode.optional": string;
|
|
9430
9924
|
countryCode: string;
|
|
9431
9925
|
telephoneNumber: string;
|
|
9432
9926
|
dateOfBirth: string;
|
|
@@ -9609,39 +10103,50 @@ declare const _default: {
|
|
|
9609
10103
|
"ctp.login.subtitle": string;
|
|
9610
10104
|
"ctp.login.inputLabel": string;
|
|
9611
10105
|
"ctp.logout.notYou": string;
|
|
9612
|
-
"ctp.logout.
|
|
10106
|
+
"ctp.logout.notYourCards": string;
|
|
10107
|
+
"ctp.logout.notYourCard": string;
|
|
10108
|
+
"ctp.logout.notYourProfile": string;
|
|
9613
10109
|
"ctp.otp.fieldLabel": string;
|
|
9614
10110
|
"ctp.otp.resendCode": string;
|
|
9615
10111
|
"ctp.otp.codeResent": string;
|
|
9616
10112
|
"ctp.otp.title": string;
|
|
9617
10113
|
"ctp.otp.subtitle": string;
|
|
9618
|
-
"ctp.
|
|
9619
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9620
|
-
"ctp.emptyCardsView.button": string;
|
|
10114
|
+
"ctp.emptyProfile.message": string;
|
|
9621
10115
|
"ctp.separatorText": string;
|
|
9622
10116
|
"ctp.cards.title": string;
|
|
9623
10117
|
"ctp.cards.subtitle": string;
|
|
9624
|
-
"ctp.cards.cardSelector": string;
|
|
9625
10118
|
"ctp.cards.expiredCard": string;
|
|
9626
10119
|
"ctp.manualCardEntry": string;
|
|
10120
|
+
"ctp.aria.infoModalButton": string;
|
|
10121
|
+
"ctp.infoPopup.title": string;
|
|
10122
|
+
"ctp.infoPopup.subtitle": string;
|
|
10123
|
+
"ctp.infoPopup.benefit1": string;
|
|
10124
|
+
"ctp.infoPopup.benefit2": string;
|
|
10125
|
+
"ctp.infoPopup.benefit3": string;
|
|
9627
10126
|
"ctp.errors.AUTH_INVALID": string;
|
|
9628
10127
|
"ctp.errors.NOT_FOUND": string;
|
|
9629
10128
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9630
10129
|
"ctp.errors.FRAUD": string;
|
|
9631
10130
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9632
10131
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9633
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9634
10132
|
"ctp.errors.CODE_INVALID": string;
|
|
9635
10133
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9636
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9637
10134
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9638
10135
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10136
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
10137
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10138
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
10139
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
10140
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10141
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
10142
|
+
"paymentMethodsList.aria.label": string;
|
|
9639
10143
|
}>;
|
|
9640
10144
|
'pt-PT': () => Promise<{
|
|
9641
10145
|
default: {
|
|
9642
10146
|
payButton: string;
|
|
9643
10147
|
"payButton.redirecting": string;
|
|
9644
10148
|
"payButton.with": string;
|
|
10149
|
+
close: string;
|
|
9645
10150
|
storeDetails: string;
|
|
9646
10151
|
"creditCard.holderName": string;
|
|
9647
10152
|
"creditCard.holderName.placeholder": string;
|
|
@@ -9690,12 +10195,15 @@ declare const _default: {
|
|
|
9690
10195
|
"companyDetails.registrationNumber": string;
|
|
9691
10196
|
socialSecurityNumber: string;
|
|
9692
10197
|
firstName: string;
|
|
10198
|
+
"firstName.invalid": string;
|
|
9693
10199
|
infix: string;
|
|
9694
10200
|
lastName: string;
|
|
10201
|
+
"lastName.invalid": string;
|
|
9695
10202
|
mobileNumber: string;
|
|
9696
10203
|
"mobileNumber.invalid": string;
|
|
9697
10204
|
city: string;
|
|
9698
10205
|
postalCode: string;
|
|
10206
|
+
"postalCode.optional": string;
|
|
9699
10207
|
countryCode: string;
|
|
9700
10208
|
telephoneNumber: string;
|
|
9701
10209
|
dateOfBirth: string;
|
|
@@ -9880,37 +10388,48 @@ declare const _default: {
|
|
|
9880
10388
|
"ctp.login.subtitle": string;
|
|
9881
10389
|
"ctp.login.inputLabel": string;
|
|
9882
10390
|
"ctp.logout.notYou": string;
|
|
9883
|
-
"ctp.logout.
|
|
10391
|
+
"ctp.logout.notYourCards": string;
|
|
10392
|
+
"ctp.logout.notYourCard": string;
|
|
10393
|
+
"ctp.logout.notYourProfile": string;
|
|
9884
10394
|
"ctp.otp.fieldLabel": string;
|
|
9885
10395
|
"ctp.otp.resendCode": string;
|
|
9886
10396
|
"ctp.otp.codeResent": string;
|
|
9887
10397
|
"ctp.otp.title": string;
|
|
9888
10398
|
"ctp.otp.subtitle": string;
|
|
9889
|
-
"ctp.
|
|
9890
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
9891
|
-
"ctp.emptyCardsView.button": string;
|
|
10399
|
+
"ctp.emptyProfile.message": string;
|
|
9892
10400
|
"ctp.separatorText": string;
|
|
9893
10401
|
"ctp.cards.title": string;
|
|
9894
10402
|
"ctp.cards.subtitle": string;
|
|
9895
|
-
"ctp.cards.cardSelector": string;
|
|
9896
10403
|
"ctp.cards.expiredCard": string;
|
|
9897
10404
|
"ctp.manualCardEntry": string;
|
|
10405
|
+
"ctp.aria.infoModalButton": string;
|
|
10406
|
+
"ctp.infoPopup.title": string;
|
|
10407
|
+
"ctp.infoPopup.subtitle": string;
|
|
10408
|
+
"ctp.infoPopup.benefit1": string;
|
|
10409
|
+
"ctp.infoPopup.benefit2": string;
|
|
10410
|
+
"ctp.infoPopup.benefit3": string;
|
|
9898
10411
|
"ctp.errors.AUTH_INVALID": string;
|
|
9899
10412
|
"ctp.errors.NOT_FOUND": string;
|
|
9900
10413
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9901
10414
|
"ctp.errors.FRAUD": string;
|
|
9902
10415
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9903
10416
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9904
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9905
10417
|
"ctp.errors.CODE_INVALID": string;
|
|
9906
10418
|
"ctp.errors.CODE_EXPIRED": string;
|
|
9907
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
9908
10419
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9909
10420
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10421
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
10422
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10423
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
10424
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
10425
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10426
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
10427
|
+
"paymentMethodsList.aria.label": string;
|
|
9910
10428
|
};
|
|
9911
10429
|
payButton: string;
|
|
9912
10430
|
"payButton.redirecting": string;
|
|
9913
10431
|
"payButton.with": string;
|
|
10432
|
+
close: string;
|
|
9914
10433
|
storeDetails: string;
|
|
9915
10434
|
"creditCard.holderName": string;
|
|
9916
10435
|
"creditCard.holderName.placeholder": string;
|
|
@@ -9959,12 +10478,15 @@ declare const _default: {
|
|
|
9959
10478
|
"companyDetails.registrationNumber": string;
|
|
9960
10479
|
socialSecurityNumber: string;
|
|
9961
10480
|
firstName: string;
|
|
10481
|
+
"firstName.invalid": string;
|
|
9962
10482
|
infix: string;
|
|
9963
10483
|
lastName: string;
|
|
10484
|
+
"lastName.invalid": string;
|
|
9964
10485
|
mobileNumber: string;
|
|
9965
10486
|
"mobileNumber.invalid": string;
|
|
9966
10487
|
city: string;
|
|
9967
10488
|
postalCode: string;
|
|
10489
|
+
"postalCode.optional": string;
|
|
9968
10490
|
countryCode: string;
|
|
9969
10491
|
telephoneNumber: string;
|
|
9970
10492
|
dateOfBirth: string;
|
|
@@ -10149,39 +10671,50 @@ declare const _default: {
|
|
|
10149
10671
|
"ctp.login.subtitle": string;
|
|
10150
10672
|
"ctp.login.inputLabel": string;
|
|
10151
10673
|
"ctp.logout.notYou": string;
|
|
10152
|
-
"ctp.logout.
|
|
10674
|
+
"ctp.logout.notYourCards": string;
|
|
10675
|
+
"ctp.logout.notYourCard": string;
|
|
10676
|
+
"ctp.logout.notYourProfile": string;
|
|
10153
10677
|
"ctp.otp.fieldLabel": string;
|
|
10154
10678
|
"ctp.otp.resendCode": string;
|
|
10155
10679
|
"ctp.otp.codeResent": string;
|
|
10156
10680
|
"ctp.otp.title": string;
|
|
10157
10681
|
"ctp.otp.subtitle": string;
|
|
10158
|
-
"ctp.
|
|
10159
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10160
|
-
"ctp.emptyCardsView.button": string;
|
|
10682
|
+
"ctp.emptyProfile.message": string;
|
|
10161
10683
|
"ctp.separatorText": string;
|
|
10162
10684
|
"ctp.cards.title": string;
|
|
10163
10685
|
"ctp.cards.subtitle": string;
|
|
10164
|
-
"ctp.cards.cardSelector": string;
|
|
10165
10686
|
"ctp.cards.expiredCard": string;
|
|
10166
10687
|
"ctp.manualCardEntry": string;
|
|
10688
|
+
"ctp.aria.infoModalButton": string;
|
|
10689
|
+
"ctp.infoPopup.title": string;
|
|
10690
|
+
"ctp.infoPopup.subtitle": string;
|
|
10691
|
+
"ctp.infoPopup.benefit1": string;
|
|
10692
|
+
"ctp.infoPopup.benefit2": string;
|
|
10693
|
+
"ctp.infoPopup.benefit3": string;
|
|
10167
10694
|
"ctp.errors.AUTH_INVALID": string;
|
|
10168
10695
|
"ctp.errors.NOT_FOUND": string;
|
|
10169
10696
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10170
10697
|
"ctp.errors.FRAUD": string;
|
|
10171
10698
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10172
10699
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10173
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10174
10700
|
"ctp.errors.CODE_INVALID": string;
|
|
10175
10701
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10176
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10177
10702
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10178
10703
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10704
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
10705
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10706
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
10707
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
10708
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10709
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
10710
|
+
"paymentMethodsList.aria.label": string;
|
|
10179
10711
|
}>;
|
|
10180
10712
|
'ro-RO': () => Promise<{
|
|
10181
10713
|
default: {
|
|
10182
10714
|
payButton: string;
|
|
10183
10715
|
"payButton.redirecting": string;
|
|
10184
10716
|
"payButton.with": string;
|
|
10717
|
+
close: string;
|
|
10185
10718
|
storeDetails: string;
|
|
10186
10719
|
"creditCard.holderName": string;
|
|
10187
10720
|
"creditCard.holderName.placeholder": string;
|
|
@@ -10230,12 +10763,15 @@ declare const _default: {
|
|
|
10230
10763
|
"companyDetails.registrationNumber": string;
|
|
10231
10764
|
socialSecurityNumber: string;
|
|
10232
10765
|
firstName: string;
|
|
10766
|
+
"firstName.invalid": string;
|
|
10233
10767
|
infix: string;
|
|
10234
10768
|
lastName: string;
|
|
10769
|
+
"lastName.invalid": string;
|
|
10235
10770
|
mobileNumber: string;
|
|
10236
10771
|
"mobileNumber.invalid": string;
|
|
10237
10772
|
city: string;
|
|
10238
10773
|
postalCode: string;
|
|
10774
|
+
"postalCode.optional": string;
|
|
10239
10775
|
countryCode: string;
|
|
10240
10776
|
telephoneNumber: string;
|
|
10241
10777
|
dateOfBirth: string;
|
|
@@ -10418,37 +10954,48 @@ declare const _default: {
|
|
|
10418
10954
|
"ctp.login.subtitle": string;
|
|
10419
10955
|
"ctp.login.inputLabel": string;
|
|
10420
10956
|
"ctp.logout.notYou": string;
|
|
10421
|
-
"ctp.logout.
|
|
10957
|
+
"ctp.logout.notYourCards": string;
|
|
10958
|
+
"ctp.logout.notYourCard": string;
|
|
10959
|
+
"ctp.logout.notYourProfile": string;
|
|
10422
10960
|
"ctp.otp.fieldLabel": string;
|
|
10423
10961
|
"ctp.otp.resendCode": string;
|
|
10424
10962
|
"ctp.otp.codeResent": string;
|
|
10425
10963
|
"ctp.otp.title": string;
|
|
10426
10964
|
"ctp.otp.subtitle": string;
|
|
10427
|
-
"ctp.
|
|
10428
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10429
|
-
"ctp.emptyCardsView.button": string;
|
|
10965
|
+
"ctp.emptyProfile.message": string;
|
|
10430
10966
|
"ctp.separatorText": string;
|
|
10431
10967
|
"ctp.cards.title": string;
|
|
10432
10968
|
"ctp.cards.subtitle": string;
|
|
10433
|
-
"ctp.cards.cardSelector": string;
|
|
10434
10969
|
"ctp.cards.expiredCard": string;
|
|
10435
10970
|
"ctp.manualCardEntry": string;
|
|
10971
|
+
"ctp.aria.infoModalButton": string;
|
|
10972
|
+
"ctp.infoPopup.title": string;
|
|
10973
|
+
"ctp.infoPopup.subtitle": string;
|
|
10974
|
+
"ctp.infoPopup.benefit1": string;
|
|
10975
|
+
"ctp.infoPopup.benefit2": string;
|
|
10976
|
+
"ctp.infoPopup.benefit3": string;
|
|
10436
10977
|
"ctp.errors.AUTH_INVALID": string;
|
|
10437
10978
|
"ctp.errors.NOT_FOUND": string;
|
|
10438
10979
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10439
10980
|
"ctp.errors.FRAUD": string;
|
|
10440
10981
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10441
10982
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10442
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10443
10983
|
"ctp.errors.CODE_INVALID": string;
|
|
10444
10984
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10445
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10446
10985
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10447
10986
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10987
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
10988
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10989
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
10990
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
10991
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10992
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
10993
|
+
"paymentMethodsList.aria.label": string;
|
|
10448
10994
|
};
|
|
10449
10995
|
payButton: string;
|
|
10450
10996
|
"payButton.redirecting": string;
|
|
10451
10997
|
"payButton.with": string;
|
|
10998
|
+
close: string;
|
|
10452
10999
|
storeDetails: string;
|
|
10453
11000
|
"creditCard.holderName": string;
|
|
10454
11001
|
"creditCard.holderName.placeholder": string;
|
|
@@ -10497,12 +11044,15 @@ declare const _default: {
|
|
|
10497
11044
|
"companyDetails.registrationNumber": string;
|
|
10498
11045
|
socialSecurityNumber: string;
|
|
10499
11046
|
firstName: string;
|
|
11047
|
+
"firstName.invalid": string;
|
|
10500
11048
|
infix: string;
|
|
10501
11049
|
lastName: string;
|
|
11050
|
+
"lastName.invalid": string;
|
|
10502
11051
|
mobileNumber: string;
|
|
10503
11052
|
"mobileNumber.invalid": string;
|
|
10504
11053
|
city: string;
|
|
10505
11054
|
postalCode: string;
|
|
11055
|
+
"postalCode.optional": string;
|
|
10506
11056
|
countryCode: string;
|
|
10507
11057
|
telephoneNumber: string;
|
|
10508
11058
|
dateOfBirth: string;
|
|
@@ -10685,39 +11235,50 @@ declare const _default: {
|
|
|
10685
11235
|
"ctp.login.subtitle": string;
|
|
10686
11236
|
"ctp.login.inputLabel": string;
|
|
10687
11237
|
"ctp.logout.notYou": string;
|
|
10688
|
-
"ctp.logout.
|
|
11238
|
+
"ctp.logout.notYourCards": string;
|
|
11239
|
+
"ctp.logout.notYourCard": string;
|
|
11240
|
+
"ctp.logout.notYourProfile": string;
|
|
10689
11241
|
"ctp.otp.fieldLabel": string;
|
|
10690
11242
|
"ctp.otp.resendCode": string;
|
|
10691
11243
|
"ctp.otp.codeResent": string;
|
|
10692
11244
|
"ctp.otp.title": string;
|
|
10693
11245
|
"ctp.otp.subtitle": string;
|
|
10694
|
-
"ctp.
|
|
10695
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10696
|
-
"ctp.emptyCardsView.button": string;
|
|
11246
|
+
"ctp.emptyProfile.message": string;
|
|
10697
11247
|
"ctp.separatorText": string;
|
|
10698
11248
|
"ctp.cards.title": string;
|
|
10699
11249
|
"ctp.cards.subtitle": string;
|
|
10700
|
-
"ctp.cards.cardSelector": string;
|
|
10701
11250
|
"ctp.cards.expiredCard": string;
|
|
10702
11251
|
"ctp.manualCardEntry": string;
|
|
11252
|
+
"ctp.aria.infoModalButton": string;
|
|
11253
|
+
"ctp.infoPopup.title": string;
|
|
11254
|
+
"ctp.infoPopup.subtitle": string;
|
|
11255
|
+
"ctp.infoPopup.benefit1": string;
|
|
11256
|
+
"ctp.infoPopup.benefit2": string;
|
|
11257
|
+
"ctp.infoPopup.benefit3": string;
|
|
10703
11258
|
"ctp.errors.AUTH_INVALID": string;
|
|
10704
11259
|
"ctp.errors.NOT_FOUND": string;
|
|
10705
11260
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10706
11261
|
"ctp.errors.FRAUD": string;
|
|
10707
11262
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10708
11263
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10709
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10710
11264
|
"ctp.errors.CODE_INVALID": string;
|
|
10711
11265
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10712
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10713
11266
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10714
11267
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11268
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
11269
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11270
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
11271
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
11272
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
11273
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
11274
|
+
"paymentMethodsList.aria.label": string;
|
|
10715
11275
|
}>;
|
|
10716
11276
|
'ru-RU': () => Promise<{
|
|
10717
11277
|
default: {
|
|
10718
11278
|
payButton: string;
|
|
10719
11279
|
"payButton.redirecting": string;
|
|
10720
11280
|
"payButton.with": string;
|
|
11281
|
+
close: string;
|
|
10721
11282
|
storeDetails: string;
|
|
10722
11283
|
"creditCard.holderName": string;
|
|
10723
11284
|
"creditCard.holderName.placeholder": string;
|
|
@@ -10766,12 +11327,15 @@ declare const _default: {
|
|
|
10766
11327
|
"companyDetails.registrationNumber": string;
|
|
10767
11328
|
socialSecurityNumber: string;
|
|
10768
11329
|
firstName: string;
|
|
11330
|
+
"firstName.invalid": string;
|
|
10769
11331
|
infix: string;
|
|
10770
11332
|
lastName: string;
|
|
11333
|
+
"lastName.invalid": string;
|
|
10771
11334
|
mobileNumber: string;
|
|
10772
11335
|
"mobileNumber.invalid": string;
|
|
10773
11336
|
city: string;
|
|
10774
11337
|
postalCode: string;
|
|
11338
|
+
"postalCode.optional": string;
|
|
10775
11339
|
countryCode: string;
|
|
10776
11340
|
telephoneNumber: string;
|
|
10777
11341
|
dateOfBirth: string;
|
|
@@ -10951,37 +11515,48 @@ declare const _default: {
|
|
|
10951
11515
|
"ctp.login.subtitle": string;
|
|
10952
11516
|
"ctp.login.inputLabel": string;
|
|
10953
11517
|
"ctp.logout.notYou": string;
|
|
10954
|
-
"ctp.logout.
|
|
11518
|
+
"ctp.logout.notYourCards": string;
|
|
11519
|
+
"ctp.logout.notYourCard": string;
|
|
11520
|
+
"ctp.logout.notYourProfile": string;
|
|
10955
11521
|
"ctp.otp.fieldLabel": string;
|
|
10956
11522
|
"ctp.otp.resendCode": string;
|
|
10957
11523
|
"ctp.otp.codeResent": string;
|
|
10958
11524
|
"ctp.otp.title": string;
|
|
10959
11525
|
"ctp.otp.subtitle": string;
|
|
10960
|
-
"ctp.
|
|
10961
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
10962
|
-
"ctp.emptyCardsView.button": string;
|
|
11526
|
+
"ctp.emptyProfile.message": string;
|
|
10963
11527
|
"ctp.separatorText": string;
|
|
10964
11528
|
"ctp.cards.title": string;
|
|
10965
11529
|
"ctp.cards.subtitle": string;
|
|
10966
|
-
"ctp.cards.cardSelector": string;
|
|
10967
11530
|
"ctp.cards.expiredCard": string;
|
|
10968
11531
|
"ctp.manualCardEntry": string;
|
|
11532
|
+
"ctp.aria.infoModalButton": string;
|
|
11533
|
+
"ctp.infoPopup.title": string;
|
|
11534
|
+
"ctp.infoPopup.subtitle": string;
|
|
11535
|
+
"ctp.infoPopup.benefit1": string;
|
|
11536
|
+
"ctp.infoPopup.benefit2": string;
|
|
11537
|
+
"ctp.infoPopup.benefit3": string;
|
|
10969
11538
|
"ctp.errors.AUTH_INVALID": string;
|
|
10970
11539
|
"ctp.errors.NOT_FOUND": string;
|
|
10971
11540
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10972
11541
|
"ctp.errors.FRAUD": string;
|
|
10973
11542
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10974
11543
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10975
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10976
11544
|
"ctp.errors.CODE_INVALID": string;
|
|
10977
11545
|
"ctp.errors.CODE_EXPIRED": string;
|
|
10978
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
10979
11546
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10980
11547
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11548
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
11549
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11550
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
11551
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
11552
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
11553
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
11554
|
+
"paymentMethodsList.aria.label": string;
|
|
10981
11555
|
};
|
|
10982
11556
|
payButton: string;
|
|
10983
11557
|
"payButton.redirecting": string;
|
|
10984
11558
|
"payButton.with": string;
|
|
11559
|
+
close: string;
|
|
10985
11560
|
storeDetails: string;
|
|
10986
11561
|
"creditCard.holderName": string;
|
|
10987
11562
|
"creditCard.holderName.placeholder": string;
|
|
@@ -11030,12 +11605,15 @@ declare const _default: {
|
|
|
11030
11605
|
"companyDetails.registrationNumber": string;
|
|
11031
11606
|
socialSecurityNumber: string;
|
|
11032
11607
|
firstName: string;
|
|
11608
|
+
"firstName.invalid": string;
|
|
11033
11609
|
infix: string;
|
|
11034
11610
|
lastName: string;
|
|
11611
|
+
"lastName.invalid": string;
|
|
11035
11612
|
mobileNumber: string;
|
|
11036
11613
|
"mobileNumber.invalid": string;
|
|
11037
11614
|
city: string;
|
|
11038
11615
|
postalCode: string;
|
|
11616
|
+
"postalCode.optional": string;
|
|
11039
11617
|
countryCode: string;
|
|
11040
11618
|
telephoneNumber: string;
|
|
11041
11619
|
dateOfBirth: string;
|
|
@@ -11215,39 +11793,50 @@ declare const _default: {
|
|
|
11215
11793
|
"ctp.login.subtitle": string;
|
|
11216
11794
|
"ctp.login.inputLabel": string;
|
|
11217
11795
|
"ctp.logout.notYou": string;
|
|
11218
|
-
"ctp.logout.
|
|
11796
|
+
"ctp.logout.notYourCards": string;
|
|
11797
|
+
"ctp.logout.notYourCard": string;
|
|
11798
|
+
"ctp.logout.notYourProfile": string;
|
|
11219
11799
|
"ctp.otp.fieldLabel": string;
|
|
11220
11800
|
"ctp.otp.resendCode": string;
|
|
11221
11801
|
"ctp.otp.codeResent": string;
|
|
11222
11802
|
"ctp.otp.title": string;
|
|
11223
11803
|
"ctp.otp.subtitle": string;
|
|
11224
|
-
"ctp.
|
|
11225
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11226
|
-
"ctp.emptyCardsView.button": string;
|
|
11804
|
+
"ctp.emptyProfile.message": string;
|
|
11227
11805
|
"ctp.separatorText": string;
|
|
11228
11806
|
"ctp.cards.title": string;
|
|
11229
11807
|
"ctp.cards.subtitle": string;
|
|
11230
|
-
"ctp.cards.cardSelector": string;
|
|
11231
11808
|
"ctp.cards.expiredCard": string;
|
|
11232
11809
|
"ctp.manualCardEntry": string;
|
|
11810
|
+
"ctp.aria.infoModalButton": string;
|
|
11811
|
+
"ctp.infoPopup.title": string;
|
|
11812
|
+
"ctp.infoPopup.subtitle": string;
|
|
11813
|
+
"ctp.infoPopup.benefit1": string;
|
|
11814
|
+
"ctp.infoPopup.benefit2": string;
|
|
11815
|
+
"ctp.infoPopup.benefit3": string;
|
|
11233
11816
|
"ctp.errors.AUTH_INVALID": string;
|
|
11234
11817
|
"ctp.errors.NOT_FOUND": string;
|
|
11235
11818
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11236
11819
|
"ctp.errors.FRAUD": string;
|
|
11237
11820
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11238
11821
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11239
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11240
11822
|
"ctp.errors.CODE_INVALID": string;
|
|
11241
11823
|
"ctp.errors.CODE_EXPIRED": string;
|
|
11242
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
11243
11824
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11244
11825
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11826
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
11827
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11828
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
11829
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
11830
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
11831
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
11832
|
+
"paymentMethodsList.aria.label": string;
|
|
11245
11833
|
}>;
|
|
11246
11834
|
'sk-SK': () => Promise<{
|
|
11247
11835
|
default: {
|
|
11248
11836
|
payButton: string;
|
|
11249
11837
|
"payButton.redirecting": string;
|
|
11250
11838
|
"payButton.with": string;
|
|
11839
|
+
close: string;
|
|
11251
11840
|
storeDetails: string;
|
|
11252
11841
|
"creditCard.holderName": string;
|
|
11253
11842
|
"creditCard.holderName.placeholder": string;
|
|
@@ -11296,12 +11885,15 @@ declare const _default: {
|
|
|
11296
11885
|
"companyDetails.registrationNumber": string;
|
|
11297
11886
|
socialSecurityNumber: string;
|
|
11298
11887
|
firstName: string;
|
|
11888
|
+
"firstName.invalid": string;
|
|
11299
11889
|
infix: string;
|
|
11300
11890
|
lastName: string;
|
|
11891
|
+
"lastName.invalid": string;
|
|
11301
11892
|
mobileNumber: string;
|
|
11302
11893
|
"mobileNumber.invalid": string;
|
|
11303
11894
|
city: string;
|
|
11304
11895
|
postalCode: string;
|
|
11896
|
+
"postalCode.optional": string;
|
|
11305
11897
|
countryCode: string;
|
|
11306
11898
|
telephoneNumber: string;
|
|
11307
11899
|
dateOfBirth: string;
|
|
@@ -11484,37 +12076,48 @@ declare const _default: {
|
|
|
11484
12076
|
"ctp.login.subtitle": string;
|
|
11485
12077
|
"ctp.login.inputLabel": string;
|
|
11486
12078
|
"ctp.logout.notYou": string;
|
|
11487
|
-
"ctp.logout.
|
|
12079
|
+
"ctp.logout.notYourCards": string;
|
|
12080
|
+
"ctp.logout.notYourCard": string;
|
|
12081
|
+
"ctp.logout.notYourProfile": string;
|
|
11488
12082
|
"ctp.otp.fieldLabel": string;
|
|
11489
12083
|
"ctp.otp.resendCode": string;
|
|
11490
12084
|
"ctp.otp.codeResent": string;
|
|
11491
12085
|
"ctp.otp.title": string;
|
|
11492
12086
|
"ctp.otp.subtitle": string;
|
|
11493
|
-
"ctp.
|
|
11494
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11495
|
-
"ctp.emptyCardsView.button": string;
|
|
12087
|
+
"ctp.emptyProfile.message": string;
|
|
11496
12088
|
"ctp.separatorText": string;
|
|
11497
12089
|
"ctp.cards.title": string;
|
|
11498
12090
|
"ctp.cards.subtitle": string;
|
|
11499
|
-
"ctp.cards.cardSelector": string;
|
|
11500
12091
|
"ctp.cards.expiredCard": string;
|
|
11501
12092
|
"ctp.manualCardEntry": string;
|
|
12093
|
+
"ctp.aria.infoModalButton": string;
|
|
12094
|
+
"ctp.infoPopup.title": string;
|
|
12095
|
+
"ctp.infoPopup.subtitle": string;
|
|
12096
|
+
"ctp.infoPopup.benefit1": string;
|
|
12097
|
+
"ctp.infoPopup.benefit2": string;
|
|
12098
|
+
"ctp.infoPopup.benefit3": string;
|
|
11502
12099
|
"ctp.errors.AUTH_INVALID": string;
|
|
11503
12100
|
"ctp.errors.NOT_FOUND": string;
|
|
11504
12101
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11505
12102
|
"ctp.errors.FRAUD": string;
|
|
11506
12103
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11507
12104
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11508
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11509
12105
|
"ctp.errors.CODE_INVALID": string;
|
|
11510
12106
|
"ctp.errors.CODE_EXPIRED": string;
|
|
11511
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
11512
12107
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11513
12108
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
12109
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
12110
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12111
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
12112
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
12113
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12114
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
12115
|
+
"paymentMethodsList.aria.label": string;
|
|
11514
12116
|
};
|
|
11515
12117
|
payButton: string;
|
|
11516
12118
|
"payButton.redirecting": string;
|
|
11517
12119
|
"payButton.with": string;
|
|
12120
|
+
close: string;
|
|
11518
12121
|
storeDetails: string;
|
|
11519
12122
|
"creditCard.holderName": string;
|
|
11520
12123
|
"creditCard.holderName.placeholder": string;
|
|
@@ -11563,12 +12166,15 @@ declare const _default: {
|
|
|
11563
12166
|
"companyDetails.registrationNumber": string;
|
|
11564
12167
|
socialSecurityNumber: string;
|
|
11565
12168
|
firstName: string;
|
|
12169
|
+
"firstName.invalid": string;
|
|
11566
12170
|
infix: string;
|
|
11567
12171
|
lastName: string;
|
|
12172
|
+
"lastName.invalid": string;
|
|
11568
12173
|
mobileNumber: string;
|
|
11569
12174
|
"mobileNumber.invalid": string;
|
|
11570
12175
|
city: string;
|
|
11571
12176
|
postalCode: string;
|
|
12177
|
+
"postalCode.optional": string;
|
|
11572
12178
|
countryCode: string;
|
|
11573
12179
|
telephoneNumber: string;
|
|
11574
12180
|
dateOfBirth: string;
|
|
@@ -11751,39 +12357,50 @@ declare const _default: {
|
|
|
11751
12357
|
"ctp.login.subtitle": string;
|
|
11752
12358
|
"ctp.login.inputLabel": string;
|
|
11753
12359
|
"ctp.logout.notYou": string;
|
|
11754
|
-
"ctp.logout.
|
|
12360
|
+
"ctp.logout.notYourCards": string;
|
|
12361
|
+
"ctp.logout.notYourCard": string;
|
|
12362
|
+
"ctp.logout.notYourProfile": string;
|
|
11755
12363
|
"ctp.otp.fieldLabel": string;
|
|
11756
12364
|
"ctp.otp.resendCode": string;
|
|
11757
12365
|
"ctp.otp.codeResent": string;
|
|
11758
12366
|
"ctp.otp.title": string;
|
|
11759
12367
|
"ctp.otp.subtitle": string;
|
|
11760
|
-
"ctp.
|
|
11761
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
11762
|
-
"ctp.emptyCardsView.button": string;
|
|
12368
|
+
"ctp.emptyProfile.message": string;
|
|
11763
12369
|
"ctp.separatorText": string;
|
|
11764
12370
|
"ctp.cards.title": string;
|
|
11765
12371
|
"ctp.cards.subtitle": string;
|
|
11766
|
-
"ctp.cards.cardSelector": string;
|
|
11767
12372
|
"ctp.cards.expiredCard": string;
|
|
11768
12373
|
"ctp.manualCardEntry": string;
|
|
12374
|
+
"ctp.aria.infoModalButton": string;
|
|
12375
|
+
"ctp.infoPopup.title": string;
|
|
12376
|
+
"ctp.infoPopup.subtitle": string;
|
|
12377
|
+
"ctp.infoPopup.benefit1": string;
|
|
12378
|
+
"ctp.infoPopup.benefit2": string;
|
|
12379
|
+
"ctp.infoPopup.benefit3": string;
|
|
11769
12380
|
"ctp.errors.AUTH_INVALID": string;
|
|
11770
12381
|
"ctp.errors.NOT_FOUND": string;
|
|
11771
12382
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11772
12383
|
"ctp.errors.FRAUD": string;
|
|
11773
12384
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11774
12385
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11775
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11776
12386
|
"ctp.errors.CODE_INVALID": string;
|
|
11777
12387
|
"ctp.errors.CODE_EXPIRED": string;
|
|
11778
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
11779
12388
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11780
12389
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
12390
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
12391
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12392
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
12393
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
12394
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12395
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
12396
|
+
"paymentMethodsList.aria.label": string;
|
|
11781
12397
|
}>;
|
|
11782
12398
|
'sl-SI': () => Promise<{
|
|
11783
12399
|
default: {
|
|
11784
12400
|
payButton: string;
|
|
11785
12401
|
"payButton.redirecting": string;
|
|
11786
12402
|
"payButton.with": string;
|
|
12403
|
+
close: string;
|
|
11787
12404
|
storeDetails: string;
|
|
11788
12405
|
"creditCard.holderName": string;
|
|
11789
12406
|
"creditCard.holderName.placeholder": string;
|
|
@@ -11832,12 +12449,15 @@ declare const _default: {
|
|
|
11832
12449
|
"companyDetails.registrationNumber": string;
|
|
11833
12450
|
socialSecurityNumber: string;
|
|
11834
12451
|
firstName: string;
|
|
12452
|
+
"firstName.invalid": string;
|
|
11835
12453
|
infix: string;
|
|
11836
12454
|
lastName: string;
|
|
12455
|
+
"lastName.invalid": string;
|
|
11837
12456
|
mobileNumber: string;
|
|
11838
12457
|
"mobileNumber.invalid": string;
|
|
11839
12458
|
city: string;
|
|
11840
12459
|
postalCode: string;
|
|
12460
|
+
"postalCode.optional": string;
|
|
11841
12461
|
countryCode: string;
|
|
11842
12462
|
telephoneNumber: string;
|
|
11843
12463
|
dateOfBirth: string;
|
|
@@ -12020,37 +12640,48 @@ declare const _default: {
|
|
|
12020
12640
|
"ctp.login.subtitle": string;
|
|
12021
12641
|
"ctp.login.inputLabel": string;
|
|
12022
12642
|
"ctp.logout.notYou": string;
|
|
12023
|
-
"ctp.logout.
|
|
12643
|
+
"ctp.logout.notYourCards": string;
|
|
12644
|
+
"ctp.logout.notYourCard": string;
|
|
12645
|
+
"ctp.logout.notYourProfile": string;
|
|
12024
12646
|
"ctp.otp.fieldLabel": string;
|
|
12025
12647
|
"ctp.otp.resendCode": string;
|
|
12026
12648
|
"ctp.otp.codeResent": string;
|
|
12027
12649
|
"ctp.otp.title": string;
|
|
12028
12650
|
"ctp.otp.subtitle": string;
|
|
12029
|
-
"ctp.
|
|
12030
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12031
|
-
"ctp.emptyCardsView.button": string;
|
|
12651
|
+
"ctp.emptyProfile.message": string;
|
|
12032
12652
|
"ctp.separatorText": string;
|
|
12033
12653
|
"ctp.cards.title": string;
|
|
12034
12654
|
"ctp.cards.subtitle": string;
|
|
12035
|
-
"ctp.cards.cardSelector": string;
|
|
12036
12655
|
"ctp.cards.expiredCard": string;
|
|
12037
12656
|
"ctp.manualCardEntry": string;
|
|
12657
|
+
"ctp.aria.infoModalButton": string;
|
|
12658
|
+
"ctp.infoPopup.title": string;
|
|
12659
|
+
"ctp.infoPopup.subtitle": string;
|
|
12660
|
+
"ctp.infoPopup.benefit1": string;
|
|
12661
|
+
"ctp.infoPopup.benefit2": string;
|
|
12662
|
+
"ctp.infoPopup.benefit3": string;
|
|
12038
12663
|
"ctp.errors.AUTH_INVALID": string;
|
|
12039
12664
|
"ctp.errors.NOT_FOUND": string;
|
|
12040
12665
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12041
12666
|
"ctp.errors.FRAUD": string;
|
|
12042
12667
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12043
12668
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12044
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12045
12669
|
"ctp.errors.CODE_INVALID": string;
|
|
12046
12670
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12047
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12048
12671
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12049
12672
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
12673
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
12674
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12675
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
12676
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
12677
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12678
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
12679
|
+
"paymentMethodsList.aria.label": string;
|
|
12050
12680
|
};
|
|
12051
12681
|
payButton: string;
|
|
12052
12682
|
"payButton.redirecting": string;
|
|
12053
12683
|
"payButton.with": string;
|
|
12684
|
+
close: string;
|
|
12054
12685
|
storeDetails: string;
|
|
12055
12686
|
"creditCard.holderName": string;
|
|
12056
12687
|
"creditCard.holderName.placeholder": string;
|
|
@@ -12099,12 +12730,15 @@ declare const _default: {
|
|
|
12099
12730
|
"companyDetails.registrationNumber": string;
|
|
12100
12731
|
socialSecurityNumber: string;
|
|
12101
12732
|
firstName: string;
|
|
12733
|
+
"firstName.invalid": string;
|
|
12102
12734
|
infix: string;
|
|
12103
12735
|
lastName: string;
|
|
12736
|
+
"lastName.invalid": string;
|
|
12104
12737
|
mobileNumber: string;
|
|
12105
12738
|
"mobileNumber.invalid": string;
|
|
12106
12739
|
city: string;
|
|
12107
12740
|
postalCode: string;
|
|
12741
|
+
"postalCode.optional": string;
|
|
12108
12742
|
countryCode: string;
|
|
12109
12743
|
telephoneNumber: string;
|
|
12110
12744
|
dateOfBirth: string;
|
|
@@ -12287,39 +12921,50 @@ declare const _default: {
|
|
|
12287
12921
|
"ctp.login.subtitle": string;
|
|
12288
12922
|
"ctp.login.inputLabel": string;
|
|
12289
12923
|
"ctp.logout.notYou": string;
|
|
12290
|
-
"ctp.logout.
|
|
12924
|
+
"ctp.logout.notYourCards": string;
|
|
12925
|
+
"ctp.logout.notYourCard": string;
|
|
12926
|
+
"ctp.logout.notYourProfile": string;
|
|
12291
12927
|
"ctp.otp.fieldLabel": string;
|
|
12292
12928
|
"ctp.otp.resendCode": string;
|
|
12293
12929
|
"ctp.otp.codeResent": string;
|
|
12294
12930
|
"ctp.otp.title": string;
|
|
12295
12931
|
"ctp.otp.subtitle": string;
|
|
12296
|
-
"ctp.
|
|
12297
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12298
|
-
"ctp.emptyCardsView.button": string;
|
|
12932
|
+
"ctp.emptyProfile.message": string;
|
|
12299
12933
|
"ctp.separatorText": string;
|
|
12300
12934
|
"ctp.cards.title": string;
|
|
12301
12935
|
"ctp.cards.subtitle": string;
|
|
12302
|
-
"ctp.cards.cardSelector": string;
|
|
12303
12936
|
"ctp.cards.expiredCard": string;
|
|
12304
12937
|
"ctp.manualCardEntry": string;
|
|
12938
|
+
"ctp.aria.infoModalButton": string;
|
|
12939
|
+
"ctp.infoPopup.title": string;
|
|
12940
|
+
"ctp.infoPopup.subtitle": string;
|
|
12941
|
+
"ctp.infoPopup.benefit1": string;
|
|
12942
|
+
"ctp.infoPopup.benefit2": string;
|
|
12943
|
+
"ctp.infoPopup.benefit3": string;
|
|
12305
12944
|
"ctp.errors.AUTH_INVALID": string;
|
|
12306
12945
|
"ctp.errors.NOT_FOUND": string;
|
|
12307
12946
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12308
12947
|
"ctp.errors.FRAUD": string;
|
|
12309
12948
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12310
12949
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12311
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12312
12950
|
"ctp.errors.CODE_INVALID": string;
|
|
12313
12951
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12314
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12315
12952
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12316
12953
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
12954
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
12955
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12956
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
12957
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
12958
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12959
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
12960
|
+
"paymentMethodsList.aria.label": string;
|
|
12317
12961
|
}>;
|
|
12318
12962
|
'sv-SE': () => Promise<{
|
|
12319
12963
|
default: {
|
|
12320
12964
|
payButton: string;
|
|
12321
12965
|
"payButton.redirecting": string;
|
|
12322
12966
|
"payButton.with": string;
|
|
12967
|
+
close: string;
|
|
12323
12968
|
storeDetails: string;
|
|
12324
12969
|
"creditCard.holderName": string;
|
|
12325
12970
|
"creditCard.holderName.placeholder": string;
|
|
@@ -12368,12 +13013,15 @@ declare const _default: {
|
|
|
12368
13013
|
"companyDetails.registrationNumber": string;
|
|
12369
13014
|
socialSecurityNumber: string;
|
|
12370
13015
|
firstName: string;
|
|
13016
|
+
"firstName.invalid": string;
|
|
12371
13017
|
infix: string;
|
|
12372
13018
|
lastName: string;
|
|
13019
|
+
"lastName.invalid": string;
|
|
12373
13020
|
mobileNumber: string;
|
|
12374
13021
|
"mobileNumber.invalid": string;
|
|
12375
13022
|
city: string;
|
|
12376
13023
|
postalCode: string;
|
|
13024
|
+
"postalCode.optional": string;
|
|
12377
13025
|
countryCode: string;
|
|
12378
13026
|
telephoneNumber: string;
|
|
12379
13027
|
dateOfBirth: string;
|
|
@@ -12556,37 +13204,48 @@ declare const _default: {
|
|
|
12556
13204
|
"ctp.login.subtitle": string;
|
|
12557
13205
|
"ctp.login.inputLabel": string;
|
|
12558
13206
|
"ctp.logout.notYou": string;
|
|
12559
|
-
"ctp.logout.
|
|
13207
|
+
"ctp.logout.notYourCards": string;
|
|
13208
|
+
"ctp.logout.notYourCard": string;
|
|
13209
|
+
"ctp.logout.notYourProfile": string;
|
|
12560
13210
|
"ctp.otp.fieldLabel": string;
|
|
12561
13211
|
"ctp.otp.resendCode": string;
|
|
12562
13212
|
"ctp.otp.codeResent": string;
|
|
12563
13213
|
"ctp.otp.title": string;
|
|
12564
13214
|
"ctp.otp.subtitle": string;
|
|
12565
|
-
"ctp.
|
|
12566
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12567
|
-
"ctp.emptyCardsView.button": string;
|
|
13215
|
+
"ctp.emptyProfile.message": string;
|
|
12568
13216
|
"ctp.separatorText": string;
|
|
12569
13217
|
"ctp.cards.title": string;
|
|
12570
13218
|
"ctp.cards.subtitle": string;
|
|
12571
|
-
"ctp.cards.cardSelector": string;
|
|
12572
13219
|
"ctp.cards.expiredCard": string;
|
|
12573
13220
|
"ctp.manualCardEntry": string;
|
|
13221
|
+
"ctp.aria.infoModalButton": string;
|
|
13222
|
+
"ctp.infoPopup.title": string;
|
|
13223
|
+
"ctp.infoPopup.subtitle": string;
|
|
13224
|
+
"ctp.infoPopup.benefit1": string;
|
|
13225
|
+
"ctp.infoPopup.benefit2": string;
|
|
13226
|
+
"ctp.infoPopup.benefit3": string;
|
|
12574
13227
|
"ctp.errors.AUTH_INVALID": string;
|
|
12575
13228
|
"ctp.errors.NOT_FOUND": string;
|
|
12576
13229
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12577
13230
|
"ctp.errors.FRAUD": string;
|
|
12578
13231
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12579
13232
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12580
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12581
13233
|
"ctp.errors.CODE_INVALID": string;
|
|
12582
13234
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12583
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12584
13235
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12585
13236
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
13237
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
13238
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13239
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
13240
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
13241
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13242
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
13243
|
+
"paymentMethodsList.aria.label": string;
|
|
12586
13244
|
};
|
|
12587
13245
|
payButton: string;
|
|
12588
13246
|
"payButton.redirecting": string;
|
|
12589
13247
|
"payButton.with": string;
|
|
13248
|
+
close: string;
|
|
12590
13249
|
storeDetails: string;
|
|
12591
13250
|
"creditCard.holderName": string;
|
|
12592
13251
|
"creditCard.holderName.placeholder": string;
|
|
@@ -12635,12 +13294,15 @@ declare const _default: {
|
|
|
12635
13294
|
"companyDetails.registrationNumber": string;
|
|
12636
13295
|
socialSecurityNumber: string;
|
|
12637
13296
|
firstName: string;
|
|
13297
|
+
"firstName.invalid": string;
|
|
12638
13298
|
infix: string;
|
|
12639
13299
|
lastName: string;
|
|
13300
|
+
"lastName.invalid": string;
|
|
12640
13301
|
mobileNumber: string;
|
|
12641
13302
|
"mobileNumber.invalid": string;
|
|
12642
13303
|
city: string;
|
|
12643
13304
|
postalCode: string;
|
|
13305
|
+
"postalCode.optional": string;
|
|
12644
13306
|
countryCode: string;
|
|
12645
13307
|
telephoneNumber: string;
|
|
12646
13308
|
dateOfBirth: string;
|
|
@@ -12823,39 +13485,50 @@ declare const _default: {
|
|
|
12823
13485
|
"ctp.login.subtitle": string;
|
|
12824
13486
|
"ctp.login.inputLabel": string;
|
|
12825
13487
|
"ctp.logout.notYou": string;
|
|
12826
|
-
"ctp.logout.
|
|
13488
|
+
"ctp.logout.notYourCards": string;
|
|
13489
|
+
"ctp.logout.notYourCard": string;
|
|
13490
|
+
"ctp.logout.notYourProfile": string;
|
|
12827
13491
|
"ctp.otp.fieldLabel": string;
|
|
12828
13492
|
"ctp.otp.resendCode": string;
|
|
12829
13493
|
"ctp.otp.codeResent": string;
|
|
12830
13494
|
"ctp.otp.title": string;
|
|
12831
13495
|
"ctp.otp.subtitle": string;
|
|
12832
|
-
"ctp.
|
|
12833
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
12834
|
-
"ctp.emptyCardsView.button": string;
|
|
13496
|
+
"ctp.emptyProfile.message": string;
|
|
12835
13497
|
"ctp.separatorText": string;
|
|
12836
13498
|
"ctp.cards.title": string;
|
|
12837
13499
|
"ctp.cards.subtitle": string;
|
|
12838
|
-
"ctp.cards.cardSelector": string;
|
|
12839
13500
|
"ctp.cards.expiredCard": string;
|
|
12840
13501
|
"ctp.manualCardEntry": string;
|
|
13502
|
+
"ctp.aria.infoModalButton": string;
|
|
13503
|
+
"ctp.infoPopup.title": string;
|
|
13504
|
+
"ctp.infoPopup.subtitle": string;
|
|
13505
|
+
"ctp.infoPopup.benefit1": string;
|
|
13506
|
+
"ctp.infoPopup.benefit2": string;
|
|
13507
|
+
"ctp.infoPopup.benefit3": string;
|
|
12841
13508
|
"ctp.errors.AUTH_INVALID": string;
|
|
12842
13509
|
"ctp.errors.NOT_FOUND": string;
|
|
12843
13510
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12844
13511
|
"ctp.errors.FRAUD": string;
|
|
12845
13512
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12846
13513
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12847
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12848
13514
|
"ctp.errors.CODE_INVALID": string;
|
|
12849
13515
|
"ctp.errors.CODE_EXPIRED": string;
|
|
12850
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
12851
13516
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12852
13517
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
13518
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
13519
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13520
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
13521
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
13522
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13523
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
13524
|
+
"paymentMethodsList.aria.label": string;
|
|
12853
13525
|
}>;
|
|
12854
13526
|
'zh-CN': () => Promise<{
|
|
12855
13527
|
default: {
|
|
12856
13528
|
payButton: string;
|
|
12857
13529
|
"payButton.redirecting": string;
|
|
12858
13530
|
"payButton.with": string;
|
|
13531
|
+
close: string;
|
|
12859
13532
|
storeDetails: string;
|
|
12860
13533
|
"creditCard.holderName": string;
|
|
12861
13534
|
"creditCard.holderName.placeholder": string;
|
|
@@ -12904,12 +13577,15 @@ declare const _default: {
|
|
|
12904
13577
|
"companyDetails.registrationNumber": string;
|
|
12905
13578
|
socialSecurityNumber: string;
|
|
12906
13579
|
firstName: string;
|
|
13580
|
+
"firstName.invalid": string;
|
|
12907
13581
|
infix: string;
|
|
12908
13582
|
lastName: string;
|
|
13583
|
+
"lastName.invalid": string;
|
|
12909
13584
|
mobileNumber: string;
|
|
12910
13585
|
"mobileNumber.invalid": string;
|
|
12911
13586
|
city: string;
|
|
12912
13587
|
postalCode: string;
|
|
13588
|
+
"postalCode.optional": string;
|
|
12913
13589
|
countryCode: string;
|
|
12914
13590
|
telephoneNumber: string;
|
|
12915
13591
|
dateOfBirth: string;
|
|
@@ -13091,37 +13767,48 @@ declare const _default: {
|
|
|
13091
13767
|
"ctp.login.subtitle": string;
|
|
13092
13768
|
"ctp.login.inputLabel": string;
|
|
13093
13769
|
"ctp.logout.notYou": string;
|
|
13094
|
-
"ctp.logout.
|
|
13770
|
+
"ctp.logout.notYourCards": string;
|
|
13771
|
+
"ctp.logout.notYourCard": string;
|
|
13772
|
+
"ctp.logout.notYourProfile": string;
|
|
13095
13773
|
"ctp.otp.fieldLabel": string;
|
|
13096
13774
|
"ctp.otp.resendCode": string;
|
|
13097
13775
|
"ctp.otp.codeResent": string;
|
|
13098
13776
|
"ctp.otp.title": string;
|
|
13099
13777
|
"ctp.otp.subtitle": string;
|
|
13100
|
-
"ctp.
|
|
13101
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13102
|
-
"ctp.emptyCardsView.button": string;
|
|
13778
|
+
"ctp.emptyProfile.message": string;
|
|
13103
13779
|
"ctp.separatorText": string;
|
|
13104
13780
|
"ctp.cards.title": string;
|
|
13105
13781
|
"ctp.cards.subtitle": string;
|
|
13106
|
-
"ctp.cards.cardSelector": string;
|
|
13107
13782
|
"ctp.cards.expiredCard": string;
|
|
13108
13783
|
"ctp.manualCardEntry": string;
|
|
13784
|
+
"ctp.aria.infoModalButton": string;
|
|
13785
|
+
"ctp.infoPopup.title": string;
|
|
13786
|
+
"ctp.infoPopup.subtitle": string;
|
|
13787
|
+
"ctp.infoPopup.benefit1": string;
|
|
13788
|
+
"ctp.infoPopup.benefit2": string;
|
|
13789
|
+
"ctp.infoPopup.benefit3": string;
|
|
13109
13790
|
"ctp.errors.AUTH_INVALID": string;
|
|
13110
13791
|
"ctp.errors.NOT_FOUND": string;
|
|
13111
13792
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13112
13793
|
"ctp.errors.FRAUD": string;
|
|
13113
13794
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13114
13795
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13115
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13116
13796
|
"ctp.errors.CODE_INVALID": string;
|
|
13117
13797
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13118
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13119
13798
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13120
13799
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
13800
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
13801
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13802
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
13803
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
13804
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13805
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
13806
|
+
"paymentMethodsList.aria.label": string;
|
|
13121
13807
|
};
|
|
13122
13808
|
payButton: string;
|
|
13123
13809
|
"payButton.redirecting": string;
|
|
13124
13810
|
"payButton.with": string;
|
|
13811
|
+
close: string;
|
|
13125
13812
|
storeDetails: string;
|
|
13126
13813
|
"creditCard.holderName": string;
|
|
13127
13814
|
"creditCard.holderName.placeholder": string;
|
|
@@ -13170,12 +13857,15 @@ declare const _default: {
|
|
|
13170
13857
|
"companyDetails.registrationNumber": string;
|
|
13171
13858
|
socialSecurityNumber: string;
|
|
13172
13859
|
firstName: string;
|
|
13860
|
+
"firstName.invalid": string;
|
|
13173
13861
|
infix: string;
|
|
13174
13862
|
lastName: string;
|
|
13863
|
+
"lastName.invalid": string;
|
|
13175
13864
|
mobileNumber: string;
|
|
13176
13865
|
"mobileNumber.invalid": string;
|
|
13177
13866
|
city: string;
|
|
13178
13867
|
postalCode: string;
|
|
13868
|
+
"postalCode.optional": string;
|
|
13179
13869
|
countryCode: string;
|
|
13180
13870
|
telephoneNumber: string;
|
|
13181
13871
|
dateOfBirth: string;
|
|
@@ -13357,39 +14047,50 @@ declare const _default: {
|
|
|
13357
14047
|
"ctp.login.subtitle": string;
|
|
13358
14048
|
"ctp.login.inputLabel": string;
|
|
13359
14049
|
"ctp.logout.notYou": string;
|
|
13360
|
-
"ctp.logout.
|
|
14050
|
+
"ctp.logout.notYourCards": string;
|
|
14051
|
+
"ctp.logout.notYourCard": string;
|
|
14052
|
+
"ctp.logout.notYourProfile": string;
|
|
13361
14053
|
"ctp.otp.fieldLabel": string;
|
|
13362
14054
|
"ctp.otp.resendCode": string;
|
|
13363
14055
|
"ctp.otp.codeResent": string;
|
|
13364
14056
|
"ctp.otp.title": string;
|
|
13365
14057
|
"ctp.otp.subtitle": string;
|
|
13366
|
-
"ctp.
|
|
13367
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13368
|
-
"ctp.emptyCardsView.button": string;
|
|
14058
|
+
"ctp.emptyProfile.message": string;
|
|
13369
14059
|
"ctp.separatorText": string;
|
|
13370
14060
|
"ctp.cards.title": string;
|
|
13371
14061
|
"ctp.cards.subtitle": string;
|
|
13372
|
-
"ctp.cards.cardSelector": string;
|
|
13373
14062
|
"ctp.cards.expiredCard": string;
|
|
13374
14063
|
"ctp.manualCardEntry": string;
|
|
14064
|
+
"ctp.aria.infoModalButton": string;
|
|
14065
|
+
"ctp.infoPopup.title": string;
|
|
14066
|
+
"ctp.infoPopup.subtitle": string;
|
|
14067
|
+
"ctp.infoPopup.benefit1": string;
|
|
14068
|
+
"ctp.infoPopup.benefit2": string;
|
|
14069
|
+
"ctp.infoPopup.benefit3": string;
|
|
13375
14070
|
"ctp.errors.AUTH_INVALID": string;
|
|
13376
14071
|
"ctp.errors.NOT_FOUND": string;
|
|
13377
14072
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13378
14073
|
"ctp.errors.FRAUD": string;
|
|
13379
14074
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13380
14075
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13381
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13382
14076
|
"ctp.errors.CODE_INVALID": string;
|
|
13383
14077
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13384
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13385
14078
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13386
14079
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
14080
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
14081
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
14082
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
14083
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
14084
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
14085
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
14086
|
+
"paymentMethodsList.aria.label": string;
|
|
13387
14087
|
}>;
|
|
13388
14088
|
'zh-TW': () => Promise<{
|
|
13389
14089
|
default: {
|
|
13390
14090
|
payButton: string;
|
|
13391
14091
|
"payButton.redirecting": string;
|
|
13392
14092
|
"payButton.with": string;
|
|
14093
|
+
close: string;
|
|
13393
14094
|
storeDetails: string;
|
|
13394
14095
|
"creditCard.holderName": string;
|
|
13395
14096
|
"creditCard.holderName.placeholder": string;
|
|
@@ -13438,12 +14139,15 @@ declare const _default: {
|
|
|
13438
14139
|
"companyDetails.registrationNumber": string;
|
|
13439
14140
|
socialSecurityNumber: string;
|
|
13440
14141
|
firstName: string;
|
|
14142
|
+
"firstName.invalid": string;
|
|
13441
14143
|
infix: string;
|
|
13442
14144
|
lastName: string;
|
|
14145
|
+
"lastName.invalid": string;
|
|
13443
14146
|
mobileNumber: string;
|
|
13444
14147
|
"mobileNumber.invalid": string;
|
|
13445
14148
|
city: string;
|
|
13446
14149
|
postalCode: string;
|
|
14150
|
+
"postalCode.optional": string;
|
|
13447
14151
|
countryCode: string;
|
|
13448
14152
|
telephoneNumber: string;
|
|
13449
14153
|
dateOfBirth: string;
|
|
@@ -13626,37 +14330,48 @@ declare const _default: {
|
|
|
13626
14330
|
"ctp.login.subtitle": string;
|
|
13627
14331
|
"ctp.login.inputLabel": string;
|
|
13628
14332
|
"ctp.logout.notYou": string;
|
|
13629
|
-
"ctp.logout.
|
|
14333
|
+
"ctp.logout.notYourCards": string;
|
|
14334
|
+
"ctp.logout.notYourCard": string;
|
|
14335
|
+
"ctp.logout.notYourProfile": string;
|
|
13630
14336
|
"ctp.otp.fieldLabel": string;
|
|
13631
14337
|
"ctp.otp.resendCode": string;
|
|
13632
14338
|
"ctp.otp.codeResent": string;
|
|
13633
14339
|
"ctp.otp.title": string;
|
|
13634
14340
|
"ctp.otp.subtitle": string;
|
|
13635
|
-
"ctp.
|
|
13636
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13637
|
-
"ctp.emptyCardsView.button": string;
|
|
14341
|
+
"ctp.emptyProfile.message": string;
|
|
13638
14342
|
"ctp.separatorText": string;
|
|
13639
14343
|
"ctp.cards.title": string;
|
|
13640
14344
|
"ctp.cards.subtitle": string;
|
|
13641
|
-
"ctp.cards.cardSelector": string;
|
|
13642
14345
|
"ctp.cards.expiredCard": string;
|
|
13643
14346
|
"ctp.manualCardEntry": string;
|
|
14347
|
+
"ctp.aria.infoModalButton": string;
|
|
14348
|
+
"ctp.infoPopup.title": string;
|
|
14349
|
+
"ctp.infoPopup.subtitle": string;
|
|
14350
|
+
"ctp.infoPopup.benefit1": string;
|
|
14351
|
+
"ctp.infoPopup.benefit2": string;
|
|
14352
|
+
"ctp.infoPopup.benefit3": string;
|
|
13644
14353
|
"ctp.errors.AUTH_INVALID": string;
|
|
13645
14354
|
"ctp.errors.NOT_FOUND": string;
|
|
13646
14355
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13647
14356
|
"ctp.errors.FRAUD": string;
|
|
13648
14357
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13649
14358
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13650
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13651
14359
|
"ctp.errors.CODE_INVALID": string;
|
|
13652
14360
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13653
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13654
14361
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13655
14362
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
14363
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
14364
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
14365
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
14366
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
14367
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
14368
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
14369
|
+
"paymentMethodsList.aria.label": string;
|
|
13656
14370
|
};
|
|
13657
14371
|
payButton: string;
|
|
13658
14372
|
"payButton.redirecting": string;
|
|
13659
14373
|
"payButton.with": string;
|
|
14374
|
+
close: string;
|
|
13660
14375
|
storeDetails: string;
|
|
13661
14376
|
"creditCard.holderName": string;
|
|
13662
14377
|
"creditCard.holderName.placeholder": string;
|
|
@@ -13705,12 +14420,15 @@ declare const _default: {
|
|
|
13705
14420
|
"companyDetails.registrationNumber": string;
|
|
13706
14421
|
socialSecurityNumber: string;
|
|
13707
14422
|
firstName: string;
|
|
14423
|
+
"firstName.invalid": string;
|
|
13708
14424
|
infix: string;
|
|
13709
14425
|
lastName: string;
|
|
14426
|
+
"lastName.invalid": string;
|
|
13710
14427
|
mobileNumber: string;
|
|
13711
14428
|
"mobileNumber.invalid": string;
|
|
13712
14429
|
city: string;
|
|
13713
14430
|
postalCode: string;
|
|
14431
|
+
"postalCode.optional": string;
|
|
13714
14432
|
countryCode: string;
|
|
13715
14433
|
telephoneNumber: string;
|
|
13716
14434
|
dateOfBirth: string;
|
|
@@ -13893,33 +14611,43 @@ declare const _default: {
|
|
|
13893
14611
|
"ctp.login.subtitle": string;
|
|
13894
14612
|
"ctp.login.inputLabel": string;
|
|
13895
14613
|
"ctp.logout.notYou": string;
|
|
13896
|
-
"ctp.logout.
|
|
14614
|
+
"ctp.logout.notYourCards": string;
|
|
14615
|
+
"ctp.logout.notYourCard": string;
|
|
14616
|
+
"ctp.logout.notYourProfile": string;
|
|
13897
14617
|
"ctp.otp.fieldLabel": string;
|
|
13898
14618
|
"ctp.otp.resendCode": string;
|
|
13899
14619
|
"ctp.otp.codeResent": string;
|
|
13900
14620
|
"ctp.otp.title": string;
|
|
13901
14621
|
"ctp.otp.subtitle": string;
|
|
13902
|
-
"ctp.
|
|
13903
|
-
"ctp.emptyCardsView.subtitle": string;
|
|
13904
|
-
"ctp.emptyCardsView.button": string;
|
|
14622
|
+
"ctp.emptyProfile.message": string;
|
|
13905
14623
|
"ctp.separatorText": string;
|
|
13906
14624
|
"ctp.cards.title": string;
|
|
13907
14625
|
"ctp.cards.subtitle": string;
|
|
13908
|
-
"ctp.cards.cardSelector": string;
|
|
13909
14626
|
"ctp.cards.expiredCard": string;
|
|
13910
14627
|
"ctp.manualCardEntry": string;
|
|
14628
|
+
"ctp.aria.infoModalButton": string;
|
|
14629
|
+
"ctp.infoPopup.title": string;
|
|
14630
|
+
"ctp.infoPopup.subtitle": string;
|
|
14631
|
+
"ctp.infoPopup.benefit1": string;
|
|
14632
|
+
"ctp.infoPopup.benefit2": string;
|
|
14633
|
+
"ctp.infoPopup.benefit3": string;
|
|
13911
14634
|
"ctp.errors.AUTH_INVALID": string;
|
|
13912
14635
|
"ctp.errors.NOT_FOUND": string;
|
|
13913
14636
|
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13914
14637
|
"ctp.errors.FRAUD": string;
|
|
13915
14638
|
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13916
14639
|
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13917
|
-
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13918
14640
|
"ctp.errors.CODE_INVALID": string;
|
|
13919
14641
|
"ctp.errors.CODE_EXPIRED": string;
|
|
13920
|
-
"ctp.errors.INVALID_PARAMETER": string;
|
|
13921
14642
|
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13922
14643
|
"ctp.errors.OTP_SEND_FAILED": string;
|
|
14644
|
+
"ctp.errors.REQUEST_TIMEOUT": string;
|
|
14645
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
14646
|
+
"ctp.errors.SERVICE_ERROR": string;
|
|
14647
|
+
"ctp.errors.SERVER_ERROR": string;
|
|
14648
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
14649
|
+
"ctp.errors.AUTH_ERROR": string;
|
|
14650
|
+
"paymentMethodsList.aria.label": string;
|
|
13923
14651
|
}>;
|
|
13924
14652
|
};
|
|
13925
14653
|
export default _default;
|