@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.
@@ -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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.534",
3
+ "version": "0.3.536",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",