@adyen/adyen-web 5.30.0 → 5.31.0
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 +8 -5
- 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 +8 -5
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +8 -5
- 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 +8 -5
- 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/BcmcMobile/BcmcMobile.d.ts +2 -0
- package/dist/types/components/Card/components/CardInput/components/CardFieldsWrapper.d.ts +2 -1
- package/dist/types/components/Card/components/CardInput/defaultProps.d.ts +1 -0
- package/dist/types/components/Card/components/CardInput/types.d.ts +3 -2
- package/dist/types/components/Card/components/CardInput/utils.d.ts +2 -8
- 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/CtPCardsList/CtPCardsList.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/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/models/ShopperCard.d.ts +1 -0
- package/dist/types/components/Card/components/ClickToPay/services/sdks/types.d.ts +1 -0
- package/dist/types/components/Card/components/ClickToPay/services/utils.d.ts +1 -0
- package/dist/types/components/Dropin/Dropin.d.ts +1 -3
- package/dist/types/components/DuitNow/DuitNow.d.ts +2 -0
- package/dist/types/components/GooglePay/GooglePay.d.ts +1 -1
- package/dist/types/components/GooglePay/components/GooglePayButton.d.ts +1 -0
- package/dist/types/components/GooglePay/types.d.ts +1 -0
- package/dist/types/components/Oxxo/Oxxo.d.ts +4 -9
- package/dist/types/components/Oxxo/Oxxo.spec.d.ts +1 -0
- package/dist/types/components/Oxxo/types.d.ts +5 -0
- package/dist/types/components/PayNow/PayNow.d.ts +2 -0
- package/dist/types/components/Pix/Pix.d.ts +7 -56
- package/dist/types/components/Pix/PixInput/PixInput.d.ts +2 -7
- package/dist/types/components/Pix/PixInput/types.d.ts +26 -0
- package/dist/types/components/Pix/types.d.ts +8 -13
- package/dist/types/components/PromptPay/PromptPay.d.ts +2 -0
- package/dist/types/components/Swish/Swish.d.ts +2 -0
- package/dist/types/components/ThreeDS2/ThreeDS2Challenge.d.ts +1 -2
- package/dist/types/components/ThreeDS2/config.d.ts +1 -2
- package/dist/types/components/ThreeDS2/types.d.ts +2 -2
- package/dist/types/components/WeChat/WeChat.d.ts +2 -0
- package/dist/types/components/helpers/QRLoaderContainer.d.ts +2 -0
- package/dist/types/components/internal/Address/Address.d.ts +1 -0
- package/dist/types/components/internal/Address/constants.d.ts +1 -8
- package/dist/types/components/internal/Address/validate.d.ts +7 -0
- package/dist/types/components/internal/IFrame/Iframe.d.ts +3 -10
- 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/lib/types.d.ts +1 -0
- package/dist/types/components/types.d.ts +1 -0
- package/dist/types/core/RiskModule/constants.d.ts +0 -6
- package/dist/types/language/config.d.ts +6 -1
- package/dist/types/language/locales/index.d.ts +362 -2
- package/dist/types/utils/get-process-message-handler.d.ts +1 -2
- package/package.json +9 -9
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPEmptyCardsList/CtPEmptyCardsList.d.ts +0 -4
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPEmptyCardsList/index.d.ts +0 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { h, RefObject } from 'preact';
|
|
2
|
+
import { PayButtonFunctionProps } from '../../types';
|
|
3
|
+
import PixInput from './PixInput';
|
|
4
|
+
export interface PixInputDataState {
|
|
5
|
+
firstName?: string;
|
|
6
|
+
lastName?: string;
|
|
7
|
+
socialSecurityNumber?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface PixInputProps {
|
|
10
|
+
name: string;
|
|
11
|
+
data?: {
|
|
12
|
+
firstName: string;
|
|
13
|
+
lastName: string;
|
|
14
|
+
socialSecurityNumber: string;
|
|
15
|
+
};
|
|
16
|
+
personalDetailsRequired: boolean;
|
|
17
|
+
showPayButton: boolean;
|
|
18
|
+
onChange({ data, valid, errors, isValid: boolean }: {
|
|
19
|
+
data: any;
|
|
20
|
+
valid: any;
|
|
21
|
+
errors: any;
|
|
22
|
+
isValid: any;
|
|
23
|
+
}): void;
|
|
24
|
+
payButton(props: PayButtonFunctionProps): h.JSX.Element;
|
|
25
|
+
ref(ref: RefObject<typeof PixInput>): void;
|
|
26
|
+
}
|
|
@@ -2,18 +2,13 @@ import { QRLoaderContainerProps } from '../helpers/QRLoaderContainer';
|
|
|
2
2
|
export interface PixProps extends QRLoaderContainerProps {
|
|
3
3
|
personalDetailsRequired?: boolean;
|
|
4
4
|
}
|
|
5
|
-
export interface
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
export interface PixElementData {
|
|
6
|
+
paymentMethod: {
|
|
7
|
+
type: 'pix';
|
|
8
|
+
};
|
|
9
|
+
shopperName?: {
|
|
10
|
+
firstName: string;
|
|
11
|
+
lastName: string;
|
|
12
|
+
};
|
|
8
13
|
socialSecurityNumber?: string;
|
|
9
14
|
}
|
|
10
|
-
export interface PixInputValidState {
|
|
11
|
-
firstName?: boolean;
|
|
12
|
-
lastName?: boolean;
|
|
13
|
-
socialSecurityNumber?: boolean;
|
|
14
|
-
}
|
|
15
|
-
export interface PixInputErrorState {
|
|
16
|
-
firstName?: boolean;
|
|
17
|
-
lastName?: boolean;
|
|
18
|
-
socialSecurityNumber?: boolean;
|
|
19
|
-
}
|
|
@@ -10,7 +10,9 @@ declare class PromptPayElement extends QRLoaderContainer {
|
|
|
10
10
|
shouldRedirectOnMobile?: boolean;
|
|
11
11
|
qrCodeImage?: string;
|
|
12
12
|
paymentData?: string;
|
|
13
|
+
introduction: string;
|
|
13
14
|
instructions?: string;
|
|
15
|
+
copyBtn?: boolean;
|
|
14
16
|
session?: import("../../core/CheckoutSession/CheckoutSession").default;
|
|
15
17
|
onChange?: (state: any, element: import("../UIElement").UIElement<any>) => void;
|
|
16
18
|
onValid?: (state: any, element: import("../UIElement").UIElement<any>) => void;
|
|
@@ -10,7 +10,9 @@ declare class SwishElement extends QRLoaderContainer {
|
|
|
10
10
|
shouldRedirectOnMobile: boolean;
|
|
11
11
|
qrCodeImage?: string;
|
|
12
12
|
paymentData?: string;
|
|
13
|
+
introduction: string;
|
|
13
14
|
instructions: string;
|
|
15
|
+
copyBtn?: boolean;
|
|
14
16
|
session?: import("../../core/CheckoutSession/CheckoutSession").default;
|
|
15
17
|
onChange?: (state: any, element: import("../UIElement").UIElement<any>) => void;
|
|
16
18
|
onValid?: (state: any, element: import("../UIElement").UIElement<any>) => void;
|
|
@@ -2,12 +2,11 @@ import { h } from 'preact';
|
|
|
2
2
|
import UIElement from '../UIElement';
|
|
3
3
|
import { ErrorCodeObject } from './components/utils';
|
|
4
4
|
import Language from '../../language';
|
|
5
|
-
import { ThreeDS2ChallengeRejectObject } from './types';
|
|
6
5
|
export interface ThreeDS2ChallengeProps {
|
|
7
6
|
token?: string;
|
|
8
7
|
dataKey?: string;
|
|
9
8
|
notificationURL?: string;
|
|
10
|
-
onError?: (error: string | ErrorCodeObject
|
|
9
|
+
onError?: (error: string | ErrorCodeObject) => void;
|
|
11
10
|
paymentData?: string;
|
|
12
11
|
size?: string;
|
|
13
12
|
challengeWindowSize?: '01' | '02' | '03' | '04' | '05';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { ThreeDS2FlowObject
|
|
1
|
+
import { ThreeDS2FlowObject } from './types';
|
|
2
2
|
export declare const DEFAULT_CHALLENGE_WINDOW_SIZE = "02";
|
|
3
3
|
export declare const THREEDS_METHOD_TIMEOUT = 10000;
|
|
4
4
|
export declare const CHALLENGE_TIMEOUT = 600000;
|
|
5
|
-
export declare const CHALLENGE_UNKNOWN_ERROR_REJECT_OBJECT: ThreeDS2ChallengeRejectObject;
|
|
6
5
|
export declare const CHALLENGE_TIMEOUT_REJECT_OBJECT: ThreeDS2FlowObject;
|
|
7
6
|
export declare const FAILED_METHOD_STATUS_RESOLVE_OBJECT: ThreeDS2FlowObject;
|
|
8
7
|
export declare const FAILED_METHOD_STATUS_RESOLVE_OBJECT_TIMEOUT: ThreeDS2FlowObject;
|
|
@@ -29,8 +29,8 @@ export interface ThreeDS2FlowObject {
|
|
|
29
29
|
errorCode?: string;
|
|
30
30
|
threeDSServerTransID?: string;
|
|
31
31
|
}
|
|
32
|
-
export interface
|
|
33
|
-
type
|
|
32
|
+
export interface PostMsgParseErrorObject {
|
|
33
|
+
type?: string;
|
|
34
34
|
comment?: string;
|
|
35
35
|
extraInfo?: string;
|
|
36
36
|
eventDataRaw?: string;
|
|
@@ -10,7 +10,9 @@ declare class WeChatPayElement extends QRLoaderContainer {
|
|
|
10
10
|
shouldRedirectOnMobile?: boolean;
|
|
11
11
|
qrCodeImage?: string;
|
|
12
12
|
paymentData?: string;
|
|
13
|
+
introduction: string;
|
|
13
14
|
instructions?: string;
|
|
15
|
+
copyBtn?: boolean;
|
|
14
16
|
session?: import("../../core/CheckoutSession/CheckoutSession").default;
|
|
15
17
|
onChange?: (state: any, element: import("../UIElement").UIElement<any>) => void;
|
|
16
18
|
onValid?: (state: any, element: import("../UIElement").UIElement<any>) => void;
|
|
@@ -16,7 +16,9 @@ export interface QRLoaderContainerProps extends UIElementProps {
|
|
|
16
16
|
shouldRedirectOnMobile?: boolean;
|
|
17
17
|
qrCodeImage?: string;
|
|
18
18
|
paymentData?: string;
|
|
19
|
+
introduction: string;
|
|
19
20
|
instructions?: string;
|
|
21
|
+
copyBtn?: boolean;
|
|
20
22
|
}
|
|
21
23
|
declare class QRLoaderContainer<T extends QRLoaderContainerProps = QRLoaderContainerProps> extends UIElement<T> {
|
|
22
24
|
protected static defaultProps: {
|
|
@@ -3,12 +3,5 @@ export declare const FALLBACK_VALUE = "N/A";
|
|
|
3
3
|
export declare const ADDRESS_SCHEMA: readonly ["street", "houseNumberOrName", "postalCode", "city", "stateOrProvince", "country"];
|
|
4
4
|
export declare const STREET: "street", HOUSE_NUMBER_OR_NAME: "houseNumberOrName", POSTAL_CODE: "postalCode", CITY: "city", STATE_OR_PROVINCE: "stateOrProvince", COUNTRY: "country";
|
|
5
5
|
export declare const ADDRESS_SPECIFICATIONS: AddressSpecifications;
|
|
6
|
-
export declare const PARTIAL_ADDRESS_SCHEMA:
|
|
7
|
-
default: {
|
|
8
|
-
labels: {
|
|
9
|
-
postalCode: string;
|
|
10
|
-
};
|
|
11
|
-
schema: "postalCode"[];
|
|
12
|
-
};
|
|
13
|
-
};
|
|
6
|
+
export declare const PARTIAL_ADDRESS_SCHEMA: AddressSpecifications;
|
|
14
7
|
export declare const COUNTRIES_WITH_CUSTOM_SPECIFICATION: string[];
|
|
@@ -1,2 +1,9 @@
|
|
|
1
1
|
import { ValidatorRules } from '../../../utils/Validator/types';
|
|
2
|
+
/**
|
|
3
|
+
* Validates only postalCode property. As the partial address form does not have the country selector, the country value
|
|
4
|
+
* must be informed beforehand and can't be picked up from the form context
|
|
5
|
+
*
|
|
6
|
+
* @param country - Country that will be used to validate postal code
|
|
7
|
+
*/
|
|
8
|
+
export declare const getPartialAddressValidationRules: (country: string) => ValidatorRules;
|
|
2
9
|
export declare const getAddressValidationRules: (specifications: any) => ValidatorRules;
|
|
@@ -9,6 +9,7 @@ interface IframeProps {
|
|
|
9
9
|
allow?: string;
|
|
10
10
|
name?: string;
|
|
11
11
|
title?: string;
|
|
12
|
+
classNameModifiers?: string[];
|
|
12
13
|
callback?: (contentWindow: any) => void;
|
|
13
14
|
}
|
|
14
15
|
declare class Iframe extends Component<IframeProps> {
|
|
@@ -20,20 +21,12 @@ declare class Iframe extends Component<IframeProps> {
|
|
|
20
21
|
src: any;
|
|
21
22
|
allow: any;
|
|
22
23
|
title: string;
|
|
24
|
+
classNameModifiers: any[];
|
|
23
25
|
};
|
|
24
26
|
private iframeEl;
|
|
25
27
|
iframeOnLoad(): void;
|
|
26
28
|
componentDidMount(): void;
|
|
27
29
|
componentWillUnmount(): void;
|
|
28
|
-
render({ name, src, width, height, minWidth, minHeight, allow, title }:
|
|
29
|
-
name: any;
|
|
30
|
-
src: any;
|
|
31
|
-
width: any;
|
|
32
|
-
height: any;
|
|
33
|
-
minWidth: any;
|
|
34
|
-
minHeight: any;
|
|
35
|
-
allow: any;
|
|
36
|
-
title: any;
|
|
37
|
-
}): h.JSX.Element;
|
|
30
|
+
render({ name, src, width, height, minWidth, minHeight, allow, title, classNameModifiers }: IframeProps): h.JSX.Element;
|
|
38
31
|
}
|
|
39
32
|
export default Iframe;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ComponentChildren, h } from 'preact';
|
|
2
|
+
import './Modal.scss';
|
|
3
|
+
declare type ModalRenderFnProps = {
|
|
4
|
+
/**
|
|
5
|
+
* Function used to properly trigger the Modal close mechanism. It takes into account the element that the Modal needs
|
|
6
|
+
* to set focus when it is dismissed.
|
|
7
|
+
*/
|
|
8
|
+
onCloseModal(): void;
|
|
9
|
+
};
|
|
10
|
+
declare type ModalProps = {
|
|
11
|
+
children: ({ onCloseModal }: ModalRenderFnProps) => ComponentChildren;
|
|
12
|
+
classNameModifiers?: string[];
|
|
13
|
+
onClose(): void;
|
|
14
|
+
isOpen: boolean;
|
|
15
|
+
isDismissible?: boolean;
|
|
16
|
+
labelledBy: string;
|
|
17
|
+
describedBy: string;
|
|
18
|
+
/**
|
|
19
|
+
* Reference to the element that should be focused when the modal is opened
|
|
20
|
+
*/
|
|
21
|
+
focusFirst: HTMLElement;
|
|
22
|
+
/**
|
|
23
|
+
* Reference to the element that should be focused when the modal is closed
|
|
24
|
+
*/
|
|
25
|
+
focusAfterClose: HTMLElement;
|
|
26
|
+
};
|
|
27
|
+
declare const Modal: ({ children, classNameModifiers, isOpen, onClose, isDismissible, labelledBy, describedBy, focusFirst, focusAfterClose, ...props }: ModalProps) => h.JSX.Element;
|
|
28
|
+
export { Modal };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Modal } from './Modal';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare type UseModalProps = {
|
|
2
|
+
modalElement?: HTMLElement;
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
isDismissible: boolean;
|
|
5
|
+
focusFirst: HTMLElement;
|
|
6
|
+
focusAfterClose: HTMLElement;
|
|
7
|
+
onClose(): void;
|
|
8
|
+
};
|
|
9
|
+
declare type UseModalHook = {
|
|
10
|
+
/**
|
|
11
|
+
* Function that focus on the 'focusAfterClose' element, and then closes the modal
|
|
12
|
+
*/
|
|
13
|
+
closeModal(): void;
|
|
14
|
+
handleClickOutside(event: MouseEvent): void;
|
|
15
|
+
};
|
|
16
|
+
declare const useModal: ({ modalElement, isOpen, isDismissible, focusFirst, focusAfterClose, onClose }: UseModalProps) => UseModalHook;
|
|
17
|
+
export { useModal };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare type UseTrapFocusProps = {
|
|
2
|
+
rootElement?: HTMLElement;
|
|
3
|
+
/**
|
|
4
|
+
* Element that must be focused when the hook is executed. If no element is passed, the first focusable child
|
|
5
|
+
* element of the root element will be focused
|
|
6
|
+
*/
|
|
7
|
+
focusFirst?: HTMLElement;
|
|
8
|
+
/**
|
|
9
|
+
* Can be used to conditionally disable the trap mechanism
|
|
10
|
+
*/
|
|
11
|
+
shouldTrap?: boolean;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Hook used to trap the focus within the specific element and its child nodes.
|
|
15
|
+
*/
|
|
16
|
+
declare const useTrapFocus: ({ rootElement, focusFirst, shouldTrap }: UseTrapFocusProps) => void;
|
|
17
|
+
export { useTrapFocus };
|
|
@@ -9,12 +9,6 @@ export declare const FAILED_DFP_RESOLVE_OBJECT_TIMEOUT: {
|
|
|
9
9
|
};
|
|
10
10
|
errorCode: string;
|
|
11
11
|
};
|
|
12
|
-
export declare const FAILED_DFP_RESOLVE_OBJECT: {
|
|
13
|
-
result: {
|
|
14
|
-
type: string;
|
|
15
|
-
value: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
12
|
export declare const ERRORS: {
|
|
19
13
|
TIME_OUT: string;
|
|
20
14
|
WRONG_ORIGIN: string;
|
|
@@ -6,6 +6,7 @@ export declare const defaultTranslation: {
|
|
|
6
6
|
payButton: string;
|
|
7
7
|
"payButton.redirecting": string;
|
|
8
8
|
"payButton.with": string;
|
|
9
|
+
close: string;
|
|
9
10
|
storeDetails: string;
|
|
10
11
|
"creditCard.holderName": string;
|
|
11
12
|
"creditCard.holderName.placeholder": string;
|
|
@@ -54,12 +55,15 @@ export declare const defaultTranslation: {
|
|
|
54
55
|
"companyDetails.registrationNumber": string;
|
|
55
56
|
socialSecurityNumber: string;
|
|
56
57
|
firstName: string;
|
|
58
|
+
"firstName.invalid": string;
|
|
57
59
|
infix: string;
|
|
58
60
|
lastName: string;
|
|
61
|
+
"lastName.invalid": string;
|
|
59
62
|
mobileNumber: string;
|
|
60
63
|
"mobileNumber.invalid": string;
|
|
61
64
|
city: string;
|
|
62
65
|
postalCode: string;
|
|
66
|
+
"postalCode.optional": string;
|
|
63
67
|
countryCode: string;
|
|
64
68
|
telephoneNumber: string;
|
|
65
69
|
dateOfBirth: string;
|
|
@@ -258,6 +262,7 @@ export declare const defaultTranslation: {
|
|
|
258
262
|
"ctp.cards.subtitle": string;
|
|
259
263
|
"ctp.cards.expiredCard": string;
|
|
260
264
|
"ctp.manualCardEntry": string;
|
|
265
|
+
"ctp.aria.infoModalButton": string;
|
|
261
266
|
"ctp.infoPopup.title": string;
|
|
262
267
|
"ctp.infoPopup.subtitle": string;
|
|
263
268
|
"ctp.infoPopup.benefit1": string;
|
|
@@ -279,5 +284,5 @@ export declare const defaultTranslation: {
|
|
|
279
284
|
"ctp.errors.SERVER_ERROR": string;
|
|
280
285
|
"ctp.errors.INVALID_PARAMETER": string;
|
|
281
286
|
"ctp.errors.AUTH_ERROR": string;
|
|
282
|
-
"
|
|
287
|
+
"paymentMethodsList.aria.label": string;
|
|
283
288
|
};
|