sowhat-types 2.1.22 → 2.1.23

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
@@ -1073,33 +1073,18 @@ interface FullLeadResponse {
1073
1073
  monthlyAmount: number | null;
1074
1074
  need: ProjectNeedEnum | null;
1075
1075
  financialProduct: FinancialProductEnum | null;
1076
- note: string | null;
1077
1076
  birthYear: number | null;
1078
- childrenNumber: number | null;
1079
- childrenBirthYears: number[] | null;
1077
+ hasIndependantChildren: boolean | null;
1080
1078
  maritalStatus: MaritalStatusEnum | null;
1081
- profession: ProfessionEnum | null;
1082
1079
  professionStatus: ProfessionStatusEnum | null;
1083
1080
  personalSalaryRange: PersonalSalaryRangeEnum | null;
1084
- householdSalaryRange: HouseholdSalaryRangeEnum | null;
1085
1081
  personalNetWorthRange: PersonalNetWorthRangeEnum | null;
1086
1082
  postalCode: string | null;
1087
- loanMonthlyPayment: number | null;
1083
+ hasLoan: boolean | null;
1088
1084
  financialProductsOwned: FinancialProductEnum[] | null;
1089
1085
  isMainResidenceOwner: boolean | null;
1090
1086
  lastPersonalSummaryUpdatedAt: Date;
1091
1087
  currency: AvailableCurrencyEnum;
1092
- totalRealEstatesValue: number | null;
1093
- totalMobilitiesValue: number | null;
1094
- totalOtherAssetsValue: number | null;
1095
- totalCryptocurrenciesValue: number | null;
1096
- totalSavingsBankAccounts: number | null;
1097
- totalSavingsBankAccountsBalance: number | null;
1098
- totalCheckingBankAccounts: number | null;
1099
- totalCheckingBankAccountsBalance: number | null;
1100
- totalLoansBankAccounts: number | null;
1101
- totalLoansBankAccountsBalance: number | null;
1102
- lastFinancialSummaryUpdatedAt: Date;
1103
1088
  aiSummary: LeadAiSummaryResponse | null;
1104
1089
  offer: ProCommercialOfferResponse | null;
1105
1090
  totalOffersReceived: number;
package/dist/index.d.ts CHANGED
@@ -1073,33 +1073,18 @@ interface FullLeadResponse {
1073
1073
  monthlyAmount: number | null;
1074
1074
  need: ProjectNeedEnum | null;
1075
1075
  financialProduct: FinancialProductEnum | null;
1076
- note: string | null;
1077
1076
  birthYear: number | null;
1078
- childrenNumber: number | null;
1079
- childrenBirthYears: number[] | null;
1077
+ hasIndependantChildren: boolean | null;
1080
1078
  maritalStatus: MaritalStatusEnum | null;
1081
- profession: ProfessionEnum | null;
1082
1079
  professionStatus: ProfessionStatusEnum | null;
1083
1080
  personalSalaryRange: PersonalSalaryRangeEnum | null;
1084
- householdSalaryRange: HouseholdSalaryRangeEnum | null;
1085
1081
  personalNetWorthRange: PersonalNetWorthRangeEnum | null;
1086
1082
  postalCode: string | null;
1087
- loanMonthlyPayment: number | null;
1083
+ hasLoan: boolean | null;
1088
1084
  financialProductsOwned: FinancialProductEnum[] | null;
1089
1085
  isMainResidenceOwner: boolean | null;
1090
1086
  lastPersonalSummaryUpdatedAt: Date;
1091
1087
  currency: AvailableCurrencyEnum;
1092
- totalRealEstatesValue: number | null;
1093
- totalMobilitiesValue: number | null;
1094
- totalOtherAssetsValue: number | null;
1095
- totalCryptocurrenciesValue: number | null;
1096
- totalSavingsBankAccounts: number | null;
1097
- totalSavingsBankAccountsBalance: number | null;
1098
- totalCheckingBankAccounts: number | null;
1099
- totalCheckingBankAccountsBalance: number | null;
1100
- totalLoansBankAccounts: number | null;
1101
- totalLoansBankAccountsBalance: number | null;
1102
- lastFinancialSummaryUpdatedAt: Date;
1103
1088
  aiSummary: LeadAiSummaryResponse | null;
1104
1089
  offer: ProCommercialOfferResponse | null;
1105
1090
  totalOffersReceived: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.1.22",
3
+ "version": "2.1.23",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",