@parra/parra-js-sdk 0.3.301 → 0.3.303

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.
@@ -779,7 +779,8 @@ export interface CreateFaqSectionRequestBody {
779
779
  }
780
780
  export declare enum FeedItemType {
781
781
  youtubeVideo = "youtube_video",
782
- contentCard = "content_card"
782
+ contentCard = "content_card",
783
+ creatorUpdate = "creator_update"
783
784
  }
784
785
  export interface YoutubeThumbnail {
785
786
  url: string;
package/dist/ParraAPI.js CHANGED
@@ -123,6 +123,7 @@ var FeedItemType;
123
123
  (function (FeedItemType) {
124
124
  FeedItemType["youtubeVideo"] = "youtube_video";
125
125
  FeedItemType["contentCard"] = "content_card";
126
+ FeedItemType["creatorUpdate"] = "creator_update";
126
127
  })(FeedItemType || (exports.FeedItemType = FeedItemType = {}));
127
128
  var QuestionType;
128
129
  (function (QuestionType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.301",
3
+ "version": "0.3.303",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",