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

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.
@@ -28,6 +28,7 @@ export declare namespace AI {
28
28
  order_id: string;
29
29
  payment_id: string;
30
30
  status: string;
31
+ sub_status: string;
31
32
  destination_phone: string | null;
32
33
  duration: number;
33
34
  country: string;
package/build/index.d.ts CHANGED
@@ -3734,6 +3734,7 @@ declare namespace AI {
3734
3734
  order_id: string;
3735
3735
  payment_id: string;
3736
3736
  status: string;
3737
+ sub_status: string;
3737
3738
  destination_phone: string | null;
3738
3739
  duration: number;
3739
3740
  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.1",
3
+ "version": "0.36.53-beta.2",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",