@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.
- package/api3.leavitt.com.ts +2 -2
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -2657,9 +2657,9 @@ export interface EventsRegisteredUserDto {
|
|
|
2657
2657
|
}
|
|
2658
2658
|
|
|
2659
2659
|
export interface InvitedPersonDto {
|
|
2660
|
-
|
|
2660
|
+
CdnFileName: string | null;
|
|
2661
|
+
FullName: string | null;
|
|
2661
2662
|
GroupSource: Array<string>;
|
|
2662
|
-
LastName: string;
|
|
2663
2663
|
PersonId: number;
|
|
2664
2664
|
}
|
|
2665
2665
|
|