@yuno-payments/dashboard-api-mfe 0.36.43 → 0.36.45

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.
@@ -102,6 +102,7 @@ export declare namespace StylingSettings {
102
102
  mobile?: 'SEAMLESS' | 'FULL';
103
103
  };
104
104
  card?: {
105
+ enable_ocr?: boolean;
105
106
  save_on_success?: boolean;
106
107
  visualization_mode?: VisualizationMode;
107
108
  };
@@ -102,6 +102,7 @@ export declare namespace StylingSettings {
102
102
  mobile?: 'SEAMLESS' | 'FULL';
103
103
  };
104
104
  card?: {
105
+ enable_ocr?: boolean;
105
106
  save_on_success?: boolean;
106
107
  visualization_mode?: VisualizationMode;
107
108
  };
package/build/index.d.ts CHANGED
@@ -4007,6 +4007,7 @@ declare namespace StylingSettings {
4007
4007
  mobile?: 'SEAMLESS' | 'FULL';
4008
4008
  };
4009
4009
  card?: {
4010
+ enable_ocr?: boolean;
4010
4011
  save_on_success?: boolean;
4011
4012
  visualization_mode?: VisualizationMode;
4012
4013
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.43",
3
+ "version": "0.36.45",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",