@yuno-payments/dashboard-api-mfe 0.36.53-beta.3 → 0.36.54

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.
@@ -64,7 +64,7 @@ export declare namespace AI {
64
64
  order_id: string;
65
65
  payment_id: string;
66
66
  status: string;
67
- sub_status: string;
67
+ sub_status?: string;
68
68
  destination_phone: string | null;
69
69
  duration: number;
70
70
  country: string;
@@ -105,6 +105,7 @@ export declare namespace StylingSettings {
105
105
  enable_ocr?: boolean;
106
106
  save_on_success?: boolean;
107
107
  visualization_mode?: VisualizationMode;
108
+ credit_card_only_processing?: boolean;
108
109
  };
109
110
  web_sdk?: {
110
111
  hide_pay_button?: boolean;
@@ -64,7 +64,7 @@ export declare namespace AI {
64
64
  order_id: string;
65
65
  payment_id: string;
66
66
  status: string;
67
- sub_status: string;
67
+ sub_status?: string;
68
68
  destination_phone: string | null;
69
69
  duration: number;
70
70
  country: string;
@@ -105,6 +105,7 @@ export declare namespace StylingSettings {
105
105
  enable_ocr?: boolean;
106
106
  save_on_success?: boolean;
107
107
  visualization_mode?: VisualizationMode;
108
+ credit_card_only_processing?: boolean;
108
109
  };
109
110
  web_sdk?: {
110
111
  hide_pay_button?: boolean;
package/build/index.d.ts CHANGED
@@ -3770,7 +3770,7 @@ declare namespace AI {
3770
3770
  order_id: string;
3771
3771
  payment_id: string;
3772
3772
  status: string;
3773
- sub_status: string;
3773
+ sub_status?: string;
3774
3774
  destination_phone: string | null;
3775
3775
  duration: number;
3776
3776
  country: string;
@@ -4027,6 +4027,7 @@ declare namespace StylingSettings {
4027
4027
  enable_ocr?: boolean;
4028
4028
  save_on_success?: boolean;
4029
4029
  visualization_mode?: VisualizationMode;
4030
+ credit_card_only_processing?: boolean;
4030
4031
  };
4031
4032
  web_sdk?: {
4032
4033
  hide_pay_button?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.53-beta.3",
3
+ "version": "0.36.54",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",