squarefi-bff-api-module 1.32.30 → 1.32.31
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.
|
@@ -2097,6 +2097,7 @@ export declare namespace API {
|
|
|
2097
2097
|
interface Wallet {
|
|
2098
2098
|
uuid: string;
|
|
2099
2099
|
logo_url: string | null;
|
|
2100
|
+
name: string | null;
|
|
2100
2101
|
created_at: string;
|
|
2101
2102
|
fiat_total: number;
|
|
2102
2103
|
crypto_total: number;
|
|
@@ -2118,6 +2119,7 @@ export declare namespace API {
|
|
|
2118
2119
|
interface WalletsListItem {
|
|
2119
2120
|
logo_url: string | null;
|
|
2120
2121
|
uuid: string;
|
|
2122
|
+
name: string | null;
|
|
2121
2123
|
created_at: string;
|
|
2122
2124
|
role: API.Wallets.Wallet.WalletRole;
|
|
2123
2125
|
kyc_info: API.Wallets.Wallet.WalletKYCInfo;
|