@parra/parra-js-sdk 0.3.491 → 0.3.493

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.
@@ -1512,6 +1512,8 @@ export interface AppCourse {
1512
1512
  created_at: string;
1513
1513
  updated_at: string;
1514
1514
  deleted_at?: string | null;
1515
+ icon?: ImageAssetStub | null;
1516
+ header_image?: ImageAssetStub | null;
1515
1517
  tenant_id: string;
1516
1518
  title: string;
1517
1519
  description?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.491",
3
+ "version": "0.3.493",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",