@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.
@@ -1495,7 +1495,7 @@ export interface AppLesson {
1495
1495
  is_preview: boolean;
1496
1496
  content?: LessonContent;
1497
1497
  progress?: AppLessonProgress | null;
1498
- sections?: Array<AppLessonSection>;
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?: Array<AppLesson>;
1508
+ lessons: Array<AppLesson>;
1509
1509
  }
1510
1510
  export interface CreatorUpdateSenderStub {
1511
1511
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.494",
3
+ "version": "0.3.495",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",