@parra/parra-js-sdk 0.3.534 → 0.3.536
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 -1
- package/dist/ParraAPI.js +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -2063,7 +2063,8 @@ export declare enum SocialAccountType {
|
|
2063
2063
|
youtube = "youtube",
|
2064
2064
|
tiktok = "tiktok",
|
2065
2065
|
instagram = "instagram",
|
2066
|
-
facebook = "facebook"
|
2066
|
+
facebook = "facebook",
|
2067
|
+
twitch = "twitch"
|
2067
2068
|
}
|
2068
2069
|
export interface SocialAccountYoutubeData {
|
2069
2070
|
channel_handle: string;
|
package/dist/ParraAPI.js
CHANGED
@@ -244,6 +244,7 @@ var SocialAccountType;
|
|
244
244
|
SocialAccountType["tiktok"] = "tiktok";
|
245
245
|
SocialAccountType["instagram"] = "instagram";
|
246
246
|
SocialAccountType["facebook"] = "facebook";
|
247
|
+
SocialAccountType["twitch"] = "twitch";
|
247
248
|
})(SocialAccountType || (exports.SocialAccountType = SocialAccountType = {}));
|
248
249
|
var FeedItemType;
|
249
250
|
(function (FeedItemType) {
|