@yuno-payments/dashboard-api-mfe 2.12.0 → 2.13.0-trialing-beta.1

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;
@@ -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?: {
@@ -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;
@@ -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?: {
package/build/index.d.ts CHANGED
@@ -414,6 +414,7 @@ interface ListSubscriptionsParams {
414
414
  countries?: string[];
415
415
  currencies?: string[];
416
416
  payment_method_types?: string[];
417
+ in_trial?: boolean;
417
418
  page?: number;
418
419
  size?: number;
419
420
  merchant_reference?: string;
@@ -1493,7 +1494,6 @@ declare namespace User {
1493
1494
  }
1494
1495
  interface UserSettings extends UserSettingsTable {
1495
1496
  language: string;
1496
- mfa_active: boolean;
1497
1497
  timezone: Timezone;
1498
1498
  viewed_tutorials: string[];
1499
1499
  theme?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "2.12.0",
3
+ "version": "2.13.0-trialing-beta.1",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",