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 +2 -17
- package/dist/index.d.ts +2 -17
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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;
|