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