@yuno-payments/dashboard-api-mfe 0.36.60-RC.4 → 0.36.60-RC.6
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,11 +109,11 @@ export declare namespace Audit {
|
|
|
109
109
|
}
|
|
110
110
|
interface ExportApiLogsRequest {
|
|
111
111
|
report_name: string;
|
|
112
|
-
account_code
|
|
112
|
+
account_code?: string;
|
|
113
113
|
start_date: string;
|
|
114
114
|
end_date: string;
|
|
115
115
|
time_zone: string;
|
|
116
|
-
method?: string
|
|
116
|
+
method?: string;
|
|
117
117
|
organizationCode?: string;
|
|
118
118
|
}
|
|
119
119
|
interface AuditApiJSON {
|
|
@@ -144,19 +144,19 @@ 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
|
-
status_codes?: string
|
|
150
|
-
methods?: string
|
|
149
|
+
status_codes?: string;
|
|
150
|
+
methods?: string;
|
|
151
151
|
}
|
|
152
152
|
interface AuditWebhooksParams {
|
|
153
153
|
page: number;
|
|
154
154
|
size: number;
|
|
155
155
|
organizationCode?: string;
|
|
156
156
|
periodicity?: string;
|
|
157
|
-
account_code?: string
|
|
158
|
-
status_codes?: string
|
|
159
|
-
methods?: string
|
|
157
|
+
account_code?: string;
|
|
158
|
+
status_codes?: string;
|
|
159
|
+
methods?: string;
|
|
160
160
|
}
|
|
161
161
|
interface AuditWebhooks {
|
|
162
162
|
id: number;
|
|
@@ -109,11 +109,11 @@ export declare namespace Audit {
|
|
|
109
109
|
}
|
|
110
110
|
interface ExportApiLogsRequest {
|
|
111
111
|
report_name: string;
|
|
112
|
-
account_code
|
|
112
|
+
account_code?: string;
|
|
113
113
|
start_date: string;
|
|
114
114
|
end_date: string;
|
|
115
115
|
time_zone: string;
|
|
116
|
-
method?: string
|
|
116
|
+
method?: string;
|
|
117
117
|
organizationCode?: string;
|
|
118
118
|
}
|
|
119
119
|
interface AuditApiJSON {
|
|
@@ -144,19 +144,19 @@ 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
|
-
status_codes?: string
|
|
150
|
-
methods?: string
|
|
149
|
+
status_codes?: string;
|
|
150
|
+
methods?: string;
|
|
151
151
|
}
|
|
152
152
|
interface AuditWebhooksParams {
|
|
153
153
|
page: number;
|
|
154
154
|
size: number;
|
|
155
155
|
organizationCode?: string;
|
|
156
156
|
periodicity?: string;
|
|
157
|
-
account_code?: string
|
|
158
|
-
status_codes?: string
|
|
159
|
-
methods?: string
|
|
157
|
+
account_code?: string;
|
|
158
|
+
status_codes?: string;
|
|
159
|
+
methods?: string;
|
|
160
160
|
}
|
|
161
161
|
interface AuditWebhooks {
|
|
162
162
|
id: number;
|
package/build/index.d.ts
CHANGED
|
@@ -3650,11 +3650,11 @@ declare namespace Audit {
|
|
|
3650
3650
|
}
|
|
3651
3651
|
interface ExportApiLogsRequest {
|
|
3652
3652
|
report_name: string;
|
|
3653
|
-
account_code
|
|
3653
|
+
account_code?: string;
|
|
3654
3654
|
start_date: string;
|
|
3655
3655
|
end_date: string;
|
|
3656
3656
|
time_zone: string;
|
|
3657
|
-
method?: string
|
|
3657
|
+
method?: string;
|
|
3658
3658
|
organizationCode?: string;
|
|
3659
3659
|
}
|
|
3660
3660
|
interface AuditApiJSON {
|
|
@@ -3685,19 +3685,19 @@ 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
|
-
status_codes?: string
|
|
3691
|
-
methods?: string
|
|
3690
|
+
status_codes?: string;
|
|
3691
|
+
methods?: string;
|
|
3692
3692
|
}
|
|
3693
3693
|
interface AuditWebhooksParams {
|
|
3694
3694
|
page: number;
|
|
3695
3695
|
size: number;
|
|
3696
3696
|
organizationCode?: string;
|
|
3697
3697
|
periodicity?: string;
|
|
3698
|
-
account_code?: string
|
|
3699
|
-
status_codes?: string
|
|
3700
|
-
methods?: string
|
|
3698
|
+
account_code?: string;
|
|
3699
|
+
status_codes?: string;
|
|
3700
|
+
methods?: string;
|
|
3701
3701
|
}
|
|
3702
3702
|
interface AuditWebhooks {
|
|
3703
3703
|
id: number;
|