podverse-shared
Advanced tools
Comparing version 4.14.3 to 4.14.4
@@ -42,2 +42,3 @@ import { EpisodeAlternateEnclosure, PodcastMedium, SocialInteraction } from '.'; | ||
podcastGuid?: string; | ||
podcastHasSeasons?: boolean; | ||
podcastId?: string; | ||
@@ -47,2 +48,3 @@ podcastImageUrl?: string; | ||
podcastIsExplicit?: boolean; | ||
podcastItunesFeedType?: string; | ||
podcastMedium?: PodcastMedium; | ||
@@ -67,2 +69,3 @@ podcastLinkUrl?: string; | ||
podcastGuid: any; | ||
podcastHasSeasons: any; | ||
podcastHasVideo: any; | ||
@@ -74,2 +77,3 @@ podcastHideDynamicAdsWarning: any; | ||
podcastIsExplicit: any; | ||
podcastItunesFeedType: any; | ||
podcastLinkUrl: any; | ||
@@ -122,2 +126,3 @@ podcastMedium: any; | ||
funding: any; | ||
hasSeasons: boolean | undefined; | ||
hasVideo: boolean | undefined; | ||
@@ -128,2 +133,3 @@ hideDynamicAdsWarning: boolean | undefined; | ||
isExplicit: boolean | undefined; | ||
itunesFeedType: string | undefined; | ||
linkUrl: string | undefined; | ||
@@ -165,2 +171,3 @@ medium: "video" | "podcast" | "music" | "film" | "audiobook" | "newsletter" | "blog" | "music-video" | undefined; | ||
funding: any; | ||
hasSeasons: boolean | undefined; | ||
hasVideo: boolean | undefined; | ||
@@ -171,2 +178,3 @@ hideDynamicAdsWarning: boolean | undefined; | ||
isExplicit: boolean | undefined; | ||
itunesFeedType: string | undefined; | ||
linkUrl: string | undefined; | ||
@@ -220,2 +228,3 @@ medium: "video" | "podcast" | "music" | "film" | "audiobook" | "newsletter" | "blog" | "music-video" | undefined; | ||
podcastGuid: any; | ||
podcastHasSeasons: any; | ||
podcastHasVideo: any; | ||
@@ -227,2 +236,3 @@ podcastHideDynamicAdsWarning: any; | ||
podcastIsExplicit: any; | ||
podcastItunesFeedType: any; | ||
podcastLinkUrl: any; | ||
@@ -229,0 +239,0 @@ podcastMedium: any; |
@@ -26,3 +26,3 @@ "use strict"; | ||
} | ||
return __assign(__assign(__assign(__assign({}, cleanedItem), { addByRSSPodcastFeedUrl: item.addByRSSPodcastFeedUrl || '', episodeAlternateEnclosures: parseProp(item, 'episodeAlternateEnclosures', []), episodeAlternateEnclosureSelected: parseProp(item, 'episodeAlternateEnclosureSelected', null), episodeChaptersUrl: item.episodeChaptersUrl || '', episodeCredentialsRequired: item.episodeCredentialsRequired || false, episodeDescription: item.episodeDescription || '', episodeDuration: item.episodeDuration || null, episodeFunding: parseProp(item, 'episodeFunding', []), episodeGuid: item.episodeGuid || '', episodeId: item.episodeId || '', episodeImageUrl: item.episodeImageUrl || '', episodeLinkUrl: item.episodeLinkUrl || '', episodeMediaType: item.episodeMediaType || '', episodeMediaUrl: item.episodeMediaUrl || '' }), (item.episodePubDate ? { episodePubDate: item.episodePubDate } : {})), { episodeSocialInteraction: parseProp(item, 'episodeSocialInteraction', []), episodeSubtitle: item.episodeSubtitle || '', episodeTitle: item.episodeTitle || '', episodeTranscript: parseProp(item, 'episodeTranscript', []), episodeValue: parseProp(item, 'episodeValue', []), isPublic: item.isPublic || false, liveItem: item.liveItem || null, podcastCredentialsRequired: item.podcastCredentialsRequired || false, podcastFunding: parseProp(item, 'podcastFunding', []), podcastGuid: item.podcastGuid || '', podcastHasVideo: item.podcastHasVideo || false, podcastHideDynamicAdsWarning: item.podcastHideDynamicAdsWarning || false, podcastId: item.podcastId || '', podcastImageUrl: item.podcastImageUrl || '', podcastIndexPodcastId: item.podcastIndexPodcastId || '', podcastIsExplicit: item.podcastIsExplicit || false, podcastLinkUrl: item.podcastLinkUrl || '', podcastMedium: item.podcastMedium || 'podcast', podcastShrunkImageUrl: item.podcastShrunkImageUrl || '', podcastSortableTitle: item.podcastSortableTitle || '', podcastTitle: item.podcastTitle || '', podcastValue: parseProp(item, 'podcastValue', []), userPlaybackPosition: !item.userPlaybackPosition && item.userPlaybackPosition !== 0 | ||
return __assign(__assign(__assign(__assign({}, cleanedItem), { addByRSSPodcastFeedUrl: item.addByRSSPodcastFeedUrl || '', episodeAlternateEnclosures: parseProp(item, 'episodeAlternateEnclosures', []), episodeAlternateEnclosureSelected: parseProp(item, 'episodeAlternateEnclosureSelected', null), episodeChaptersUrl: item.episodeChaptersUrl || '', episodeCredentialsRequired: item.episodeCredentialsRequired || false, episodeDescription: item.episodeDescription || '', episodeDuration: item.episodeDuration || null, episodeFunding: parseProp(item, 'episodeFunding', []), episodeGuid: item.episodeGuid || '', episodeId: item.episodeId || '', episodeImageUrl: item.episodeImageUrl || '', episodeLinkUrl: item.episodeLinkUrl || '', episodeMediaType: item.episodeMediaType || '', episodeMediaUrl: item.episodeMediaUrl || '' }), (item.episodePubDate ? { episodePubDate: item.episodePubDate } : {})), { episodeSocialInteraction: parseProp(item, 'episodeSocialInteraction', []), episodeSubtitle: item.episodeSubtitle || '', episodeTitle: item.episodeTitle || '', episodeTranscript: parseProp(item, 'episodeTranscript', []), episodeValue: parseProp(item, 'episodeValue', []), isPublic: item.isPublic || false, liveItem: item.liveItem || null, podcastCredentialsRequired: item.podcastCredentialsRequired || false, podcastFunding: parseProp(item, 'podcastFunding', []), podcastGuid: item.podcastGuid || '', podcastHasSeasons: item.podcastHasSeasons || false, podcastHasVideo: item.podcastHasVideo || false, podcastHideDynamicAdsWarning: item.podcastHideDynamicAdsWarning || false, podcastId: item.podcastId || '', podcastImageUrl: item.podcastImageUrl || '', podcastIndexPodcastId: item.podcastIndexPodcastId || '', podcastIsExplicit: item.podcastIsExplicit || false, podcastItunesFeedType: item.podcastItunesFeedType || '', podcastLinkUrl: item.podcastLinkUrl || '', podcastMedium: item.podcastMedium || 'podcast', podcastShrunkImageUrl: item.podcastShrunkImageUrl || '', podcastSortableTitle: item.podcastSortableTitle || '', podcastTitle: item.podcastTitle || '', podcastValue: parseProp(item, 'podcastValue', []), userPlaybackPosition: !item.userPlaybackPosition && item.userPlaybackPosition !== 0 | ||
? 0 | ||
@@ -72,2 +72,3 @@ : item.userPlaybackPosition }); | ||
funding: parseProp(item, 'podcastFunding', []), | ||
hasSeasons: item.podcastHasSeasons, | ||
hasVideo: item.podcastHasVideo, | ||
@@ -78,2 +79,3 @@ hideDynamicAdsWarning: item.podcastHideDynamicAdsWarning, | ||
isExplicit: item.podcastIsExplicit, | ||
itunesFeedType: item.podcastItunesFeedType, | ||
linkUrl: item.podcastLinkUrl, | ||
@@ -136,2 +138,3 @@ medium: item.podcastMedium, | ||
podcastGuid: data.podcastGuid, | ||
podcastHasSeasons: data.podcastHasSeasons, | ||
podcastHasVideo: data.podcastHasVideo, | ||
@@ -143,2 +146,3 @@ podcastHideDynamicAdsWarning: data.podcastHideDynamicAdsWarning, | ||
podcastIsExplicit: data.podcastIsExplicit, | ||
podcastItunesFeedType: data.podcastItunesFeedType, | ||
podcastLinkUrl: data.podcastLinkUrl, | ||
@@ -226,2 +230,3 @@ podcastMedium: data.podcastMedium, | ||
nowPlayingItem.podcastGuid = p.podcastGuid; | ||
nowPlayingItem.podcastHasSeasons = p.hasSeasons; | ||
nowPlayingItem.podcastHasVideo = p.hasVideo; | ||
@@ -233,2 +238,3 @@ nowPlayingItem.podcastHideDynamicAdsWarning = p.hideDynamicAdsWarning; | ||
nowPlayingItem.podcastIsExplicit = p.isExplicit; | ||
nowPlayingItem.podcastItunesFeedType = p.itunesFeedType; | ||
nowPlayingItem.podcastLinkUrl = p.linkUrl; | ||
@@ -235,0 +241,0 @@ nowPlayingItem.podcastMedium = p.medium; |
@@ -14,4 +14,6 @@ import { Author, Category, FeedUrl, Funding, ValueTag } from "."; | ||
hasPodcastIndexValueTag?: boolean; | ||
hasSeasons: boolean; | ||
imageUrl?: string | null; | ||
isExplicit: boolean; | ||
itunesFeedType: string; | ||
language?: string; | ||
@@ -18,0 +20,0 @@ lastEpisodePubDate?: Date | null; |
{ | ||
"name": "podverse-shared", | ||
"version": "4.14.3", | ||
"version": "4.14.4", | ||
"description": "Helpers that are used across multiple Podverse modules", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139758
2315