@parra/parra-js-sdk 0.3.460 → 0.3.461

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.
@@ -1593,7 +1593,7 @@ export type SocialAccountData = SocialAccountYoutubeData | SocialAccountXData;
1593
1593
  export interface SocialAccountYoutubeMetrics {
1594
1594
  subscriber_count: number;
1595
1595
  view_count: number;
1596
- video_count?: number;
1596
+ video_count: number;
1597
1597
  }
1598
1598
  export interface SocialAccountXMetrics {
1599
1599
  follower_count: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.460",
3
+ "version": "0.3.461",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",