@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.
- package/api3.leavitt.com.ts +3 -3
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -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
|
|
1843
|
-
Phone: string
|
|
1842
|
+
Email: string;
|
|
1843
|
+
Phone: string;
|
|
1844
1844
|
PreferredContactMethod: QuoteRequestContactMethodString | null;
|
|
1845
1845
|
}
|
|
1846
1846
|
|