@leavittsoftware/lg-core-typescript 5.57.0 → 5.59.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 +4 -4
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -991,6 +991,10 @@ export interface CandidatePersonRoleDto {
|
|
|
991
991
|
WorkEmail: string | null;
|
|
992
992
|
}
|
|
993
993
|
|
|
994
|
+
export interface CloseProjectRequestDto {
|
|
995
|
+
SendEmail: boolean;
|
|
996
|
+
}
|
|
997
|
+
|
|
994
998
|
export interface CreateProjectDto {
|
|
995
999
|
LeaderId: number;
|
|
996
1000
|
}
|
|
@@ -1783,10 +1787,6 @@ export interface LifeQuoteRequestSummaryDto {
|
|
|
1783
1787
|
RatingReturnedQuote: number;
|
|
1784
1788
|
}
|
|
1785
1789
|
|
|
1786
|
-
export interface ManageLeavittlinkUpsertDto {
|
|
1787
|
-
QuoteRequest: Partial<PersonalPropertyQuoteRequest> | null;
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
1790
|
export interface PersonalPropertyGroupedErrorDto {
|
|
1791
1791
|
CarrierId: number;
|
|
1792
1792
|
CarrierName: string | null;
|