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