@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.
Files changed (2) hide show
  1. package/lg.apfc.ts +4 -4
  2. 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 Loans_Over_100k {
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 Payments_to_NonCurrent_Accounts {
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 _30_day_Notice_to_Insured {
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.296",
3
+ "version": "2.0.300",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [