@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.
- package/lg.apfc.ts +32 -32
- 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
|
|
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
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
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
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
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
|
}
|