@leavittsoftware/lg-core-typescript 5.4.0 → 5.5.0

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.
Files changed (2) hide show
  1. package/api3.leavitt.com.ts +10 -10
  2. package/package.json +1 -1
@@ -1644,15 +1644,15 @@ export interface LogsSearchParametersDto {
1644
1644
  export interface LifeContactInfoDto {
1645
1645
  EmailAddress: string;
1646
1646
  PhoneNumber: string;
1647
- PreferredContactMethod: QuoteRequestContactMethodString;
1647
+ PreferredContactMethod: QuoteRequestContactMethodString | null;
1648
1648
  }
1649
1649
 
1650
1650
  export interface LifeGeneralQuestionsDto {
1651
- CoverageAmount: number;
1652
- Gender: GenderTypeString;
1653
- HealthRating: HealthRatingTypeString;
1654
- ProductType: ProductTypeString;
1655
- Tobacco: TobaccoTypeString;
1651
+ CoverageAmount: number | null;
1652
+ Gender: GenderTypeString | null;
1653
+ HealthRating: HealthRatingTypeString | null;
1654
+ ProductType: ProductTypeString | null;
1655
+ Tobacco: TobaccoTypeString | null;
1656
1656
  }
1657
1657
 
1658
1658
  export interface LifeStepUnoDto {
@@ -1679,21 +1679,21 @@ export interface LifeStepUnoResponseDto {
1679
1679
 
1680
1680
  export interface LifeWidgetFulfillDto {
1681
1681
  City: string | null;
1682
- CoverageAmount: number;
1682
+ CoverageAmount: number | null;
1683
1683
  DateOfBirth: string;
1684
1684
  EmailAddress: string | null;
1685
1685
  FirstName: string;
1686
1686
  Gender: GenderTypeString | null;
1687
- HealthRating: HealthRatingTypeString;
1687
+ HealthRating: HealthRatingTypeString | null;
1688
1688
  IsTest: boolean;
1689
1689
  LastName: string;
1690
1690
  LifeQuoteRequestId: number | null;
1691
1691
  PhoneNumber: string | null;
1692
- ProductType: ProductTypeString;
1692
+ ProductType: ProductTypeString | null;
1693
1693
  RaterUniqueId: string;
1694
1694
  State: string;
1695
1695
  Street1: string;
1696
- Tobacco: TobaccoTypeString;
1696
+ Tobacco: TobaccoTypeString | null;
1697
1697
  WealthManager: string | null;
1698
1698
  WealthManagerEmail: string | null;
1699
1699
  ZipCode: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.4.0",
3
+ "version": "5.5.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [