Variable BaseCollectionSourceSchemaConst
BaseCollectionSourceSchema: ZodUnion<
readonly [
ZodObject<
{
selection_type: ZodLiteral<"distribution_ids">;
identifiers: ZodArray<
ZodObject<
{
type: ZodUnion<
readonly [
ZodLiteral<"apple_podcast_id">,
ZodLiteral<"spotify_collection_id">,
ZodLiteral<"rss_url">,
ZodLiteral<"podcast_guid">,
ZodLiteral<"amazon_music_id">,
ZodLiteral<"iheart_id">,
ZodLiteral<"podcast_index_id">,
ZodLiteral<"youtube_channel_id">,
ZodLiteral<"youtube_playlist_id">,
ZodLiteral<"amazon_title_id">,
ZodLiteral<"roku_channel_id">,
ZodLiteral<"pluto_channel_id">,
ZodLiteral<"tubi_id">,
ZodLiteral<"peacock_id">,
ZodLiteral<"tiktok_id">,
ZodLiteral<"twitch_channel">,
ZodLiteral<"imdb_id">,
ZodLiteral<"gracenote_id">,
ZodLiteral<"eidr_id">,
ZodLiteral<"domain">,
ZodLiteral<"substack_id">,
],
>;
value: ZodString;
},
$loose,
>,
>;
},
$loose,
>,
ZodObject<
{
selection_type: ZodLiteral<"publisher_collections">;
publisher_domain: ZodString;
collection_ids: ZodArray<ZodString>;
},
$loose,
>,
ZodObject<
{
selection_type: ZodLiteral<"publisher_genres">;
publisher_domain: ZodString;
genres: ZodArray<ZodString>;
genre_taxonomy: ZodUnion<
readonly [
ZodLiteral<"iab_content_3.0">,
ZodLiteral<"iab_content_2.2">,
ZodLiteral<"gracenote">,
ZodLiteral<"eidr">,
ZodLiteral<"apple_genres">,
ZodLiteral<"google_genres">,
ZodLiteral<"roku">,
ZodLiteral<"amazon_genres">,
ZodLiteral<"custom">,
],
>;
},
$loose,
>,
],
> = ...