@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.
- package/api3.leavitt.com.ts +2 -2
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -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
|
-
|
|
2013
|
+
Id: number;
|
|
2014
|
+
MarkUrl: string | null;
|
|
2015
2015
|
Name: string | null;
|
|
2016
2016
|
ShortName: string | null;
|
|
2017
2017
|
}
|