@leavittsoftware/lg-core-typescript 5.71.0 → 5.73.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/lg.net.core.ts +2 -2
  2. package/package.json +1 -1
package/lg.net.core.ts CHANGED
@@ -3046,7 +3046,7 @@ export interface LifeQuote {
3046
3046
  export interface LifeQuoteRequest extends QuoteRequest {
3047
3047
  CarrierErrors: Array<Partial<LifeCarrierError>>;
3048
3048
  CoverageAmount: number | null;
3049
- DateOfBirth: string;
3049
+ DateOfBirth: string | null;
3050
3050
  EloquaContactId: number | null;
3051
3051
  EmailAddress: string | null;
3052
3052
  ErrorMessage: string | null;
@@ -3169,7 +3169,7 @@ export interface HartfordQuoteRequest extends QuoteRequest {
3169
3169
  BopResponsePayload: string | null;
3170
3170
  BppLimit: number | null;
3171
3171
  BuildingSqft: number | null;
3172
- BusinessStartYear: number;
3172
+ BusinessStartYear: number | null;
3173
3173
  CarrierErrors: Array<Partial<CarrierError>>;
3174
3174
  ClassName: string | null;
3175
3175
  ContactName: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.71.0",
3
+ "version": "5.73.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [