@leavittsoftware/lg-core-typescript 2.14.0 → 2.14.1

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.
@@ -1326,9 +1326,11 @@ export interface BulkCourseMemberOperationsDto {
1326
1326
 
1327
1327
  export interface CourseMemberDto {
1328
1328
  Category: string | null;
1329
+ CategoryId: number | null;
1329
1330
  CourseId: number;
1330
1331
  CourseName: string | null;
1331
1332
  Description: string | null;
1333
+ IsRequired: boolean;
1332
1334
  PersonId: number;
1333
1335
  Status: string | null;
1334
1336
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.14.0",
3
+ "version": "2.14.1",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [