@leavittsoftware/lg-core-typescript 5.1087.0 → 5.1089.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 +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -6853,6 +6853,7 @@ export interface Ams360PolicySearchDto {
|
|
|
6853
6853
|
PolExpDate?: string | null ;
|
|
6854
6854
|
PolId: string;
|
|
6855
6855
|
PolNo?: string | null ;
|
|
6856
|
+
PolSubType?: string | null ;
|
|
6856
6857
|
PolTypeLob?: string | null ;
|
|
6857
6858
|
RenewalRptFlag?: string | null ;
|
|
6858
6859
|
TypeOfBus?: number | null ;
|
|
@@ -7209,7 +7210,6 @@ export interface UpsertRenewalTemplateItemDto {
|
|
|
7209
7210
|
OffsetDueDate: number;
|
|
7210
7211
|
RenewalTemplateId: number;
|
|
7211
7212
|
ResponsibleParty: ResponsiblePartyTypeString;
|
|
7212
|
-
Sequence: number;
|
|
7213
7213
|
}
|
|
7214
7214
|
|
|
7215
7215
|
export interface VehicleChangeRequestDto {
|