@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.
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?: {
|