@leavittsoftware/lg-core-typescript 2.52.0 → 2.53.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.ts +3 -3
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// ----------------------
|
|
6
6
|
import { IDatabaseAttachment } from './lg.net.system'
|
|
7
|
-
import { LifeQuoteRequestStatusString,ProductTypeString,
|
|
7
|
+
import { LifeQuoteRequestStatusString,GenderTypeString,ProductTypeString,TobaccoTypeString,HealthRatingTypeString } from './lg.net.leavittlink'
|
|
8
8
|
import { ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,Company,CompanyLogo,CompanyOwnership,CLGamePoint,CLGameSegment,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
|
|
9
9
|
|
|
10
10
|
export interface FruitHolderDto {
|
|
@@ -405,7 +405,9 @@ export interface LifeLastPageVisitedDto {
|
|
|
405
405
|
|
|
406
406
|
export interface LifePreferredInsuranceDto {
|
|
407
407
|
CoverageAmount: Partial<number>;
|
|
408
|
+
Gender: GenderTypeString;
|
|
408
409
|
ProductType: ProductTypeString;
|
|
410
|
+
Tobacco: TobaccoTypeString;
|
|
409
411
|
}
|
|
410
412
|
|
|
411
413
|
export interface LifeSelectQuoteDto {
|
|
@@ -434,9 +436,7 @@ export interface LifeWidgetFulfillDto {
|
|
|
434
436
|
}
|
|
435
437
|
|
|
436
438
|
export interface LifeYourHealthDto {
|
|
437
|
-
Gender: GenderTypeString;
|
|
438
439
|
HealthRating: HealthRatingTypeString;
|
|
439
|
-
Tobacco: TobaccoTypeString;
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
export interface CampaignSummaryDto {
|