@leavittsoftware/lg-core-typescript 5.1085.0 → 5.1087.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 +4 -4
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -6990,13 +6990,16 @@ export interface GetPolicyDetailsEmployeeDto extends IPersonDetails {
|
|
|
6990
6990
|
}
|
|
6991
6991
|
|
|
6992
6992
|
export interface ClientPortalInformationSummaryDto {
|
|
6993
|
+
ClaimCount?: number | null ;
|
|
6993
6994
|
DataSource: string;
|
|
6994
6995
|
DisplayName?: string | null ;
|
|
6996
|
+
EffectiveDate?: string | null ;
|
|
6995
6997
|
ExpirationDate?: string | null ;
|
|
6996
6998
|
FirmNameCust?: string | null ;
|
|
6997
6999
|
FirstName?: string | null ;
|
|
6998
7000
|
LastName?: string | null ;
|
|
6999
7001
|
Lob?: string | null ;
|
|
7002
|
+
OpenClaimRequestCount?: number | null ;
|
|
7000
7003
|
PackageLobs?: string | null ;
|
|
7001
7004
|
PolicyNumber?: string | null ;
|
|
7002
7005
|
PolId: string;
|
|
@@ -7005,14 +7008,13 @@ export interface ClientPortalInformationSummaryDto {
|
|
|
7005
7008
|
}
|
|
7006
7009
|
|
|
7007
7010
|
export interface ClientPortalPolicySummaryDto extends ClientPortalInformationSummaryDto {
|
|
7008
|
-
ClaimCount?: number | null ;
|
|
7009
7011
|
CoreCompanyDarkMarkUrl?: string | null ;
|
|
7010
7012
|
CoreCompanyMarkUrl?: string | null ;
|
|
7011
7013
|
CoreCompanyName?: string | null ;
|
|
7012
|
-
OpenClaimRequestCount?: number | null ;
|
|
7013
7014
|
}
|
|
7014
7015
|
|
|
7015
7016
|
export interface ClientPortalSiteDataDto {
|
|
7017
|
+
CompanyAdminOpenRequestCount?: number | null ;
|
|
7016
7018
|
IsCompanyAdmin?: boolean;
|
|
7017
7019
|
MyAccounts: Array<Partial<ClientPortalSiteDataMyAccountsDto>>;
|
|
7018
7020
|
}
|
|
@@ -7127,11 +7129,9 @@ export interface GetPoliciesGroupedByCarrierDto {
|
|
|
7127
7129
|
|
|
7128
7130
|
export interface GetPoliciesGroupedByCoreCompanyDto {
|
|
7129
7131
|
Carriers: Array<Partial<GetPoliciesGroupedByCarrierDto>>;
|
|
7130
|
-
ClaimCount?: number | null ;
|
|
7131
7132
|
CoreCompanyDarkMarkUrl?: string | null ;
|
|
7132
7133
|
CoreCompanyMarkUrl?: string | null ;
|
|
7133
7134
|
CoreCompanyName?: string | null ;
|
|
7134
|
-
OpenClaimRequestCount?: number | null ;
|
|
7135
7135
|
}
|
|
7136
7136
|
|
|
7137
7137
|
export interface GetRenewalDto {
|