@parra/parra-js-sdk 0.3.460 → 0.3.462

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.
@@ -1591,11 +1591,13 @@ export interface SocialAccountXData {
1591
1591
  }
1592
1592
  export type SocialAccountData = SocialAccountYoutubeData | SocialAccountXData;
1593
1593
  export interface SocialAccountYoutubeMetrics {
1594
+ last_synced_at: string;
1594
1595
  subscriber_count: number;
1595
1596
  view_count: number;
1596
- video_count?: number;
1597
+ video_count: number;
1597
1598
  }
1598
1599
  export interface SocialAccountXMetrics {
1600
+ last_synced_at: string;
1599
1601
  follower_count: number;
1600
1602
  following_count: number;
1601
1603
  post_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.462",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",