sowhat-types 2.1.18 → 2.1.20

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
@@ -654,8 +654,10 @@ interface UpdateUserPersonalSummaryInput {
654
654
  professionStatus?: ProfessionStatusEnum | null;
655
655
  postalCode?: string | null;
656
656
  loanMonthlyPayment?: number | null;
657
+ haveLoan?: boolean | null;
657
658
  financialProductsOwned?: FinancialProductEnum[] | null;
658
659
  isMainResidenceOwner?: boolean | null;
660
+ haveDependentChildren?: boolean | null;
659
661
  personalNetWorthRange?: string | null;
660
662
  grossAnnualHouseholdIncomeRange?: string | null;
661
663
  }
package/dist/index.d.ts CHANGED
@@ -654,8 +654,10 @@ interface UpdateUserPersonalSummaryInput {
654
654
  professionStatus?: ProfessionStatusEnum | null;
655
655
  postalCode?: string | null;
656
656
  loanMonthlyPayment?: number | null;
657
+ haveLoan?: boolean | null;
657
658
  financialProductsOwned?: FinancialProductEnum[] | null;
658
659
  isMainResidenceOwner?: boolean | null;
660
+ haveDependentChildren?: boolean | null;
659
661
  personalNetWorthRange?: string | null;
660
662
  grossAnnualHouseholdIncomeRange?: string | null;
661
663
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.1.18",
3
+ "version": "2.1.20",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",