@leavittsoftware/lg-core-typescript 5.382.0 → 5.383.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
|
@@ -2519,6 +2519,7 @@ export interface LeavittLegendItemDto {
|
|
|
2519
2519
|
CategoryId: number | null;
|
|
2520
2520
|
Description: string | null;
|
|
2521
2521
|
Id: number | null;
|
|
2522
|
+
ImageFiles: Array<File | null>;
|
|
2522
2523
|
Images: Array<Partial<LeavittLegendItemImageDto>>;
|
|
2523
2524
|
IsActive: boolean;
|
|
2524
2525
|
Name: string;
|
|
@@ -2527,7 +2528,6 @@ export interface LeavittLegendItemDto {
|
|
|
2527
2528
|
}
|
|
2528
2529
|
|
|
2529
2530
|
export interface LeavittLegendItemImageDto {
|
|
2530
|
-
File: File | null;
|
|
2531
2531
|
Id: number | null;
|
|
2532
2532
|
IsPrimary: boolean;
|
|
2533
2533
|
ShouldDelete: boolean;
|