@parra/parra-js-sdk 0.3.461 → 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.
- package/dist/ParraAPI.d.ts +2 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -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
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;
|