@leavittsoftware/lg-core-typescript 5.736.0 → 5.737.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.
@@ -342,8 +342,8 @@ export interface WorkforceGetMenuDataDto {
342
342
  }
343
343
 
344
344
  export interface WorkforceGetSiteAccessDto {
345
+ AssignedManagerOfGroupIds: Array<number>;
345
346
  AssignedTaskCount: number;
346
- CanAssignGroups: boolean;
347
347
  CanAssignPermissions: boolean;
348
348
  CountOfTasksYouHaveClosedInTheLast5Days: number;
349
349
  DaysSinceHired: number;
@@ -1839,8 +1839,8 @@ export interface HomeGeneralQuestionsDto {
1839
1839
  }
1840
1840
 
1841
1841
  export interface PersonalPropertyContactInfoDto {
1842
- Email: string | null;
1843
- Phone: string | null;
1842
+ Email: string;
1843
+ Phone: string;
1844
1844
  PreferredContactMethod: QuoteRequestContactMethodString | null;
1845
1845
  }
1846
1846
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.736.0",
3
+ "version": "5.737.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [