@leavittsoftware/lg-core-typescript 4.32.0 → 4.34.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 +3 -3
- 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
|
}
|
|
@@ -2093,8 +2093,8 @@ export interface HiringManagerDto {
|
|
|
2093
2093
|
CompanyId: number | null;
|
|
2094
2094
|
CompanyName: string | null;
|
|
2095
2095
|
FirstName: string | null;
|
|
2096
|
+
Id: number;
|
|
2096
2097
|
LastName: string | null;
|
|
2097
|
-
PersonId: number;
|
|
2098
2098
|
}
|
|
2099
2099
|
|
|
2100
2100
|
export interface InvestorDto {
|