@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.57.0",
3
+ "version": "5.59.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [