@leavittsoftware/lg-core-typescript 2.0.489 → 2.0.490

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.
@@ -241,13 +241,13 @@ export interface RehireDTO {
241
241
  export interface TerminateDto {
242
242
  Comments: string | null;
243
243
  DaysToForwardEmail: number | null;
244
- EligibleForReHire: boolean;
244
+ EligibleForReHire: boolean | null;
245
245
  EmployeeName: string | null;
246
246
  ForwardIncomingMailTo: string | null;
247
247
  LastDayWorked: string;
248
248
  MailingAddress: string | null;
249
- MobilePhoneForCompanyEmails: boolean;
250
- NeedsDomoLicenseRemoved: boolean;
249
+ MobilePhoneForCompanyEmails: boolean | null;
250
+ NeedsDomoLicenseRemoved: boolean | null;
251
251
  OpenSuspensesPerson: string | null;
252
252
  Phone: string | null;
253
253
  Reason: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.489",
3
+ "version": "2.0.490",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [