@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.
@@ -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
@@ -25,7 +25,7 @@
25
25
  "./dist/es/adyen.css": "./dist/es/adyen.css",
26
26
  "./package.json": "./package.json"
27
27
  },
28
- "version": "5.55.0",
28
+ "version": "5.55.1",
29
29
  "license": "MIT",
30
30
  "homepage": "https://docs.adyen.com/checkout",
31
31
  "repository": "github:Adyen/adyen-web",