@yuno-payments/dashboard-api-mfe 0.36.20-CORECM-11508.5 → 0.36.20-CORECM-11508.7

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.
@@ -106,8 +106,8 @@ export declare namespace StylingSettings {
106
106
  };
107
107
  settings: {
108
108
  sdk_type?: {
109
- web?: string;
110
- mobile?: string;
109
+ web?: 'SEAMLESS' | 'FULL';
110
+ mobile?: 'SEAMLESS' | 'FULL';
111
111
  };
112
112
  card?: {
113
113
  save_on_success?: boolean;
@@ -129,11 +129,11 @@ export declare namespace StylingSettings {
129
129
  }[];
130
130
  }
131
131
  }
132
- export interface VisualizationMode {
133
- ONE_STEP: 'ONE_STEP';
134
- STEP_BY_STEP: 'STEP_BY_STEP';
132
+ export declare enum RenderMode {
133
+ MODAL = "MODAL",
134
+ UNFOLDED = "UNFOLDED"
135
135
  }
136
- export interface RenderMode {
137
- DEFAULT: 'DEFAULT';
138
- FULL_SCREEN: 'FULL_SCREEN';
136
+ export declare enum VisualizationMode {
137
+ ONE_STEP = "ONE_STEP",
138
+ STEP_BY_STEP = "STEP_BY_STEP"
139
139
  }
@@ -106,8 +106,8 @@ export declare namespace StylingSettings {
106
106
  };
107
107
  settings: {
108
108
  sdk_type?: {
109
- web?: string;
110
- mobile?: string;
109
+ web?: 'SEAMLESS' | 'FULL';
110
+ mobile?: 'SEAMLESS' | 'FULL';
111
111
  };
112
112
  card?: {
113
113
  save_on_success?: boolean;
@@ -129,11 +129,11 @@ export declare namespace StylingSettings {
129
129
  }[];
130
130
  }
131
131
  }
132
- export interface VisualizationMode {
133
- ONE_STEP: 'ONE_STEP';
134
- STEP_BY_STEP: 'STEP_BY_STEP';
132
+ export declare enum RenderMode {
133
+ MODAL = "MODAL",
134
+ UNFOLDED = "UNFOLDED"
135
135
  }
136
- export interface RenderMode {
137
- DEFAULT: 'DEFAULT';
138
- FULL_SCREEN: 'FULL_SCREEN';
136
+ export declare enum VisualizationMode {
137
+ ONE_STEP = "ONE_STEP",
138
+ STEP_BY_STEP = "STEP_BY_STEP"
139
139
  }
package/build/index.d.ts CHANGED
@@ -3771,8 +3771,8 @@ declare namespace StylingSettings {
3771
3771
  };
3772
3772
  settings: {
3773
3773
  sdk_type?: {
3774
- web?: string;
3775
- mobile?: string;
3774
+ web?: 'SEAMLESS' | 'FULL';
3775
+ mobile?: 'SEAMLESS' | 'FULL';
3776
3776
  };
3777
3777
  card?: {
3778
3778
  save_on_success?: boolean;
@@ -3794,13 +3794,13 @@ declare namespace StylingSettings {
3794
3794
  }[];
3795
3795
  }
3796
3796
  }
3797
- interface VisualizationMode {
3798
- ONE_STEP: 'ONE_STEP';
3799
- STEP_BY_STEP: 'STEP_BY_STEP';
3797
+ declare enum RenderMode {
3798
+ MODAL = "MODAL",
3799
+ UNFOLDED = "UNFOLDED"
3800
3800
  }
3801
- interface RenderMode {
3802
- DEFAULT: 'DEFAULT';
3803
- FULL_SCREEN: 'FULL_SCREEN';
3801
+ declare enum VisualizationMode {
3802
+ ONE_STEP = "ONE_STEP",
3803
+ STEP_BY_STEP = "STEP_BY_STEP"
3804
3804
  }
3805
3805
 
3806
3806
  declare function useUpdateStylingTheme(): _tanstack_react_query.UseMutationResult<unknown, unknown, Styling.UpdateStylingThemeParams, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.20-CORECM-11508.5",
3
+ "version": "0.36.20-CORECM-11508.7",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",