@yuno-payments/dashboard-api-mfe 0.36.32 → 0.36.33
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/build/cjs/index.js +4 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/types/checkout/styling/styling.d.ts +7 -1
- package/build/esm/index.js +4 -4
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/types/checkout/styling/styling.d.ts +7 -1
- package/build/index.d.ts +7 -1
- package/package.json +1 -1
|
@@ -109,6 +109,12 @@ export declare namespace StylingSettings {
|
|
|
109
109
|
hide_pay_button?: boolean;
|
|
110
110
|
render_mode?: RenderMode;
|
|
111
111
|
};
|
|
112
|
+
payment_method_list?: {
|
|
113
|
+
unfolded_display?: boolean;
|
|
114
|
+
preselected_payment_method?: boolean;
|
|
115
|
+
condensed_checkout_view?: boolean;
|
|
116
|
+
edit_payment_method_list?: boolean;
|
|
117
|
+
};
|
|
112
118
|
};
|
|
113
119
|
}
|
|
114
120
|
interface UpdateSettingsResponse extends UpdateSettings {
|
|
@@ -123,7 +129,7 @@ export declare namespace StylingSettings {
|
|
|
123
129
|
}
|
|
124
130
|
export declare enum RenderMode {
|
|
125
131
|
MODAL = "MODAL",
|
|
126
|
-
|
|
132
|
+
RENDER = "RENDER"
|
|
127
133
|
}
|
|
128
134
|
export declare enum VisualizationMode {
|
|
129
135
|
ONE_STEP = "ONE_STEP",
|