@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.
- package/api3.leavitt.com.ts +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -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
|
}
|