@yuno-payments/dashboard-api-mfe 0.36.53-beta.1 → 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.
|
@@ -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;
|
|
@@ -63,6 +64,7 @@ export declare namespace AI {
|
|
|
63
64
|
order_id: string;
|
|
64
65
|
payment_id: string;
|
|
65
66
|
status: string;
|
|
67
|
+
sub_status: string;
|
|
66
68
|
destination_phone: string | null;
|
|
67
69
|
duration: number;
|
|
68
70
|
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;
|
|
@@ -3769,6 +3770,7 @@ declare namespace AI {
|
|
|
3769
3770
|
order_id: string;
|
|
3770
3771
|
payment_id: string;
|
|
3771
3772
|
status: string;
|
|
3773
|
+
sub_status: string;
|
|
3772
3774
|
destination_phone: string | null;
|
|
3773
3775
|
duration: number;
|
|
3774
3776
|
country: string;
|