@leavittsoftware/lg-core-typescript 2.46.0 → 2.47.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 +19 -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":"AAkgCA,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
|
@@ -364,6 +364,25 @@ export interface WorkersCompQuoteDto {
|
|
|
364
364
|
Zip: string | null;
|
|
365
365
|
}
|
|
366
366
|
|
|
367
|
+
export interface LifeGettingStartedStepOneDto {
|
|
368
|
+
DateOfBirth: string;
|
|
369
|
+
FirstName: string | null;
|
|
370
|
+
LastName: string | null;
|
|
371
|
+
LifeQuoteRequestId: number | null;
|
|
372
|
+
RaterUniqueId: string | null;
|
|
373
|
+
RecaptchaUserResponse: string | null;
|
|
374
|
+
ReferringUrl: string | null;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
export interface LifeGettingStartedStepTwoDto {
|
|
378
|
+
City: string | null;
|
|
379
|
+
EmailAddress: string | null;
|
|
380
|
+
PhoneNumber: string | null;
|
|
381
|
+
State: string | null;
|
|
382
|
+
Street1: string | null;
|
|
383
|
+
ZipCode: string | null;
|
|
384
|
+
}
|
|
385
|
+
|
|
367
386
|
export interface CampaignSummaryDto {
|
|
368
387
|
Attempted: number;
|
|
369
388
|
Completed: number;
|