@leavittsoftware/lg-core-typescript 2.0.306 → 2.0.307

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 +32 -32
  2. package/package.json +1 -1
package/lg.apfc.ts CHANGED
@@ -1121,7 +1121,7 @@ export interface QuarterlyCSRContestRandomSample {
1121
1121
  Random: number | null;
1122
1122
  }
1123
1123
 
1124
- export interface Policy_Verifacation_Report {
1124
+ export interface PolicyVerificationReport {
1125
1125
  AccountAF: Partial<number> | null;
1126
1126
  AccountNumber: string | null;
1127
1127
  ActivationDate: string | null;
@@ -1268,41 +1268,41 @@ export interface LexisNexis_LBD_Base {
1268
1268
  Zip4: string | null;
1269
1269
  }
1270
1270
 
1271
- export interface LexisNexis_LBD_FEINandUnknown {
1272
- account_number: string | null;
1273
- addr1: string | null;
1274
- addr2: string | null;
1275
- alt_company_name: string | null;
1276
- company_name: string | null;
1277
- fein: string | null;
1278
- no_ssn_or_ein: string | null;
1279
- p_city_name: string | null;
1280
- rep_addr1: string | null;
1281
- rep_p_city_name: string | null;
1282
- rep_phone: string | null;
1283
- rep_st: string | null;
1284
- rep_z5: string | null;
1285
- st: string | null;
1271
+ export interface LexisNexisLBDFEINAndUnknown {
1272
+ AccountNumber: string | null;
1273
+ Addr1: string | null;
1274
+ Addr2: string | null;
1275
+ AltCompanyName: string | null;
1276
+ CompanyName: string | null;
1277
+ Fein: string | null;
1278
+ NoSsnOrEin: string | null;
1279
+ PCityName: string | null;
1280
+ RepAddr1: string | null;
1281
+ RepPCityName: string | null;
1282
+ RepPhone: string | null;
1283
+ RepSt: string | null;
1284
+ RepZ5: string | null;
1285
+ St: string | null;
1286
1286
  Verified: string | null;
1287
1287
  Zip4: string | null;
1288
1288
  }
1289
1289
 
1290
- export interface LexisNexis_LBD_SSN {
1291
- account_number: string | null;
1292
- addr1: string | null;
1293
- addr2: string | null;
1294
- DBA_Name: string | null;
1295
- First_Name: string | null;
1296
- Full_Name: string | null;
1297
- Last_Name: string | null;
1298
- p_city_name: string | null;
1299
- rep_addr1: string | null;
1300
- rep_p_city_name: string | null;
1301
- rep_phone: string | null;
1302
- rep_ssn: string | null;
1303
- rep_st: string | null;
1304
- rep_z5: string | null;
1305
- st: string | null;
1290
+ export interface LexisNexisLBDSSN {
1291
+ AccountNumber: string | null;
1292
+ Addr1: string | null;
1293
+ Addr2: string | null;
1294
+ DBAName: string | null;
1295
+ FirstName: string | null;
1296
+ FullName: string | null;
1297
+ LastName: string | null;
1298
+ PCityName: string | null;
1299
+ RepAddr1: string | null;
1300
+ RepPCityName: string | null;
1301
+ RepPhone: string | null;
1302
+ RepSsn: string | null;
1303
+ RepSt: string | null;
1304
+ RepZ5: string | null;
1305
+ St: string | null;
1306
1306
  Verified: string | null;
1307
1307
  Zip4: string | null;
1308
1308
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.306",
3
+ "version": "2.0.307",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [