@yuno-payments/dashboard-api-mfe 2.12.0 → 2.13.0

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.
@@ -220,6 +220,7 @@ export interface ListSubscriptionsParams {
220
220
  countries?: string[];
221
221
  currencies?: string[];
222
222
  payment_method_types?: string[];
223
+ in_trial?: boolean;
223
224
  page?: number;
224
225
  size?: number;
225
226
  merchant_reference?: string;
@@ -10,6 +10,8 @@ export interface InsightsFraudParams {
10
10
  new_version: boolean;
11
11
  payment_statuses: string;
12
12
  card_brand: string;
13
+ /** Date anchor for the chargebacks widgets: 'PAYMENT' | 'CHARGEBACK' */
14
+ chargeback_date?: string;
13
15
  }
14
16
  /**
15
17
  * Body shape sent to datalake-ms /insights/* endpoints.
@@ -31,6 +33,7 @@ export interface InsightsFraudBody {
31
33
  card_brand?: string[];
32
34
  source?: string;
33
35
  new_version?: boolean;
36
+ chargebacks_filtered_date?: string;
34
37
  }
35
38
  export interface PeriodicityRecord {
36
39
  [key: string]: number;
@@ -50,7 +50,6 @@ export declare namespace User {
50
50
  }
51
51
  interface UserSettings extends UserSettingsTable {
52
52
  language: string;
53
- mfa_active: boolean;
54
53
  timezone: Timezone;
55
54
  viewed_tutorials: string[];
56
55
  theme?: {