@leavittsoftware/lg-core-typescript 2.0.336 → 2.0.337
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/api2.leavitt.com.ts +2 -1
- package/package.json +1 -1
package/api2.leavitt.com.ts
CHANGED
|
@@ -1360,7 +1360,8 @@ export interface FileExplorerFolderDto {
|
|
|
1360
1360
|
|
|
1361
1361
|
export interface ParticipantBreakDownDto {
|
|
1362
1362
|
AgencyName: string | null;
|
|
1363
|
-
|
|
1363
|
+
CoursesAssignedByMember: number;
|
|
1364
|
+
CoursesAssignedByPeopleGroup: number;
|
|
1364
1365
|
CoursesPassed: number;
|
|
1365
1366
|
FirstName: string | null;
|
|
1366
1367
|
LastName: string | null;
|