@leavittsoftware/lg-core-typescript 5.936.0 → 5.937.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 +2 -2
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -7808,8 +7808,6 @@ export interface InvalidProductReportDto {
|
|
|
7808
7808
|
HasPendingChanges?: boolean;
|
|
7809
7809
|
IsContinuous?: boolean;
|
|
7810
7810
|
LastModifiedDate?: string | null ;
|
|
7811
|
-
LocDesc?: string | null ;
|
|
7812
|
-
LocId?: number | null ;
|
|
7813
7811
|
MetalLevelId?: number | null ;
|
|
7814
7812
|
Name?: string | null ;
|
|
7815
7813
|
NationMsaInd?: number | null ;
|
|
@@ -7819,7 +7817,9 @@ export interface InvalidProductReportDto {
|
|
|
7819
7817
|
NonRevenueInd?: number | null ;
|
|
7820
7818
|
NumberOfEe?: number | null ;
|
|
7821
7819
|
ParentAdhocProductId?: number | null ;
|
|
7820
|
+
PlanTypeDesc?: string | null ;
|
|
7822
7821
|
PlanTypeId?: number | null ;
|
|
7822
|
+
PlanTypeShortDesc?: string | null ;
|
|
7823
7823
|
PolicyBrokerageId?: number | null ;
|
|
7824
7824
|
PolicyNum?: string | null ;
|
|
7825
7825
|
PolicyOriginReasonId?: number | null ;
|