sowhat-types 2.0.183 → 2.0.184
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 +3 -2
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -516,7 +516,7 @@ interface UpdateUserPersonalSummaryInput {
|
|
|
516
516
|
professionDetails?: string | null;
|
|
517
517
|
postalCode?: string | null;
|
|
518
518
|
loanMonthlyPayment?: number | null;
|
|
519
|
-
|
|
519
|
+
financialProductsOwned?: FinancialProductOwnedEnum[] | null;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
interface UpdateUserInput {
|
|
@@ -1033,6 +1033,7 @@ interface UserConsentsResponse {
|
|
|
1033
1033
|
|
|
1034
1034
|
interface UserFinancialSummaryResponse {
|
|
1035
1035
|
currency: string;
|
|
1036
|
+
projectNeeds: ProjectNeedEnum[];
|
|
1036
1037
|
totalRealEstatesValue: number | null;
|
|
1037
1038
|
totalMobilitiesValue: number | null;
|
|
1038
1039
|
totalOtherAssetsValue: number | null;
|
|
@@ -1058,7 +1059,7 @@ interface UserPersonalSummaryResponse {
|
|
|
1058
1059
|
salaryRange: string | null;
|
|
1059
1060
|
postalCode: string | null;
|
|
1060
1061
|
loanMonthlyPayment: number | null;
|
|
1061
|
-
|
|
1062
|
+
financialProductsOwned: FinancialProductOwnedEnum[] | null;
|
|
1062
1063
|
}
|
|
1063
1064
|
|
|
1064
1065
|
interface UserProfileResponse {
|
package/dist/index.d.ts
CHANGED
|
@@ -516,7 +516,7 @@ interface UpdateUserPersonalSummaryInput {
|
|
|
516
516
|
professionDetails?: string | null;
|
|
517
517
|
postalCode?: string | null;
|
|
518
518
|
loanMonthlyPayment?: number | null;
|
|
519
|
-
|
|
519
|
+
financialProductsOwned?: FinancialProductOwnedEnum[] | null;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
interface UpdateUserInput {
|
|
@@ -1033,6 +1033,7 @@ interface UserConsentsResponse {
|
|
|
1033
1033
|
|
|
1034
1034
|
interface UserFinancialSummaryResponse {
|
|
1035
1035
|
currency: string;
|
|
1036
|
+
projectNeeds: ProjectNeedEnum[];
|
|
1036
1037
|
totalRealEstatesValue: number | null;
|
|
1037
1038
|
totalMobilitiesValue: number | null;
|
|
1038
1039
|
totalOtherAssetsValue: number | null;
|
|
@@ -1058,7 +1059,7 @@ interface UserPersonalSummaryResponse {
|
|
|
1058
1059
|
salaryRange: string | null;
|
|
1059
1060
|
postalCode: string | null;
|
|
1060
1061
|
loanMonthlyPayment: number | null;
|
|
1061
|
-
|
|
1062
|
+
financialProductsOwned: FinancialProductOwnedEnum[] | null;
|
|
1062
1063
|
}
|
|
1063
1064
|
|
|
1064
1065
|
interface UserProfileResponse {
|