@leavittsoftware/lg-core-typescript 5.383.0 → 5.384.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
|
@@ -2539,7 +2539,7 @@ export interface LeavittLegendsEmployeeBalanceDto {
|
|
|
2539
2539
|
CompanyMark: string | null;
|
|
2540
2540
|
CompanyName: string | null;
|
|
2541
2541
|
CreditedServiceDate: string | null;
|
|
2542
|
-
DaysToNextAnniversary: number;
|
|
2542
|
+
DaysToNextAnniversary: number | null;
|
|
2543
2543
|
FullName: string | null;
|
|
2544
2544
|
Id: number;
|
|
2545
2545
|
NextIssuanceYear: number;
|