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

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,6 +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
68
  destination_phone: string | null;
68
69
  duration: number;
69
70
  country: string;
package/build/index.d.ts CHANGED
@@ -3770,6 +3770,7 @@ declare namespace AI {
3770
3770
  order_id: string;
3771
3771
  payment_id: string;
3772
3772
  status: string;
3773
+ sub_status: string;
3773
3774
  destination_phone: string | null;
3774
3775
  duration: number;
3775
3776
  country: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.53-beta.2",
3
+ "version": "0.36.53-beta.3",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",