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