@yuno-payments/dashboard-api-mfe 0.36.20-CORECM-11508.6 → 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;
@@ -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;
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;
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.6",
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",