@adyen/adyen-web 5.55.1 → 5.56.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.
Files changed (103) hide show
  1. package/dist/adyen.css +1 -0
  2. package/dist/adyen.css.map +1 -1
  3. package/dist/adyen.js +1 -1
  4. package/dist/adyen.js.map +1 -1
  5. package/dist/cjs/adyen.css +1 -0
  6. package/dist/cjs/adyen.css.map +1 -1
  7. package/dist/cjs/index.js +1 -1
  8. package/dist/es/adyen.css +1 -0
  9. package/dist/es/adyen.css.map +1 -1
  10. package/dist/es/ar.js +1 -1
  11. package/dist/es/cs-CZ.js +1 -1
  12. package/dist/es/da-DK.js +1 -1
  13. package/dist/es/de-DE.js +1 -1
  14. package/dist/es/el-GR.js +1 -1
  15. package/dist/es/es-ES.js +1 -1
  16. package/dist/es/fi-FI.js +1 -1
  17. package/dist/es/fr-FR.js +1 -1
  18. package/dist/es/hr-HR.js +1 -1
  19. package/dist/es/hu-HU.js +1 -1
  20. package/dist/es/index.js +1 -1
  21. package/dist/es/it-IT.js +1 -1
  22. package/dist/es/ja-JP.js +1 -1
  23. package/dist/es/ko-KR.js +1 -1
  24. package/dist/es/nl-NL.js +1 -1
  25. package/dist/es/no-NO.js +1 -1
  26. package/dist/es/pl-PL.js +1 -1
  27. package/dist/es/pt-BR.js +1 -1
  28. package/dist/es/pt-PT.js +1 -1
  29. package/dist/es/ro-RO.js +1 -1
  30. package/dist/es/ru-RU.js +1 -1
  31. package/dist/es/sk-SK.js +1 -1
  32. package/dist/es/sl-SI.js +1 -1
  33. package/dist/es/sv-SE.js +1 -1
  34. package/dist/es/zh-CN.js +1 -1
  35. package/dist/es/zh-TW.js +1 -1
  36. package/dist/es.modern/adyen.css +1 -0
  37. package/dist/es.modern/adyen.css.map +1 -1
  38. package/dist/es.modern/ar.js +1 -1
  39. package/dist/es.modern/cs-CZ.js +1 -1
  40. package/dist/es.modern/da-DK.js +1 -1
  41. package/dist/es.modern/de-DE.js +1 -1
  42. package/dist/es.modern/el-GR.js +1 -1
  43. package/dist/es.modern/es-ES.js +1 -1
  44. package/dist/es.modern/fi-FI.js +1 -1
  45. package/dist/es.modern/fr-FR.js +1 -1
  46. package/dist/es.modern/hr-HR.js +1 -1
  47. package/dist/es.modern/hu-HU.js +1 -1
  48. package/dist/es.modern/index.js +1 -1
  49. package/dist/es.modern/it-IT.js +1 -1
  50. package/dist/es.modern/ja-JP.js +1 -1
  51. package/dist/es.modern/ko-KR.js +1 -1
  52. package/dist/es.modern/nl-NL.js +1 -1
  53. package/dist/es.modern/no-NO.js +1 -1
  54. package/dist/es.modern/pl-PL.js +1 -1
  55. package/dist/es.modern/pt-BR.js +1 -1
  56. package/dist/es.modern/pt-PT.js +1 -1
  57. package/dist/es.modern/ro-RO.js +1 -1
  58. package/dist/es.modern/ru-RU.js +1 -1
  59. package/dist/es.modern/sk-SK.js +1 -1
  60. package/dist/es.modern/sl-SI.js +1 -1
  61. package/dist/es.modern/sv-SE.js +1 -1
  62. package/dist/es.modern/zh-CN.js +1 -1
  63. package/dist/es.modern/zh-TW.js +1 -1
  64. package/dist/types/components/ANCV/ANCV.d.ts +1 -1
  65. package/dist/types/components/BcmcMobile/BcmcMobile.d.ts +3 -1
  66. package/dist/types/components/DuitNow/DuitNow.d.ts +3 -1
  67. package/dist/types/components/PayMe/Instructions.d.ts +3 -0
  68. package/dist/types/components/PayMe/PayMe.d.ts +56 -0
  69. package/dist/types/components/PayMe/index.d.ts +1 -0
  70. package/dist/types/components/PayNow/PayNow.d.ts +3 -1
  71. package/dist/types/components/PromptPay/PromptPay.d.ts +3 -1
  72. package/dist/types/components/Swish/Swish.d.ts +3 -1
  73. package/dist/types/components/WeChat/WeChat.d.ts +3 -1
  74. package/dist/types/components/helpers/QRLoaderContainer.d.ts +3 -1
  75. package/dist/types/components/index.d.ts +2 -0
  76. package/dist/types/components/internal/QRLoader/QRLoader.d.ts +6 -4
  77. package/dist/types/components/internal/QRLoader/types.d.ts +5 -1
  78. package/dist/types/components/internal/SecuredFields/lib/CSF/AbstractCSF.d.ts +2 -2
  79. package/dist/types/components/internal/SecuredFields/lib/CSF/extensions/handleIOSTouchEvents.d.ts +2 -2
  80. package/dist/types/components/internal/SecuredFields/lib/CSF/extensions/handleTab.d.ts +3 -2
  81. package/dist/types/components/internal/SecuredFields/lib/CSF/partials/handleBinValue.d.ts +2 -4
  82. package/dist/types/components/internal/SecuredFields/lib/CSF/partials/handleFocus.d.ts +2 -5
  83. package/dist/types/components/internal/SecuredFields/lib/CSF/partials/handleIframeConfigFeedback.d.ts +2 -4
  84. package/dist/types/components/internal/SecuredFields/lib/CSF/partials/isConfigured.d.ts +2 -6
  85. package/dist/types/components/internal/SecuredFields/lib/CSF/partials/postMessageToAllIframes.d.ts +2 -4
  86. package/dist/types/components/internal/SecuredFields/lib/CSF/partials/processAutoComplete.d.ts +2 -5
  87. package/dist/types/components/internal/SecuredFields/lib/CSF/partials/processBrand.d.ts +2 -6
  88. package/dist/types/components/internal/SecuredFields/lib/CSF/partials/setFocusOnFrame.d.ts +3 -4
  89. package/dist/types/components/internal/SecuredFields/lib/CSF/partials/validateForm.d.ts +2 -5
  90. package/dist/types/components/internal/SecuredFields/lib/CSF/types.d.ts +10 -4
  91. package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/tabScenarioACH.d.ts +2 -2
  92. package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/tabScenarioCreditCard.d.ts +2 -2
  93. package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/tabScenarioGiftCard.d.ts +2 -2
  94. package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/tabScenarioKCP.d.ts +2 -2
  95. package/dist/types/components/internal/SecuredFields/lib/CSF/utils/tabbing/utils.d.ts +1 -0
  96. package/dist/types/components/internal/SecuredFields/lib/configuration/constants.d.ts +3 -0
  97. package/dist/types/components/internal/SecuredFields/lib/types.d.ts +13 -1
  98. package/dist/types/core/Services/http.d.ts +1 -0
  99. package/dist/types/core/Services/payment-status.d.ts +2 -1
  100. package/dist/types/core/config.d.ts +2 -0
  101. package/dist/types/language/config.d.ts +6 -0
  102. package/dist/types/language/locales/index.d.ts +312 -0
  103. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { CSFSetupObject, CSFConfigObject, CSFCallbacksConfig, CSFStateObject } from './types';
2
- import { SFFeedbackObj, SendBrandObject, SendExpiryDateObject, CVCPolicyType, DatePolicyType } from '../types';
2
+ import { SFFeedbackObj, SendBrandObject, SendExpiryDateObject, CVCPolicyType, DatePolicyType, SFFieldType } from '../types';
3
3
  import { createSecuredFields } from './extensions/createSecuredFields';
4
4
  import processBrand from './partials/processBrand';
5
5
  import handleBrandFromBinLookup from './extensions/handleBrandFromBinLookup';
@@ -32,7 +32,7 @@ declare abstract class AbstractCSF {
32
32
  protected processBrand: typeof processBrand;
33
33
  protected sendBrandToCardSF: (brandObj: SendBrandObject) => void;
34
34
  protected sendExpiryDatePolicyToSF: (dateObj: SendExpiryDateObject) => void;
35
- protected setFocusOnFrame: (pFieldType: string, doLog?: boolean) => void;
35
+ protected setFocusOnFrame: (pFieldType: SFFieldType, doLog?: boolean) => void;
36
36
  protected setupSecuredField: (pItem: HTMLElement) => void;
37
37
  protected touchendListener: (e: Event) => void;
38
38
  protected touchstartListener: () => void;
@@ -27,8 +27,8 @@ declare function touchstartListener(e: Event): void;
27
27
  * NOTE: Only called when iOS detected
28
28
  */
29
29
  declare function handleTouchend(): void;
30
- declare function destroyTouchendListener(): void;
31
- declare function destroyTouchstartListener(): void;
30
+ declare function destroyTouchendListener(): boolean;
31
+ declare function destroyTouchstartListener(): boolean;
32
32
  declare const _default: {
33
33
  touchendListener: typeof touchendListener;
34
34
  touchstartListener: typeof touchstartListener;
@@ -1,5 +1,6 @@
1
- declare function handleShiftTab(fieldType: string): void;
2
- declare function handleSFShiftTab(fieldType: string): void;
1
+ import { SFFieldType } from '../../types';
2
+ declare function handleShiftTab(fieldType: SFFieldType): void;
3
+ declare function handleSFShiftTab(fieldType: SFFieldType): void;
3
4
  declare const _default: {
4
5
  handleShiftTab: typeof handleShiftTab;
5
6
  handleSFShiftTab: typeof handleSFShiftTab;
@@ -1,11 +1,9 @@
1
1
  import { SFFeedbackObj } from '../../types';
2
+ import { CSFThisObject } from '../types';
2
3
  /**
3
4
  * @param csfState - comes from initial, partial, implementation
4
5
  * @param csfCallbacks - comes from initial, partial, implementation
5
6
  *
6
7
  * @param pFeedbackObj -
7
8
  */
8
- export declare function handleBinValue({ csfState, csfCallbacks }: {
9
- csfState: any;
10
- csfCallbacks: any;
11
- }, pFeedbackObj: SFFeedbackObj): void;
9
+ export declare function handleBinValue({ csfState, csfCallbacks }: CSFThisObject, pFeedbackObj: SFFeedbackObj): void;
@@ -1,4 +1,5 @@
1
1
  import { SFFeedbackObj } from '../../types';
2
+ import { CSFThisObject } from '../types';
2
3
  /**
3
4
  * Call focus callback and store which field currently has focus
4
5
  *
@@ -8,8 +9,4 @@ import { SFFeedbackObj } from '../../types';
8
9
  *
9
10
  * @param pFeedbackObj -
10
11
  */
11
- export declare function handleFocus({ csfState, csfProps, csfCallbacks }: {
12
- csfState: any;
13
- csfProps: any;
14
- csfCallbacks: any;
15
- }, pFeedbackObj: SFFeedbackObj): void;
12
+ export declare function handleFocus({ csfState, csfProps, csfCallbacks }: CSFThisObject, handleIOSTouchEvents: any, pFeedbackObj: SFFeedbackObj): void;
@@ -1,3 +1,4 @@
1
+ import { CSFThisObject } from '../types';
1
2
  /**
2
3
  * @param csfState - comes from initial, partial, implementation
3
4
  * @param csfCallbacks - comes from initial, partial, implementation
@@ -5,7 +6,4 @@
5
6
  *
6
7
  * @param pFeedbackObj -
7
8
  */
8
- export declare function handleIframeConfigFeedback({ csfState, csfCallbacks }: {
9
- csfState: any;
10
- csfCallbacks: any;
11
- }, isConfigured: any, pFeedbackObj: any): boolean;
9
+ export declare function handleIframeConfigFeedback({ csfState, csfCallbacks }: CSFThisObject, isConfigured: any, pFeedbackObj: any): boolean;
@@ -1,3 +1,4 @@
1
+ import { CSFThisObject } from '../types';
1
2
  /**
2
3
  * @param csfState - comes from initial, partial, implementation
3
4
  * @param csfConfig - comes from initial, partial, implementation
@@ -5,9 +6,4 @@
5
6
  * @param csfCallbacks - comes from initial, partial, implementation
6
7
  * @param validateForm - comes from initial, partial, implementation
7
8
  */
8
- export declare function isConfigured({ csfState, csfConfig, csfProps, csfCallbacks }: {
9
- csfState: any;
10
- csfConfig: any;
11
- csfProps: any;
12
- csfCallbacks: any;
13
- }, validateForm: any): void;
9
+ export declare function isConfigured({ csfState, csfConfig, csfProps, csfCallbacks }: CSFThisObject, validateForm: any): boolean;
@@ -1,3 +1,4 @@
1
+ import { CSFThisObject } from '../types';
1
2
  /**
2
3
  * UTIL TO BROADCAST TO ALL IFRAMES AT ONCE
3
4
  * Adds correct txVariant, fieldType and numKey for each iframe
@@ -7,7 +8,4 @@
7
8
  *
8
9
  * @param pDataObj -
9
10
  */
10
- export declare function postMessageToAllIframes({ csfState, csfConfig }: {
11
- csfState: any;
12
- csfConfig: any;
13
- }, pDataObj: object): void;
11
+ export declare function postMessageToAllIframes({ csfState, csfConfig }: CSFThisObject, pDataObj: object): boolean;
@@ -1,4 +1,5 @@
1
1
  import { SFFeedbackObj } from '../../types';
2
+ import { CSFThisObject } from '../types';
2
3
  /**
3
4
  *
4
5
  * @param csfState - comes from initial, partial, implementation
@@ -7,8 +8,4 @@ import { SFFeedbackObj } from '../../types';
7
8
  *
8
9
  * @param pFeedbackObj -
9
10
  */
10
- export declare function processAutoComplete({ csfState, csfConfig, csfCallbacks }: {
11
- csfState: any;
12
- csfConfig: any;
13
- csfCallbacks: any;
14
- }, pFeedbackObj: SFFeedbackObj): boolean;
11
+ export declare function processAutoComplete({ csfState, csfConfig, csfCallbacks }: CSFThisObject, pFeedbackObj: SFFeedbackObj): boolean;
@@ -1,4 +1,5 @@
1
1
  import { SFFeedbackObj } from '../../types';
2
+ import { CSFThisObject } from '../types';
2
3
  /**
3
4
  * - If generic card type AND passed brand doesn't equal stored brand - send the new brand to the cvc input
4
5
  * (so it can reassess what length it should be and if any value it contains is now valid)
@@ -12,9 +13,4 @@ import { SFFeedbackObj } from '../../types';
12
13
  *
13
14
  * @param pFeedbackObj -
14
15
  */
15
- export default function processBrand({ csfState, csfConfig, csfProps, csfCallbacks }: {
16
- csfState: any;
17
- csfConfig: any;
18
- csfProps: any;
19
- csfCallbacks: any;
20
- }, pFeedbackObj: SFFeedbackObj): boolean;
16
+ export default function processBrand({ csfState, csfConfig, csfProps, csfCallbacks }: CSFThisObject, pFeedbackObj: SFFeedbackObj): boolean;
@@ -1,3 +1,5 @@
1
+ import { SFFieldType } from '../../types';
2
+ import { CSFThisObject } from '../types';
1
3
  /**
2
4
  * @param csfState - comes from initial, partial, implementation
3
5
  * @param csfConfig - comes from initial, partial, implementation
@@ -5,7 +7,4 @@
5
7
  * @param pFieldType -
6
8
  * @param doLog -
7
9
  */
8
- export declare function setFocusOnFrame({ csfState, csfConfig }: {
9
- csfState: any;
10
- csfConfig: any;
11
- }, pFieldType: string, doLog?: boolean): void;
10
+ export declare function setFocusOnFrame({ csfState, csfConfig }: CSFThisObject, pFieldType: SFFieldType, doLog?: boolean): void;
@@ -1,10 +1,7 @@
1
+ import { CSFThisObject } from '../types';
1
2
  /**
2
3
  * @param csfState - comes from initial, partial, implementation
3
4
  * @param csfProps - comes from initial, partial, implementation
4
5
  * @param csfCallbacks - comes from initial, partial, implementation
5
6
  */
6
- export default function validateForm({ csfState, csfProps, csfCallbacks }: {
7
- csfState: any;
8
- csfProps: any;
9
- csfCallbacks: any;
10
- }): void;
7
+ export default function validateForm({ csfState, csfProps, csfCallbacks }: CSFThisObject): void;
@@ -1,5 +1,5 @@
1
1
  import Language from '../../../../../language/Language';
2
- import { BrandStorageObject } from '../types';
2
+ import { BrandStorageObject, SecuredFields } from '../types';
3
3
  /**
4
4
  * Exposed functions that can be called on the CSF instance
5
5
  */
@@ -20,7 +20,7 @@ export interface CSFReturnObject {
20
20
  * Base interface for CSFSetupObject & CSFConfigObject
21
21
  *
22
22
  * These are the props that are passed from SFP when CSF is initialised but which also end up
23
- * as props in CSF->this.config: CSFConfigObject
23
+ * as props in CSF--this.config: CSFConfigObject
24
24
  */
25
25
  interface CSFCommonProps {
26
26
  allowedDOMAccess?: boolean | string;
@@ -40,7 +40,7 @@ interface CSFCommonProps {
40
40
  /**
41
41
  * The object sent when SecuredFieldsProvider initialises CSF
42
42
  *
43
- * The properties defined here are ones that will not end up on CSF->this.config
43
+ * The properties defined here are ones that will not end up on CSF--this.config
44
44
  */
45
45
  export interface CSFSetupObject extends CSFCommonProps {
46
46
  type: string;
@@ -91,7 +91,13 @@ export interface CSFStateObject {
91
91
  hasSeparateDateFields: boolean;
92
92
  currentFocusObject: string;
93
93
  registerFieldForIos: boolean;
94
- securedFields: object;
94
+ securedFields: SecuredFields;
95
95
  isKCP: boolean;
96
96
  }
97
+ export interface CSFThisObject {
98
+ csfState?: CSFStateObject;
99
+ csfConfig?: CSFConfigObject;
100
+ csfProps?: CSFSetupObject;
101
+ csfCallbacks?: CSFCallbacksConfig;
102
+ }
97
103
  export {};
@@ -1,2 +1,2 @@
1
- import { ShiftTabObject } from '../../../types';
2
- export declare function shiftTabACH(fieldType: any): ShiftTabObject;
1
+ import { SFFieldType, ShiftTabObject } from '../../../types';
2
+ export declare function shiftTabACH(fieldType: SFFieldType): ShiftTabObject;
@@ -1,2 +1,2 @@
1
- import { ShiftTabObject } from '../../../types';
2
- export declare function shiftTabCreditCard(fieldType: string, rootNode: HTMLElement, hasSeparateDateFields: boolean, numIframes: number): ShiftTabObject;
1
+ import { SFFieldType, ShiftTabObject } from '../../../types';
2
+ export declare function shiftTabCreditCard(fieldType: SFFieldType, rootNode: HTMLElement, hasSeparateDateFields: boolean, numIframes: number): ShiftTabObject;
@@ -1,2 +1,2 @@
1
- import { ShiftTabObject } from '../../../types';
2
- export declare function shiftTabGiftCard(fieldType: string, rootNode: HTMLElement): ShiftTabObject;
1
+ import { SFFieldType, ShiftTabObject } from '../../../types';
2
+ export declare function shiftTabGiftCard(fieldType: SFFieldType, rootNode: HTMLElement): ShiftTabObject;
@@ -1,2 +1,2 @@
1
- import { ShiftTabObject } from '../../../types';
2
- export declare function shiftTabKCP(fieldType: string, rootNode: HTMLElement, hasSeparateDateFields: boolean): ShiftTabObject;
1
+ import { SFFieldType, ShiftTabObject } from '../../../types';
2
+ export declare function shiftTabKCP(fieldType: SFFieldType, rootNode: HTMLElement, hasSeparateDateFields: boolean): ShiftTabObject;
@@ -1 +1,2 @@
1
1
  export declare const getPreviousTabbableNonSFElement: (passedFieldType: any, rootNode: any, getPrevious?: any) => any;
2
+ export declare const focusExternalField: (pAdditionalField: HTMLElement) => void;
@@ -16,6 +16,7 @@ export declare const DEFAULT_CARD_GROUP_TYPES: string[];
16
16
  export declare const NON_CREDIT_CARD_TYPE_SECURED_FIELDS: string[];
17
17
  export declare const CREDIT_CARD_SF_FIELDS: string[];
18
18
  export declare const OTHER_SF_FIELDS: string[];
19
+ /** A list of all the data-cse attributes that relate to securedFields (as found in card, giftcard or ach) */
19
20
  export declare const ALL_SECURED_FIELDS: string[];
20
21
  export declare const DEDICATED_CARD_COMPONENTS: string[];
21
22
  export declare const REQUIRED = "required";
@@ -43,3 +44,5 @@ export declare const BRAND_READABLE_NAME_MAP: {
43
44
  bcmc: string;
44
45
  bijcard: string;
45
46
  };
47
+ /** time within which we expect to receive a "configured" message from a securedField iframe, once it has registered as having loaded */
48
+ export declare const SF_CONFIG_TIMEOUT = 6000;
@@ -1,10 +1,22 @@
1
1
  import { BrandObject } from '../../../Card/types';
2
+ import SecuredField from './securedField/SecuredField';
2
3
  declare global {
3
4
  interface Window {
4
5
  _b$dl: boolean;
5
6
  mockBinCount: number;
6
7
  }
7
8
  }
9
+ export type SFFieldType = 'encryptedCardNumber' | 'encryptedExpiryDate' | 'encryptedExpiryMonth' | 'encryptedExpiryYear' | 'encryptedSecurityCode' | 'encryptedPassword' | 'encryptedBankAccountNumber' | 'encryptedBankLocationId';
10
+ export interface SecuredFields {
11
+ encryptedCardNumber?: SecuredField;
12
+ encryptedExpiryDate?: SecuredField;
13
+ encryptedExpiryMonth?: SecuredField;
14
+ encryptedExpiryYear?: SecuredField;
15
+ encryptedSecurityCode?: SecuredField;
16
+ encryptedPassword?: SecuredField;
17
+ encryptedBankAccountNumber?: SecuredField;
18
+ encryptedBankLocationId?: SecuredField;
19
+ }
8
20
  export interface BrandStorageObject {
9
21
  brand: string;
10
22
  cvcPolicy: CVCPolicyType;
@@ -142,7 +154,7 @@ export interface CbObjOnAdditionalSF {
142
154
  }
143
155
  export interface SFFeedbackObj {
144
156
  action: string;
145
- fieldType: string;
157
+ fieldType: SFFieldType;
146
158
  numKey: number;
147
159
  brand?: string;
148
160
  code?: string;
@@ -7,6 +7,7 @@ interface HttpOptions {
7
7
  method?: string;
8
8
  path: string;
9
9
  errorLevel?: ErrorLevel;
10
+ timeout?: number;
10
11
  }
11
12
  type ErrorLevel = 'silent' | 'info' | 'warn' | 'error' | 'fatal';
12
13
  export declare function http<T>(options: HttpOptions, data?: any): Promise<T>;
@@ -3,6 +3,7 @@
3
3
  * @param paymentData -
4
4
  * @param clientKey -
5
5
  * @param loadingContext -
6
+ * @param timeout - in milliseconds
6
7
  * @returns a promise containing the response of the call
7
8
  */
8
- export default function checkPaymentStatus(paymentData: any, clientKey: any, loadingContext: any): Promise<any>;
9
+ export default function checkPaymentStatus(paymentData: any, clientKey: any, loadingContext: any, timeout: any): Promise<any>;
@@ -3,8 +3,10 @@
3
3
  */
4
4
  export declare const FALLBACK_CONTEXT = "https://checkoutshopper-live.adyen.com/checkoutshopper/";
5
5
  export declare const GENERIC_OPTIONS: string[];
6
+ export declare const DEFAULT_HTTP_TIMEOUT = 60000;
6
7
  declare const _default: {
7
8
  FALLBACK_CONTEXT: string;
8
9
  GENERIC_OPTIONS: string[];
10
+ DEFAULT_HTTP_TIMEOUT: number;
9
11
  };
10
12
  export default _default;
@@ -307,4 +307,10 @@ export declare const defaultTranslation: {
307
307
  "ancv.confirmPayment": string;
308
308
  "ancv.form.instruction": string;
309
309
  "ancv.beneficiaryId.invalid": string;
310
+ "payme.openPayMeApp": string;
311
+ "payme.redirectButtonLabel": string;
312
+ "payme.scanQrCode": string;
313
+ "payme.timeToPay": string;
314
+ "payme.instructions.steps": string;
315
+ "payme.instructions.footnote": string;
310
316
  };