@adyen/adyen-web 5.55.0 → 5.55.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.js +1 -1
- package/dist/adyen.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es.modern/index.js +1 -1
- package/dist/types/components/Ach/Ach.d.ts +1 -0
- package/dist/types/components/BcmcMobile/BcmcMobile.d.ts +1 -0
- package/dist/types/components/Card/Bancontact.d.ts +1 -0
- package/dist/types/components/Card/Card.d.ts +1 -0
- package/dist/types/components/CashAppPay/CashAppPay.d.ts +1 -0
- package/dist/types/components/ClickToPay/ClickToPay.d.ts +1 -0
- package/dist/types/components/Dragonpay/Dragonpay.d.ts +1 -0
- package/dist/types/components/Dropin/Dropin.d.ts +1 -0
- package/dist/types/components/DuitNow/DuitNow.d.ts +1 -0
- package/dist/types/components/PayNow/PayNow.d.ts +1 -0
- package/dist/types/components/PromptPay/PromptPay.d.ts +1 -0
- package/dist/types/components/Swish/Swish.d.ts +1 -0
- package/dist/types/components/WeChat/WeChat.d.ts +1 -0
- package/dist/types/components/types.d.ts +6 -0
- package/package.json +1 -1
|
@@ -34,6 +34,7 @@ export declare class AchElement extends UIElement<AchElementProps> {
|
|
|
34
34
|
loadingContext?: string;
|
|
35
35
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => UIElement<any>;
|
|
36
36
|
clientKey?: string;
|
|
37
|
+
paymentMethodType?: string;
|
|
37
38
|
elementRef?: any;
|
|
38
39
|
i18n?: import("../../language").default;
|
|
39
40
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -35,6 +35,7 @@ declare class BCMCMobileElement extends QRLoaderContainer {
|
|
|
35
35
|
loadingContext?: string;
|
|
36
36
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => import("../UIElement").UIElement<any>;
|
|
37
37
|
clientKey?: string;
|
|
38
|
+
paymentMethodType?: string;
|
|
38
39
|
elementRef?: any;
|
|
39
40
|
i18n?: import("../../language").default;
|
|
40
41
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -93,6 +93,7 @@ declare class BancontactElement extends CardElement {
|
|
|
93
93
|
loadingContext?: string;
|
|
94
94
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => import("../UIElement").UIElement<any>;
|
|
95
95
|
clientKey?: string;
|
|
96
|
+
paymentMethodType?: string;
|
|
96
97
|
elementRef?: any;
|
|
97
98
|
i18n?: import("../../language").default;
|
|
98
99
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -105,6 +105,7 @@ export declare class CardElement extends UIElement<CardElementProps> {
|
|
|
105
105
|
loadingContext?: string;
|
|
106
106
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => UIElement<any>;
|
|
107
107
|
clientKey?: string;
|
|
108
|
+
paymentMethodType?: string;
|
|
108
109
|
elementRef?: any;
|
|
109
110
|
i18n?: import("../../language").default;
|
|
110
111
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -56,6 +56,7 @@ export declare class CashAppPay extends UIElement<CashAppPayElementProps> {
|
|
|
56
56
|
loadingContext?: string;
|
|
57
57
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => UIElement<any>;
|
|
58
58
|
clientKey?: string;
|
|
59
|
+
paymentMethodType?: string;
|
|
59
60
|
elementRef?: any;
|
|
60
61
|
i18n?: import("../../language").default;
|
|
61
62
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -38,6 +38,7 @@ export declare class ClickToPayElement extends UIElement<ClickToPayElementProps>
|
|
|
38
38
|
loadingContext?: string;
|
|
39
39
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => UIElement<any>;
|
|
40
40
|
clientKey?: string;
|
|
41
|
+
paymentMethodType?: string;
|
|
41
42
|
elementRef?: any;
|
|
42
43
|
i18n?: import("../../language").default;
|
|
43
44
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -43,6 +43,7 @@ export declare class DragonpayElement extends UIElement<DragonpayElementProps> {
|
|
|
43
43
|
payButton?: (options: import("../types").PayButtonFunctionProps) => h.JSX.Element;
|
|
44
44
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => UIElement<any>;
|
|
45
45
|
clientKey?: string;
|
|
46
|
+
paymentMethodType?: string;
|
|
46
47
|
elementRef?: any;
|
|
47
48
|
_parentInstance?: import("../../core/core").default;
|
|
48
49
|
order?: import("../../types").Order;
|
|
@@ -69,6 +69,7 @@ declare class DropinElement extends UIElement<DropinElementProps> {
|
|
|
69
69
|
loadingContext?: string;
|
|
70
70
|
createFromAction?: (action: PaymentAction, props: object) => UIElement<any>;
|
|
71
71
|
clientKey?: string;
|
|
72
|
+
paymentMethodType?: string;
|
|
72
73
|
elementRef?: any;
|
|
73
74
|
i18n?: import("../../language").default;
|
|
74
75
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -35,6 +35,7 @@ declare class DuitNowElement extends QRLoaderContainer {
|
|
|
35
35
|
loadingContext?: string;
|
|
36
36
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => import("../UIElement").UIElement<any>;
|
|
37
37
|
clientKey?: string;
|
|
38
|
+
paymentMethodType?: string;
|
|
38
39
|
elementRef?: any;
|
|
39
40
|
i18n?: import("../../language").default;
|
|
40
41
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -35,6 +35,7 @@ declare class PayNowElement extends QRLoaderContainer {
|
|
|
35
35
|
loadingContext?: string;
|
|
36
36
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => import("../UIElement").UIElement<any>;
|
|
37
37
|
clientKey?: string;
|
|
38
|
+
paymentMethodType?: string;
|
|
38
39
|
elementRef?: any;
|
|
39
40
|
i18n?: import("../../language").default;
|
|
40
41
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -35,6 +35,7 @@ declare class PromptPayElement extends QRLoaderContainer {
|
|
|
35
35
|
loadingContext?: string;
|
|
36
36
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => import("../UIElement").UIElement<any>;
|
|
37
37
|
clientKey?: string;
|
|
38
|
+
paymentMethodType?: string;
|
|
38
39
|
elementRef?: any;
|
|
39
40
|
i18n?: import("../../language").default;
|
|
40
41
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -35,6 +35,7 @@ declare class SwishElement extends QRLoaderContainer {
|
|
|
35
35
|
loadingContext?: string;
|
|
36
36
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => import("../UIElement").UIElement<any>;
|
|
37
37
|
clientKey?: string;
|
|
38
|
+
paymentMethodType?: string;
|
|
38
39
|
elementRef?: any;
|
|
39
40
|
i18n?: import("../../language").default;
|
|
40
41
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -35,6 +35,7 @@ declare class WeChatPayElement extends QRLoaderContainer {
|
|
|
35
35
|
loadingContext?: string;
|
|
36
36
|
createFromAction?: (action: import("../../types").PaymentAction, props: object) => import("../UIElement").UIElement<any>;
|
|
37
37
|
clientKey?: string;
|
|
38
|
+
paymentMethodType?: string;
|
|
38
39
|
elementRef?: any;
|
|
39
40
|
i18n?: import("../../language").default;
|
|
40
41
|
_parentInstance?: import("../../core/core").default;
|
|
@@ -127,6 +127,12 @@ export interface UIElementProps extends BaseElementProps {
|
|
|
127
127
|
createFromAction?: (action: PaymentAction, props: object) => UIElement;
|
|
128
128
|
/** @internal */
|
|
129
129
|
clientKey?: string;
|
|
130
|
+
/**
|
|
131
|
+
* Returned after the payments call, when an action is returned. It represents the payment method tx variant
|
|
132
|
+
* that was used for the payment
|
|
133
|
+
* @internal
|
|
134
|
+
*/
|
|
135
|
+
paymentMethodType?: string;
|
|
130
136
|
/** @internal */
|
|
131
137
|
elementRef?: any;
|
|
132
138
|
/** @internal */
|
package/package.json
CHANGED