@leavittsoftware/lg-core-typescript 2.0.296 → 2.0.300
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/lg.apfc.ts +4 -4
- package/package.json +1 -1
package/lg.apfc.ts
CHANGED
|
@@ -1030,7 +1030,7 @@ export interface LGA_Disb_Base {
|
|
|
1030
1030
|
Territory: string | null;
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
|
-
export interface
|
|
1033
|
+
export interface LoanOver100k {
|
|
1034
1034
|
AccountAF: Partial<number> | null;
|
|
1035
1035
|
AccountNumber: string | null;
|
|
1036
1036
|
AgentName: string | null;
|
|
@@ -1105,7 +1105,7 @@ export interface NewAccountsLBDOFACFormatted {
|
|
|
1105
1105
|
Name: string | null;
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
|
-
export interface
|
|
1108
|
+
export interface PaymentToNonCurrentAccounts {
|
|
1109
1109
|
AccountNumber: string | null;
|
|
1110
1110
|
ActivityDate: string | null;
|
|
1111
1111
|
BalanceDue: Partial<number> | null;
|
|
@@ -1203,15 +1203,15 @@ export interface _30_day_Notice_to_Agency {
|
|
|
1203
1203
|
NoticeDate: string | null;
|
|
1204
1204
|
}
|
|
1205
1205
|
|
|
1206
|
-
export interface
|
|
1206
|
+
export interface NoticeToInsured30Day {
|
|
1207
1207
|
AccountNumber: string | null;
|
|
1208
1208
|
Addr1: string | null;
|
|
1209
1209
|
BalanceDue: Partial<number> | null;
|
|
1210
1210
|
City1: string | null;
|
|
1211
1211
|
CurStatusCodeText: string | null;
|
|
1212
1212
|
DBAName: string | null;
|
|
1213
|
+
InsuredName: string | null;
|
|
1213
1214
|
Name: string | null;
|
|
1214
|
-
Name1: string | null;
|
|
1215
1215
|
NoticeDate: string | null;
|
|
1216
1216
|
PolicyNumbers: string | null;
|
|
1217
1217
|
}
|