squarefi-bff-api-module 1.30.9 → 1.30.10
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.
|
@@ -1955,6 +1955,8 @@ export declare namespace API {
|
|
|
1955
1955
|
created_at: string;
|
|
1956
1956
|
wallet_id: string;
|
|
1957
1957
|
status: string;
|
|
1958
|
+
balance: number;
|
|
1959
|
+
total_balance: number;
|
|
1958
1960
|
account_currency: API.Currencies.Currency;
|
|
1959
1961
|
va_programs_id: string;
|
|
1960
1962
|
destination_currency: API.Currencies.Currency;
|
package/package.json
CHANGED
package/src/api/types/types.ts
CHANGED
|
@@ -2476,6 +2476,8 @@ export namespace API {
|
|
|
2476
2476
|
created_at: string;
|
|
2477
2477
|
wallet_id: string;
|
|
2478
2478
|
status: string;
|
|
2479
|
+
balance: number;
|
|
2480
|
+
total_balance: number;
|
|
2479
2481
|
account_currency: API.Currencies.Currency;
|
|
2480
2482
|
va_programs_id: string;
|
|
2481
2483
|
destination_currency: API.Currencies.Currency;
|