@synsci/sdk 2.0.60 → 2.0.61
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.
|
@@ -7405,6 +7405,8 @@ export type SettingsWalletGetResponses = {
|
|
|
7405
7405
|
200: {
|
|
7406
7406
|
signedIn: boolean;
|
|
7407
7407
|
balanceUsd: number | null;
|
|
7408
|
+
balanceRedacted?: boolean;
|
|
7409
|
+
accessVerified?: boolean;
|
|
7408
7410
|
billingMode: "managed" | "byok" | null;
|
|
7409
7411
|
managedSupported: boolean;
|
|
7410
7412
|
managedUnlocked: boolean;
|