@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.
@@ -3919,10 +3919,10 @@ export interface GetCoursesDto {
3919
3919
  }
3920
3920
 
3921
3921
  export interface GetMembersDto {
3922
- FirstName: string | null;
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.465.0",
3
+ "version": "5.466.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [