@parra/parra-js-sdk 0.3.317 → 0.3.318

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.
@@ -863,7 +863,7 @@ export interface YoutubeVideo {
863
863
  description?: string;
864
864
  thumbnails: YoutubeThumbnails;
865
865
  published_at: string;
866
- live_broadcast_content: string;
866
+ live_broadcast_content?: string | null;
867
867
  statistics?: YoutubeStatistics | null;
868
868
  }
869
869
  export interface ContentCardBackground {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.317",
3
+ "version": "0.3.318",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",