@leavittsoftware/lg-core-typescript 5.762.0 → 5.763.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.
@@ -4537,11 +4537,11 @@ export interface JourneyReportingDashboardDto {
4537
4537
  export interface JourneyReportingDashboardLessonDto {
4538
4538
  ActivityDate: string | null;
4539
4539
  CompletedDate: string | null;
4540
- GradePercentage: number;
4540
+ GradePercentage: number | null;
4541
4541
  HasVideo: boolean;
4542
4542
  Id: number;
4543
4543
  Name: string | null;
4544
- NumberOfAttempts: number;
4544
+ NumberOfAttempts: number | null;
4545
4545
  PercentComplete: number;
4546
4546
  PercentWatched: number;
4547
4547
  Sequence: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.762.0",
3
+ "version": "5.763.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [