@parra/parra-js-sdk 0.3.528 → 0.3.529

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.
@@ -1604,6 +1604,8 @@ export interface CourseInstructor {
1604
1604
  avatar?: ImageAssetStub | null;
1605
1605
  verified: boolean;
1606
1606
  bio?: string | null;
1607
+ title?: string | null;
1608
+ credentials?: Array<string> | null;
1607
1609
  }
1608
1610
  export interface AppCourse {
1609
1611
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.528",
3
+ "version": "0.3.529",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",