@leavittsoftware/lg-core-typescript 2.0.408 → 2.0.409

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.
@@ -220,8 +220,10 @@ export interface VitalSignsLeaderDto {
220
220
  AgencyName: string | null;
221
221
  CompanyId: number;
222
222
  FirstName: string | null;
223
+ HireDate: string | null;
223
224
  IsSubsidized: boolean;
224
225
  LastName: string | null;
226
+ LicensedDate: string | null;
225
227
  PersonId: number;
226
228
  Rank: number;
227
229
  WrittenAmount: Partial<number> | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.408",
3
+ "version": "2.0.409",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [