@leavittsoftware/lg-core-typescript 2.0.310 → 2.0.311

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.
@@ -452,6 +452,13 @@ export interface FileExplorerPermissionsDto {
452
452
  IsViewer: boolean;
453
453
  }
454
454
 
455
+ export interface FileExplorerMemberDto {
456
+ FirstName: string | null;
457
+ GroupSource: Array<string> | null;
458
+ LastName: string | null;
459
+ PersonId: number;
460
+ }
461
+
455
462
  export interface AppointmentReportDto {
456
463
  AgencyName: string | null;
457
464
  Appointments: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.310",
3
+ "version": "2.0.311",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [