@yuno-payments/dashboard-api-mfe 0.36.60-RC.8 → 0.36.60-RC.9

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.
@@ -113,8 +113,9 @@ export declare namespace Audit {
113
113
  start_date: string;
114
114
  end_date: string;
115
115
  time_zone: string;
116
- method?: string;
117
116
  organizationCode?: string;
117
+ status_codes?: string[];
118
+ methods?: string[];
118
119
  }
119
120
  interface AuditApiJSON {
120
121
  [key: string]: string;