@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.
@@ -1360,7 +1360,8 @@ export interface FileExplorerFolderDto {
1360
1360
 
1361
1361
  export interface ParticipantBreakDownDto {
1362
1362
  AgencyName: string | null;
1363
- CoursesAssigned: number;
1363
+ CoursesAssignedByMember: number;
1364
+ CoursesAssignedByPeopleGroup: number;
1364
1365
  CoursesPassed: number;
1365
1366
  FirstName: string | null;
1366
1367
  LastName: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.336",
3
+ "version": "2.0.337",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [