@leavittsoftware/lg-core-typescript 5.100.0 → 5.102.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
|
@@ -3110,10 +3110,9 @@ export interface ParticipantBreakdownDto {
|
|
|
3110
3110
|
Agency: string | null;
|
|
3111
3111
|
CoursesAssigned: number;
|
|
3112
3112
|
CoursesPassed: number;
|
|
3113
|
-
|
|
3113
|
+
FullName: string | null;
|
|
3114
3114
|
IsNewEmployee: boolean;
|
|
3115
3115
|
IsProducer: boolean;
|
|
3116
|
-
LastName: string | null;
|
|
3117
3116
|
PersonId: number;
|
|
3118
3117
|
RequiredCoursesAssigned: number;
|
|
3119
3118
|
RequiredCoursesPassed: number;
|
|
@@ -3194,7 +3193,7 @@ export interface CategoryDTO {
|
|
|
3194
3193
|
HasRequiredCourses: boolean;
|
|
3195
3194
|
NumberOfCourses: number | null;
|
|
3196
3195
|
Progress: number | null;
|
|
3197
|
-
|
|
3196
|
+
TotalLessons: number;
|
|
3198
3197
|
}
|
|
3199
3198
|
|
|
3200
3199
|
export interface CopyEducationCourseDto {
|
|
@@ -3255,6 +3254,7 @@ export interface MyCoursesDto {
|
|
|
3255
3254
|
Categories: Array<Partial<CourseCategoryDto>>;
|
|
3256
3255
|
Certificate: Partial<EducationCourseCertificate> | null;
|
|
3257
3256
|
CompletionPercent: number | null;
|
|
3257
|
+
CourseSequence: number | null;
|
|
3258
3258
|
CreatedDate: string | null;
|
|
3259
3259
|
Description: string | null;
|
|
3260
3260
|
Id: number;
|