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 CHANGED
@@ -881,19 +881,19 @@ interface UserStatisticsResponse {
881
881
  interface AnonymousUserResponse {
882
882
  id: string;
883
883
  clerkId: string;
884
- totalRealEstateValue: number;
885
- totalMobilityValue: number;
886
- totalCryptocurrencyValue: number;
887
- totalStockExchangeValue: number;
888
- totalOtherAssetValue: number;
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
- totalLoanBankAccounts: number;
894
- totalLoanBankAccountsBalance: number;
893
+ totalLoans: number;
894
+ totalLoansBalance: number;
895
895
  currency: string;
896
- createdAt: string;
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
- totalRealEstateValue: number;
885
- totalMobilityValue: number;
886
- totalCryptocurrencyValue: number;
887
- totalStockExchangeValue: number;
888
- totalOtherAssetValue: number;
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
- totalLoanBankAccounts: number;
894
- totalLoanBankAccountsBalance: number;
893
+ totalLoans: number;
894
+ totalLoansBalance: number;
895
895
  currency: string;
896
- createdAt: string;
896
+ createdAt: Date;
897
897
  }
898
898
 
899
899
  interface UserConsentResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.161",
3
+ "version": "2.0.162",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",