sowhat-types 2.0.161 → 2.0.162
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/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -881,19 +881,19 @@ interface UserStatisticsResponse {
|
|
|
881
881
|
interface AnonymousUserResponse {
|
|
882
882
|
id: string;
|
|
883
883
|
clerkId: string;
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
884
|
+
totalRealEstatesValue: number;
|
|
885
|
+
totalMobilitiesValue: number;
|
|
886
|
+
totalCryptocurrenciesValue: number;
|
|
887
|
+
totalStockExchangesValue: number;
|
|
888
|
+
totalOtherAssetsValue: number;
|
|
889
889
|
totalCheckingBankAccounts: number;
|
|
890
890
|
totalCheckingBankAccountsBalance: number;
|
|
891
891
|
totalSavingsBankAccounts: number;
|
|
892
892
|
totalSavingsBankAccountsBalance: number;
|
|
893
|
-
|
|
894
|
-
|
|
893
|
+
totalLoans: number;
|
|
894
|
+
totalLoansBalance: number;
|
|
895
895
|
currency: string;
|
|
896
|
-
createdAt:
|
|
896
|
+
createdAt: Date;
|
|
897
897
|
}
|
|
898
898
|
|
|
899
899
|
interface UserConsentResponse {
|
package/dist/index.d.ts
CHANGED
|
@@ -881,19 +881,19 @@ interface UserStatisticsResponse {
|
|
|
881
881
|
interface AnonymousUserResponse {
|
|
882
882
|
id: string;
|
|
883
883
|
clerkId: string;
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
884
|
+
totalRealEstatesValue: number;
|
|
885
|
+
totalMobilitiesValue: number;
|
|
886
|
+
totalCryptocurrenciesValue: number;
|
|
887
|
+
totalStockExchangesValue: number;
|
|
888
|
+
totalOtherAssetsValue: number;
|
|
889
889
|
totalCheckingBankAccounts: number;
|
|
890
890
|
totalCheckingBankAccountsBalance: number;
|
|
891
891
|
totalSavingsBankAccounts: number;
|
|
892
892
|
totalSavingsBankAccountsBalance: number;
|
|
893
|
-
|
|
894
|
-
|
|
893
|
+
totalLoans: number;
|
|
894
|
+
totalLoansBalance: number;
|
|
895
895
|
currency: string;
|
|
896
|
-
createdAt:
|
|
896
|
+
createdAt: Date;
|
|
897
897
|
}
|
|
898
898
|
|
|
899
899
|
interface UserConsentResponse {
|