@leavittsoftware/lg-core-typescript 5.1001.0 → 5.1002.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.
@@ -5229,13 +5229,13 @@ export interface UpsertJourneyDto {
5229
5229
  export interface UpsertLessonDto {
5230
5230
  CourseId: number;
5231
5231
  DeleteFileIds: Array<number>;
5232
- DeleteImage?: boolean;
5233
5232
  Files: Array<File>;
5234
5233
  Id?: number | null ;
5235
5234
  Image?: File | null ;
5236
5235
  Links: Array<Partial<EducationLessonLink>>;
5237
5236
  Name?: string | null ;
5238
5237
  PassingPercentage: number;
5238
+ UpdateImage?: boolean;
5239
5239
  VideoLength?: string | null ;
5240
5240
  YoutubeVideoKey?: string | null ;
5241
5241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.1001.0",
3
+ "version": "5.1002.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [