@leavittsoftware/lg-core-typescript 5.413.0 → 5.414.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 +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -2060,7 +2060,7 @@ export interface RaterCompanyUpsertDto {
|
|
|
2060
2060
|
Id: number | null;
|
|
2061
2061
|
IsActive: boolean;
|
|
2062
2062
|
Logo: File | null;
|
|
2063
|
-
LogoHeight: LogoHeightTypeString;
|
|
2063
|
+
LogoHeight: LogoHeightTypeString | null;
|
|
2064
2064
|
Mark: File | null;
|
|
2065
2065
|
Name: string;
|
|
2066
2066
|
UpdateLogo: boolean;
|