@leavittsoftware/lg-core-typescript 4.32.0 → 4.33.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.
@@ -2009,9 +2009,9 @@ export interface AuditorDto {
2009
2009
  }
2010
2010
 
2011
2011
  export interface CompaniesWithHiringManagersDto {
2012
- CompanyId: number;
2013
2012
  HiringManagers: Array<Partial<HiringManagerDto>>;
2014
- Mark: string | null;
2013
+ Id: number;
2014
+ MarkUrl: string | null;
2015
2015
  Name: string | null;
2016
2016
  ShortName: string | null;
2017
2017
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "4.32.0",
3
+ "version": "4.33.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [