@leavittsoftware/lg-core-typescript 4.89.0 → 4.90.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
|
@@ -1747,10 +1747,10 @@ export interface WcStepOneDto {
|
|
|
1747
1747
|
|
|
1748
1748
|
export interface WcStepTwoDto {
|
|
1749
1749
|
OwnerIncluded: boolean;
|
|
1750
|
-
OwnerName: string;
|
|
1751
|
-
OwnerPayroll: Partial<number
|
|
1752
|
-
OwnerPercentage: number;
|
|
1753
|
-
OwnerRatingClassCode: string;
|
|
1750
|
+
OwnerName: string | null;
|
|
1751
|
+
OwnerPayroll: Partial<number> | null;
|
|
1752
|
+
OwnerPercentage: number | null;
|
|
1753
|
+
OwnerRatingClassCode: string | null;
|
|
1754
1754
|
}
|
|
1755
1755
|
|
|
1756
1756
|
export interface CompanyLeaseAttachmentSearchDto {
|