@leavittsoftware/lg-core-typescript 5.769.2 → 5.770.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
|
@@ -4459,7 +4459,7 @@ export interface ActivityDto {
|
|
|
4459
4459
|
PersonCdnProfilePicture: string | null;
|
|
4460
4460
|
PersonFullName: string | null;
|
|
4461
4461
|
PersonId: number | null;
|
|
4462
|
-
|
|
4462
|
+
Type: EducationLessonActivityTypeString;
|
|
4463
4463
|
}
|
|
4464
4464
|
|
|
4465
4465
|
export interface CompletionOverTimeDto {
|