@leavittsoftware/lg-core-typescript 5.1318.0 → 5.1319.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/lg.net.core.ts +5 -5
- package/package.json +1 -1
package/lg.net.core.ts
CHANGED
|
@@ -1994,13 +1994,13 @@ export interface RecruitingInstanceToUserPerson {
|
|
|
1994
1994
|
}
|
|
1995
1995
|
|
|
1996
1996
|
export interface RecruitingLGEInternProjectRequest extends RecruitingProjectRequest {
|
|
1997
|
-
BenefitToOrganization
|
|
1998
|
-
CanConvertToPermanentOption
|
|
1997
|
+
BenefitToOrganization?: string | null ;
|
|
1998
|
+
CanConvertToPermanentOption?: CanConvertToPermanentOptionString | null ;
|
|
1999
1999
|
FullTime?: boolean;
|
|
2000
2000
|
HasJobDescription?: boolean;
|
|
2001
|
-
HasMentor?: boolean;
|
|
2002
|
-
HasProjectPlan?: boolean;
|
|
2003
|
-
LearningOutcomes
|
|
2001
|
+
HasMentor?: boolean | null ;
|
|
2002
|
+
HasProjectPlan?: boolean | null ;
|
|
2003
|
+
LearningOutcomes?: string | null ;
|
|
2004
2004
|
LGEInternJobTitle: string;
|
|
2005
2005
|
LGEInternNumberOfPositions: number;
|
|
2006
2006
|
TentativeEndDate?: string | null ;
|