@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.
- package/api2.leavitt.com.ts +2 -0
- package/package.json +1 -1
package/api2.leavitt.com.ts
CHANGED
|
@@ -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
|
}
|