@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.
- package/dist/ParraAPI.d.ts +2 -1
- package/dist/ParraAPI.js +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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) {
|