@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.
- package/dist/ParraAPI.d.ts +1 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -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
|
1596
|
+
video_count: number;
|
1597
1597
|
}
|
1598
1598
|
export interface SocialAccountXMetrics {
|
1599
1599
|
follower_count: number;
|