@yuno-payments/dashboard-api-mfe 0.36.60-RC.6 → 0.36.60-RC.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.
|
@@ -109,7 +109,7 @@ export declare namespace Audit {
|
|
|
109
109
|
}
|
|
110
110
|
interface ExportApiLogsRequest {
|
|
111
111
|
report_name: string;
|
|
112
|
-
account_code?: string;
|
|
112
|
+
account_code?: string[];
|
|
113
113
|
start_date: string;
|
|
114
114
|
end_date: string;
|
|
115
115
|
time_zone: string;
|
|
@@ -144,7 +144,7 @@ export declare namespace Audit {
|
|
|
144
144
|
page: number;
|
|
145
145
|
size: number;
|
|
146
146
|
periodicity?: string;
|
|
147
|
-
account_code?: string;
|
|
147
|
+
account_code?: string[];
|
|
148
148
|
organizationCode?: string;
|
|
149
149
|
status_codes?: string;
|
|
150
150
|
methods?: string;
|
|
@@ -154,7 +154,7 @@ export declare namespace Audit {
|
|
|
154
154
|
size: number;
|
|
155
155
|
organizationCode?: string;
|
|
156
156
|
periodicity?: string;
|
|
157
|
-
account_code?: string;
|
|
157
|
+
account_code?: string[];
|
|
158
158
|
status_codes?: string;
|
|
159
159
|
methods?: string;
|
|
160
160
|
}
|
|
@@ -109,7 +109,7 @@ export declare namespace Audit {
|
|
|
109
109
|
}
|
|
110
110
|
interface ExportApiLogsRequest {
|
|
111
111
|
report_name: string;
|
|
112
|
-
account_code?: string;
|
|
112
|
+
account_code?: string[];
|
|
113
113
|
start_date: string;
|
|
114
114
|
end_date: string;
|
|
115
115
|
time_zone: string;
|
|
@@ -144,7 +144,7 @@ export declare namespace Audit {
|
|
|
144
144
|
page: number;
|
|
145
145
|
size: number;
|
|
146
146
|
periodicity?: string;
|
|
147
|
-
account_code?: string;
|
|
147
|
+
account_code?: string[];
|
|
148
148
|
organizationCode?: string;
|
|
149
149
|
status_codes?: string;
|
|
150
150
|
methods?: string;
|
|
@@ -154,7 +154,7 @@ export declare namespace Audit {
|
|
|
154
154
|
size: number;
|
|
155
155
|
organizationCode?: string;
|
|
156
156
|
periodicity?: string;
|
|
157
|
-
account_code?: string;
|
|
157
|
+
account_code?: string[];
|
|
158
158
|
status_codes?: string;
|
|
159
159
|
methods?: string;
|
|
160
160
|
}
|
package/build/index.d.ts
CHANGED
|
@@ -3650,7 +3650,7 @@ declare namespace Audit {
|
|
|
3650
3650
|
}
|
|
3651
3651
|
interface ExportApiLogsRequest {
|
|
3652
3652
|
report_name: string;
|
|
3653
|
-
account_code?: string;
|
|
3653
|
+
account_code?: string[];
|
|
3654
3654
|
start_date: string;
|
|
3655
3655
|
end_date: string;
|
|
3656
3656
|
time_zone: string;
|
|
@@ -3685,7 +3685,7 @@ declare namespace Audit {
|
|
|
3685
3685
|
page: number;
|
|
3686
3686
|
size: number;
|
|
3687
3687
|
periodicity?: string;
|
|
3688
|
-
account_code?: string;
|
|
3688
|
+
account_code?: string[];
|
|
3689
3689
|
organizationCode?: string;
|
|
3690
3690
|
status_codes?: string;
|
|
3691
3691
|
methods?: string;
|
|
@@ -3695,7 +3695,7 @@ declare namespace Audit {
|
|
|
3695
3695
|
size: number;
|
|
3696
3696
|
organizationCode?: string;
|
|
3697
3697
|
periodicity?: string;
|
|
3698
|
-
account_code?: string;
|
|
3698
|
+
account_code?: string[];
|
|
3699
3699
|
status_codes?: string;
|
|
3700
3700
|
methods?: string;
|
|
3701
3701
|
}
|