@parra/parra-js-sdk 0.3.494 → 0.3.495
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/dist/ParraAPI.d.ts +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -1495,7 +1495,7 @@ export interface AppLesson {
|
|
1495
1495
|
is_preview: boolean;
|
1496
1496
|
content?: LessonContent;
|
1497
1497
|
progress?: AppLessonProgress | null;
|
1498
|
-
sections
|
1498
|
+
sections: Array<AppLessonSection>;
|
1499
1499
|
}
|
1500
1500
|
export interface AppCourseModule {
|
1501
1501
|
id: string;
|
@@ -1505,7 +1505,7 @@ export interface AppCourseModule {
|
|
1505
1505
|
title: string;
|
1506
1506
|
description?: string | null;
|
1507
1507
|
is_preview: boolean;
|
1508
|
-
lessons
|
1508
|
+
lessons: Array<AppLesson>;
|
1509
1509
|
}
|
1510
1510
|
export interface CreatorUpdateSenderStub {
|
1511
1511
|
id: string;
|