@leavittsoftware/lg-core-typescript 5.465.0 → 5.466.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 +2 -2
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -3919,10 +3919,10 @@ export interface GetCoursesDto {
|
|
|
3919
3919
|
}
|
|
3920
3920
|
|
|
3921
3921
|
export interface GetMembersDto {
|
|
3922
|
-
|
|
3922
|
+
FullName: string | null;
|
|
3923
3923
|
IsRequired: boolean;
|
|
3924
|
-
LastName: string | null;
|
|
3925
3924
|
PersonId: number;
|
|
3925
|
+
ProfilePictureCdnFileName: string | null;
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
3928
|
export interface GetPeopleCoursesDto {
|