@leavittsoftware/lg-core-typescript 5.258.0 → 5.259.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.
@@ -2657,9 +2657,9 @@ export interface EventsRegisteredUserDto {
2657
2657
  }
2658
2658
 
2659
2659
  export interface InvitedPersonDto {
2660
- FirstName: string;
2660
+ CdnFileName: string | null;
2661
+ FullName: string | null;
2661
2662
  GroupSource: Array<string>;
2662
- LastName: string;
2663
2663
  PersonId: number;
2664
2664
  }
2665
2665
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.258.0",
3
+ "version": "5.259.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [