@leavittsoftware/lg-core-typescript 2.55.0 → 2.56.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.
- package/api3.leavitt.com.js.map +1 -1
- package/api3.leavitt.com.ts +2 -0
- package/package.json +1 -1
package/api3.leavitt.com.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AA0qCA,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,qDAAU,CAAA;IACV,yDAAY,CAAA;IACZ,uEAAmB,CAAA;IACnB,qDAAU,CAAA;IACV,mEAAiB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAID,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,+DAAgB,CAAA;IAChB,mDAAU,CAAA;IACV,6CAAO,CAAA;AACX,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAID,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
|
package/api3.leavitt.com.ts
CHANGED
|
@@ -384,6 +384,7 @@ export interface WorkersCompQuoteDto {
|
|
|
384
384
|
export interface LifeGettingStartedStepOneDto {
|
|
385
385
|
DateOfBirth: string;
|
|
386
386
|
FirstName: string | null;
|
|
387
|
+
IsTest: boolean;
|
|
387
388
|
LastName: string | null;
|
|
388
389
|
LifeQuoteRequestId: number | null;
|
|
389
390
|
RaterUniqueId: string | null;
|
|
@@ -444,6 +445,7 @@ export interface LifeWidgetFulfillDto {
|
|
|
444
445
|
FirstName: string | null;
|
|
445
446
|
Gender: GenderTypeString | null;
|
|
446
447
|
HealthRating: HealthRatingTypeString;
|
|
448
|
+
IsTest: boolean;
|
|
447
449
|
LastName: string | null;
|
|
448
450
|
LifeQuoteRequestId: number | null;
|
|
449
451
|
MacuWealthManager: string | null;
|