@leavittsoftware/lg-core-typescript 5.789.0 → 5.790.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
|
@@ -1578,8 +1578,8 @@ export interface BillingReportDto {
|
|
|
1578
1578
|
CompanyMark?: string | null ;
|
|
1579
1579
|
CompanyName?: string | null ;
|
|
1580
1580
|
CompanyShortName?: string | null ;
|
|
1581
|
-
DriversLicenceLookupCount: number;
|
|
1582
1581
|
DriversLicenseLookupAmount: number;
|
|
1582
|
+
DriversLicenseLookupCount: number;
|
|
1583
1583
|
MVRLookupAmount: number;
|
|
1584
1584
|
MVRLookupCount: number;
|
|
1585
1585
|
TotalAmount: number;
|