import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; /** * The format for episodes for the podcast channel. This parameter only takes effect if podcasting is enabled for the channel. */ export declare const PostChannelsEpisodeFormat: { readonly Episodic: "episodic"; readonly EpisodicWithSeasons: "episodic_with_seasons"; readonly Serial: "serial"; }; /** * The format for episodes for the podcast channel. This parameter only takes effect if podcasting is enabled for the channel. */ export type PostChannelsEpisodeFormat = ClosedEnum; /** * The primary category for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ export declare const PostChannelsCategory1: { readonly ArtsGreaterThanBooks: "arts > books"; readonly ArtsGreaterThanDesign: "arts > design"; readonly ArtsGreaterThanFashionAndBeauty: "arts > fashion_and_beauty"; readonly ArtsGreaterThanFood: "arts > food"; readonly ArtsGreaterThanPerformingArts: "arts > performing_arts"; readonly ArtsGreaterThanVisualArts: "arts > visual_arts"; readonly BusinessGreaterThanCareers: "business > careers"; readonly BusinessGreaterThanEntrepreneurship: "business > entrepreneurship"; readonly BusinessGreaterThanInvesting: "business > investing"; readonly BusinessGreaterThanManagement: "business > management"; readonly BusinessGreaterThanMarketing: "business > marketing"; readonly BusinessGreaterThanNonProfit: "business > non_profit"; readonly ComedyGreaterThanComedyInterviews: "comedy > comedy_interviews"; readonly ComedyGreaterThanImprov: "comedy > improv"; readonly ComedyGreaterThanStandUp: "comedy > stand_up"; readonly EducationGreaterThanCourses: "education > courses"; readonly EducationGreaterThanHowTo: "education > how_to"; readonly EducationGreaterThanLanguageLearning: "education > language_learning"; readonly EducationGreaterThanSelfImprovement: "education > self_improvement"; readonly FictionGreaterThanComedyFiction: "fiction > comedy_fiction"; readonly FictionGreaterThanDrama: "fiction > drama"; readonly FictionGreaterThanScienceFiction: "fiction > science_fiction"; readonly HealthAndFitnessGreaterThanAlternativeHealth: "health_and_fitness > alternative_health"; readonly HealthAndFitnessGreaterThanFitness: "health_and_fitness > fitness"; readonly HealthAndFitnessGreaterThanMedicine: "health_and_fitness > medicine"; readonly HealthAndFitnessGreaterThanMentalHealth: "health_and_fitness > mental_health"; readonly HealthAndFitnessGreaterThanNutrition: "health_and_fitness > nutrition"; readonly HealthAndFitnessGreaterThanSexuality: "health_and_fitness > sexuality"; readonly KidsAndFamilyGreaterThanEducationForKids: "kids_and_family > education_for_kids"; readonly KidsAndFamilyGreaterThanParenting: "kids_and_family > parenting"; readonly KidsAndFamilyGreaterThanPetsAndAnimals: "kids_and_family > pets_and_animals"; readonly KidsAndFamilyGreaterThanStoriesForKids: "kids_and_family > stories_for_kids"; readonly LeisureGreaterThanAnimationAndManga: "leisure > animation_and_manga"; readonly LeisureGreaterThanAutomotive: "leisure > automotive"; readonly LeisureGreaterThanAviation: "leisure > aviation"; readonly LeisureGreaterThanCrafts: "leisure > crafts"; readonly LeisureGreaterThanGames: "leisure > games"; readonly LeisureGreaterThanHobbies: "leisure > hobbies"; readonly LeisureGreaterThanHomeAndGarden: "leisure > home_and_garden"; readonly LeisureGreaterThanVideoGames: "leisure > video_games"; readonly MusicGreaterThanMusicCommentary: "music > music_commentary"; readonly MusicGreaterThanMusicHistory: "music > music_history"; readonly MusicGreaterThanMusicInterviews: "music > music_interviews"; readonly NewsGreaterThanBusinessNews: "news > business_news"; readonly NewsGreaterThanDailyNews: "news > daily_news"; readonly NewsGreaterThanEntertainmentNews: "news > entertainment_news"; readonly NewsGreaterThanNewsCommentary: "news > news_commentary"; readonly NewsGreaterThanPolitics: "news > politics"; readonly NewsGreaterThanSportsNews: "news > sports_news"; readonly NewsGreaterThanTechNews: "news > tech_news"; readonly ReligionAndSpiritualityGreaterThanBuddhism: "religion_and_spirituality > buddhism"; readonly ReligionAndSpiritualityGreaterThanChristianity: "religion_and_spirituality > christianity"; readonly ReligionAndSpiritualityGreaterThanHinduism: "religion_and_spirituality > hinduism"; readonly ReligionAndSpiritualityGreaterThanIslam: "religion_and_spirituality > islam"; readonly ReligionAndSpiritualityGreaterThanJudaism: "religion_and_spirituality > judaism"; readonly ReligionAndSpiritualityGreaterThanReligion: "religion_and_spirituality > religion"; readonly ReligionAndSpiritualityGreaterThanSpirituality: "religion_and_spirituality > spirituality"; readonly ScienceGreaterThanAstronomy: "science > astronomy"; readonly ScienceGreaterThanChemistry: "science > chemistry"; readonly ScienceGreaterThanEarthSciences: "science > earth_sciences"; readonly ScienceGreaterThanLifeSciences: "science > life_sciences"; readonly ScienceGreaterThanMathematics: "science > mathematics"; readonly ScienceGreaterThanNaturalSciences: "science > natural_sciences"; readonly ScienceGreaterThanNature: "science > nature"; readonly ScienceGreaterThanPhysics: "science > physics"; readonly ScienceGreaterThanSocialSciences: "science > social_sciences"; readonly SocietyAndCultureGreaterThanDocumentary: "society_and_culture > documentary"; readonly SocietyAndCultureGreaterThanPersonalJournals: "society_and_culture > personal_journals"; readonly SocietyAndCultureGreaterThanPhilosophy: "society_and_culture > philosophy"; readonly SocietyAndCultureGreaterThanPlacesAndTravel: "society_and_culture > places_and_travel"; readonly SocietyAndCultureGreaterThanRelationships: "society_and_culture > relationships"; readonly SportsGreaterThanBaseball: "sports > baseball"; readonly SportsGreaterThanBasketball: "sports > basketball"; readonly SportsGreaterThanCricket: "sports > cricket"; readonly SportsGreaterThanFantasySports: "sports > fantasy_sports"; readonly SportsGreaterThanFootball: "sports > football"; readonly SportsGreaterThanGolf: "sports > golf"; readonly SportsGreaterThanHockey: "sports > hockey"; readonly SportsGreaterThanRugby: "sports > rugby"; readonly SportsGreaterThanRunning: "sports > running"; readonly SportsGreaterThanSoccer: "sports > soccer"; readonly SportsGreaterThanSwimming: "sports > swimming"; readonly SportsGreaterThanTennis: "sports > tennis"; readonly SportsGreaterThanVolleyball: "sports > volleyball"; readonly SportsGreaterThanWilderness: "sports > wilderness"; readonly SportsGreaterThanWrestling: "sports > wrestling"; readonly TvAndFilmGreaterThanAfterShows: "tv_and_film > after_shows"; readonly TvAndFilmGreaterThanFilmHistory: "tv_and_film > film_history"; readonly TvAndFilmGreaterThanFilmInterviews: "tv_and_film > film_interviews"; readonly TvAndFilmGreaterThanFilmReviews: "tv_and_film > film_reviews"; readonly TvAndFilmGreaterThanTvReviews: "tv_and_film > tv_reviews"; }; /** * The primary category for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ export type PostChannelsCategory1 = ClosedEnum; /** * The secondary category for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ export declare const PostChannelsCategory2: { readonly ArtsGreaterThanBooks: "arts > books"; readonly ArtsGreaterThanDesign: "arts > design"; readonly ArtsGreaterThanFashionAndBeauty: "arts > fashion_and_beauty"; readonly ArtsGreaterThanFood: "arts > food"; readonly ArtsGreaterThanPerformingArts: "arts > performing_arts"; readonly ArtsGreaterThanVisualArts: "arts > visual_arts"; readonly BusinessGreaterThanCareers: "business > careers"; readonly BusinessGreaterThanEntrepreneurship: "business > entrepreneurship"; readonly BusinessGreaterThanInvesting: "business > investing"; readonly BusinessGreaterThanManagement: "business > management"; readonly BusinessGreaterThanMarketing: "business > marketing"; readonly BusinessGreaterThanNonProfit: "business > non_profit"; readonly ComedyGreaterThanComedyInterviews: "comedy > comedy_interviews"; readonly ComedyGreaterThanImprov: "comedy > improv"; readonly ComedyGreaterThanStandUp: "comedy > stand_up"; readonly EducationGreaterThanCourses: "education > courses"; readonly EducationGreaterThanHowTo: "education > how_to"; readonly EducationGreaterThanLanguageLearning: "education > language_learning"; readonly EducationGreaterThanSelfImprovement: "education > self_improvement"; readonly FictionGreaterThanComedyFiction: "fiction > comedy_fiction"; readonly FictionGreaterThanDrama: "fiction > drama"; readonly FictionGreaterThanScienceFiction: "fiction > science_fiction"; readonly HealthAndFitnessGreaterThanAlternativeHealth: "health_and_fitness > alternative_health"; readonly HealthAndFitnessGreaterThanFitness: "health_and_fitness > fitness"; readonly HealthAndFitnessGreaterThanMedicine: "health_and_fitness > medicine"; readonly HealthAndFitnessGreaterThanMentalHealth: "health_and_fitness > mental_health"; readonly HealthAndFitnessGreaterThanNutrition: "health_and_fitness > nutrition"; readonly HealthAndFitnessGreaterThanSexuality: "health_and_fitness > sexuality"; readonly KidsAndFamilyGreaterThanEducationForKids: "kids_and_family > education_for_kids"; readonly KidsAndFamilyGreaterThanParenting: "kids_and_family > parenting"; readonly KidsAndFamilyGreaterThanPetsAndAnimals: "kids_and_family > pets_and_animals"; readonly KidsAndFamilyGreaterThanStoriesForKids: "kids_and_family > stories_for_kids"; readonly LeisureGreaterThanAnimationAndManga: "leisure > animation_and_manga"; readonly LeisureGreaterThanAutomotive: "leisure > automotive"; readonly LeisureGreaterThanAviation: "leisure > aviation"; readonly LeisureGreaterThanCrafts: "leisure > crafts"; readonly LeisureGreaterThanGames: "leisure > games"; readonly LeisureGreaterThanHobbies: "leisure > hobbies"; readonly LeisureGreaterThanHomeAndGarden: "leisure > home_and_garden"; readonly LeisureGreaterThanVideoGames: "leisure > video_games"; readonly MusicGreaterThanMusicCommentary: "music > music_commentary"; readonly MusicGreaterThanMusicHistory: "music > music_history"; readonly MusicGreaterThanMusicInterviews: "music > music_interviews"; readonly NewsGreaterThanBusinessNews: "news > business_news"; readonly NewsGreaterThanDailyNews: "news > daily_news"; readonly NewsGreaterThanEntertainmentNews: "news > entertainment_news"; readonly NewsGreaterThanNewsCommentary: "news > news_commentary"; readonly NewsGreaterThanPolitics: "news > politics"; readonly NewsGreaterThanSportsNews: "news > sports_news"; readonly NewsGreaterThanTechNews: "news > tech_news"; readonly ReligionAndSpiritualityGreaterThanBuddhism: "religion_and_spirituality > buddhism"; readonly ReligionAndSpiritualityGreaterThanChristianity: "religion_and_spirituality > christianity"; readonly ReligionAndSpiritualityGreaterThanHinduism: "religion_and_spirituality > hinduism"; readonly ReligionAndSpiritualityGreaterThanIslam: "religion_and_spirituality > islam"; readonly ReligionAndSpiritualityGreaterThanJudaism: "religion_and_spirituality > judaism"; readonly ReligionAndSpiritualityGreaterThanReligion: "religion_and_spirituality > religion"; readonly ReligionAndSpiritualityGreaterThanSpirituality: "religion_and_spirituality > spirituality"; readonly ScienceGreaterThanAstronomy: "science > astronomy"; readonly ScienceGreaterThanChemistry: "science > chemistry"; readonly ScienceGreaterThanEarthSciences: "science > earth_sciences"; readonly ScienceGreaterThanLifeSciences: "science > life_sciences"; readonly ScienceGreaterThanMathematics: "science > mathematics"; readonly ScienceGreaterThanNaturalSciences: "science > natural_sciences"; readonly ScienceGreaterThanNature: "science > nature"; readonly ScienceGreaterThanPhysics: "science > physics"; readonly ScienceGreaterThanSocialSciences: "science > social_sciences"; readonly SocietyAndCultureGreaterThanDocumentary: "society_and_culture > documentary"; readonly SocietyAndCultureGreaterThanPersonalJournals: "society_and_culture > personal_journals"; readonly SocietyAndCultureGreaterThanPhilosophy: "society_and_culture > philosophy"; readonly SocietyAndCultureGreaterThanPlacesAndTravel: "society_and_culture > places_and_travel"; readonly SocietyAndCultureGreaterThanRelationships: "society_and_culture > relationships"; readonly SportsGreaterThanBaseball: "sports > baseball"; readonly SportsGreaterThanBasketball: "sports > basketball"; readonly SportsGreaterThanCricket: "sports > cricket"; readonly SportsGreaterThanFantasySports: "sports > fantasy_sports"; readonly SportsGreaterThanFootball: "sports > football"; readonly SportsGreaterThanGolf: "sports > golf"; readonly SportsGreaterThanHockey: "sports > hockey"; readonly SportsGreaterThanRugby: "sports > rugby"; readonly SportsGreaterThanRunning: "sports > running"; readonly SportsGreaterThanSoccer: "sports > soccer"; readonly SportsGreaterThanSwimming: "sports > swimming"; readonly SportsGreaterThanTennis: "sports > tennis"; readonly SportsGreaterThanVolleyball: "sports > volleyball"; readonly SportsGreaterThanWilderness: "sports > wilderness"; readonly SportsGreaterThanWrestling: "sports > wrestling"; readonly TvAndFilmGreaterThanAfterShows: "tv_and_film > after_shows"; readonly TvAndFilmGreaterThanFilmHistory: "tv_and_film > film_history"; readonly TvAndFilmGreaterThanFilmInterviews: "tv_and_film > film_interviews"; readonly TvAndFilmGreaterThanFilmReviews: "tv_and_film > film_reviews"; readonly TvAndFilmGreaterThanTvReviews: "tv_and_film > tv_reviews"; }; /** * The secondary category for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ export type PostChannelsCategory2 = ClosedEnum; /** * The third category for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ export declare const PostChannelsCategory3: { readonly ArtsGreaterThanBooks: "arts > books"; readonly ArtsGreaterThanDesign: "arts > design"; readonly ArtsGreaterThanFashionAndBeauty: "arts > fashion_and_beauty"; readonly ArtsGreaterThanFood: "arts > food"; readonly ArtsGreaterThanPerformingArts: "arts > performing_arts"; readonly ArtsGreaterThanVisualArts: "arts > visual_arts"; readonly BusinessGreaterThanCareers: "business > careers"; readonly BusinessGreaterThanEntrepreneurship: "business > entrepreneurship"; readonly BusinessGreaterThanInvesting: "business > investing"; readonly BusinessGreaterThanManagement: "business > management"; readonly BusinessGreaterThanMarketing: "business > marketing"; readonly BusinessGreaterThanNonProfit: "business > non_profit"; readonly ComedyGreaterThanComedyInterviews: "comedy > comedy_interviews"; readonly ComedyGreaterThanImprov: "comedy > improv"; readonly ComedyGreaterThanStandUp: "comedy > stand_up"; readonly EducationGreaterThanCourses: "education > courses"; readonly EducationGreaterThanHowTo: "education > how_to"; readonly EducationGreaterThanLanguageLearning: "education > language_learning"; readonly EducationGreaterThanSelfImprovement: "education > self_improvement"; readonly FictionGreaterThanComedyFiction: "fiction > comedy_fiction"; readonly FictionGreaterThanDrama: "fiction > drama"; readonly FictionGreaterThanScienceFiction: "fiction > science_fiction"; readonly HealthAndFitnessGreaterThanAlternativeHealth: "health_and_fitness > alternative_health"; readonly HealthAndFitnessGreaterThanFitness: "health_and_fitness > fitness"; readonly HealthAndFitnessGreaterThanMedicine: "health_and_fitness > medicine"; readonly HealthAndFitnessGreaterThanMentalHealth: "health_and_fitness > mental_health"; readonly HealthAndFitnessGreaterThanNutrition: "health_and_fitness > nutrition"; readonly HealthAndFitnessGreaterThanSexuality: "health_and_fitness > sexuality"; readonly KidsAndFamilyGreaterThanEducationForKids: "kids_and_family > education_for_kids"; readonly KidsAndFamilyGreaterThanParenting: "kids_and_family > parenting"; readonly KidsAndFamilyGreaterThanPetsAndAnimals: "kids_and_family > pets_and_animals"; readonly KidsAndFamilyGreaterThanStoriesForKids: "kids_and_family > stories_for_kids"; readonly LeisureGreaterThanAnimationAndManga: "leisure > animation_and_manga"; readonly LeisureGreaterThanAutomotive: "leisure > automotive"; readonly LeisureGreaterThanAviation: "leisure > aviation"; readonly LeisureGreaterThanCrafts: "leisure > crafts"; readonly LeisureGreaterThanGames: "leisure > games"; readonly LeisureGreaterThanHobbies: "leisure > hobbies"; readonly LeisureGreaterThanHomeAndGarden: "leisure > home_and_garden"; readonly LeisureGreaterThanVideoGames: "leisure > video_games"; readonly MusicGreaterThanMusicCommentary: "music > music_commentary"; readonly MusicGreaterThanMusicHistory: "music > music_history"; readonly MusicGreaterThanMusicInterviews: "music > music_interviews"; readonly NewsGreaterThanBusinessNews: "news > business_news"; readonly NewsGreaterThanDailyNews: "news > daily_news"; readonly NewsGreaterThanEntertainmentNews: "news > entertainment_news"; readonly NewsGreaterThanNewsCommentary: "news > news_commentary"; readonly NewsGreaterThanPolitics: "news > politics"; readonly NewsGreaterThanSportsNews: "news > sports_news"; readonly NewsGreaterThanTechNews: "news > tech_news"; readonly ReligionAndSpiritualityGreaterThanBuddhism: "religion_and_spirituality > buddhism"; readonly ReligionAndSpiritualityGreaterThanChristianity: "religion_and_spirituality > christianity"; readonly ReligionAndSpiritualityGreaterThanHinduism: "religion_and_spirituality > hinduism"; readonly ReligionAndSpiritualityGreaterThanIslam: "religion_and_spirituality > islam"; readonly ReligionAndSpiritualityGreaterThanJudaism: "religion_and_spirituality > judaism"; readonly ReligionAndSpiritualityGreaterThanReligion: "religion_and_spirituality > religion"; readonly ReligionAndSpiritualityGreaterThanSpirituality: "religion_and_spirituality > spirituality"; readonly ScienceGreaterThanAstronomy: "science > astronomy"; readonly ScienceGreaterThanChemistry: "science > chemistry"; readonly ScienceGreaterThanEarthSciences: "science > earth_sciences"; readonly ScienceGreaterThanLifeSciences: "science > life_sciences"; readonly ScienceGreaterThanMathematics: "science > mathematics"; readonly ScienceGreaterThanNaturalSciences: "science > natural_sciences"; readonly ScienceGreaterThanNature: "science > nature"; readonly ScienceGreaterThanPhysics: "science > physics"; readonly ScienceGreaterThanSocialSciences: "science > social_sciences"; readonly SocietyAndCultureGreaterThanDocumentary: "society_and_culture > documentary"; readonly SocietyAndCultureGreaterThanPersonalJournals: "society_and_culture > personal_journals"; readonly SocietyAndCultureGreaterThanPhilosophy: "society_and_culture > philosophy"; readonly SocietyAndCultureGreaterThanPlacesAndTravel: "society_and_culture > places_and_travel"; readonly SocietyAndCultureGreaterThanRelationships: "society_and_culture > relationships"; readonly SportsGreaterThanBaseball: "sports > baseball"; readonly SportsGreaterThanBasketball: "sports > basketball"; readonly SportsGreaterThanCricket: "sports > cricket"; readonly SportsGreaterThanFantasySports: "sports > fantasy_sports"; readonly SportsGreaterThanFootball: "sports > football"; readonly SportsGreaterThanGolf: "sports > golf"; readonly SportsGreaterThanHockey: "sports > hockey"; readonly SportsGreaterThanRugby: "sports > rugby"; readonly SportsGreaterThanRunning: "sports > running"; readonly SportsGreaterThanSoccer: "sports > soccer"; readonly SportsGreaterThanSwimming: "sports > swimming"; readonly SportsGreaterThanTennis: "sports > tennis"; readonly SportsGreaterThanVolleyball: "sports > volleyball"; readonly SportsGreaterThanWilderness: "sports > wilderness"; readonly SportsGreaterThanWrestling: "sports > wrestling"; readonly TvAndFilmGreaterThanAfterShows: "tv_and_film > after_shows"; readonly TvAndFilmGreaterThanFilmHistory: "tv_and_film > film_history"; readonly TvAndFilmGreaterThanFilmInterviews: "tv_and_film > film_interviews"; readonly TvAndFilmGreaterThanFilmReviews: "tv_and_film > film_reviews"; readonly TvAndFilmGreaterThanTvReviews: "tv_and_film > tv_reviews"; }; /** * The third category for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ export type PostChannelsCategory3 = ClosedEnum; /** * The ISO 639-1 language code for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ export declare const PostChannelsLanguage: { readonly Af: "af"; readonly Be: "be"; readonly Bg: "bg"; readonly Ca: "ca"; readonly Cs: "cs"; readonly Da: "da"; readonly DeAt: "de-at"; readonly DeCh: "de-ch"; readonly DeDe: "de-de"; readonly DeLi: "de-li"; readonly DeLu: "de-lu"; readonly De: "de"; readonly El: "el"; readonly EnAu: "en-au"; readonly EnBz: "en-bz"; readonly EnCa: "en-ca"; readonly EnGb: "en-gb"; readonly EnIe: "en-ie"; readonly EnJm: "en-jm"; readonly EnNz: "en-nz"; readonly EnPh: "en-ph"; readonly EnTt: "en-tt"; readonly EnUs: "en-us"; readonly EnZa: "en-za"; readonly EnZw: "en-zw"; readonly En: "en"; readonly EsAr: "es-ar"; readonly EsBo: "es-bo"; readonly EsCl: "es-cl"; readonly EsCo: "es-co"; readonly EsCr: "es-cr"; readonly EsDo: "es-do"; readonly EsEc: "es-ec"; readonly EsEs: "es-es"; readonly EsGt: "es-gt"; readonly EsHn: "es-hn"; readonly EsMx: "es-mx"; readonly EsNi: "es-ni"; readonly EsPa: "es-pa"; readonly EsPe: "es-pe"; readonly EsPr: "es-pr"; readonly EsPy: "es-py"; readonly EsSv: "es-sv"; readonly EsUy: "es-uy"; readonly EsVe: "es-ve"; readonly Es: "es"; readonly Et: "et"; readonly Eu: "eu"; readonly Fi: "fi"; readonly Fo: "fo"; readonly FrBe: "fr-be"; readonly FrCa: "fr-ca"; readonly FrCh: "fr-ch"; readonly FrFr: "fr-fr"; readonly FrLu: "fr-lu"; readonly FrMc: "fr-mc"; readonly Fr: "fr"; readonly Ga: "ga"; readonly Gd: "gd"; readonly Gl: "gl"; readonly Haw: "haw"; readonly Hr: "hr"; readonly Hu: "hu"; readonly In: "in"; readonly Is: "is"; readonly ItCh: "it-ch"; readonly ItIt: "it-it"; readonly It: "it"; readonly Ja: "ja"; readonly Ko: "ko"; readonly Mk: "mk"; readonly NlBe: "nl-be"; readonly NlNl: "nl-nl"; readonly Nl: "nl"; readonly No: "no"; readonly Pl: "pl"; readonly PtBr: "pt-br"; readonly PtPt: "pt-pt"; readonly Pt: "pt"; readonly RoMo: "ro-mo"; readonly RoRo: "ro-ro"; readonly Ro: "ro"; readonly RuMo: "ru-mo"; readonly RuRu: "ru-ru"; readonly Ru: "ru"; readonly Sk: "sk"; readonly Sl: "sl"; readonly Sq: "sq"; readonly Sr: "sr"; readonly SvFi: "sv-fi"; readonly SvSe: "sv-se"; readonly Sv: "sv"; readonly Tr: "tr"; readonly Uk: "uk"; readonly ZhCn: "zh-cn"; readonly ZhTw: "zh-tw"; }; /** * The ISO 639-1 language code for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ export type PostChannelsLanguage = ClosedEnum; export type PostChannelsRequest = { /** * The display name for the channel */ name?: string | null | undefined; /** * The channel's description. */ description?: string | null | undefined; /** * Whether the episodes are automatically published when added to the channel. Cannot be enabled if podcasting is on. */ autoPublishEnabled?: boolean | undefined; /** * Whether podcasting is enabled for this channel. */ podcastEnabled?: boolean | undefined; /** * Use if embedding the channel on your own site. The custom URL ensures links always direct to your page and not Wistia's. */ customUrl?: string | null | undefined; /** * The channel's copyright information. This parameter only takes effect if podcasting is enabled for the channel. */ copyright?: string | null | undefined; /** * The format for episodes for the podcast channel. This parameter only takes effect if podcasting is enabled for the channel. */ episodeFormat?: PostChannelsEpisodeFormat | null | undefined; /** * The name of the author(s) for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ authorName?: string | null | undefined; /** * Whether the channel contains explicit content. This parameter only takes effect if podcasting is enabled for the channel. */ explicit?: boolean | null | undefined; /** * The name of the owner for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ ownerName?: string | null | undefined; /** * The email of the owner for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ ownerEmail?: string | null | undefined; /** * The primary category for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ category1?: PostChannelsCategory1 | null | undefined; /** * The secondary category for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ category2?: PostChannelsCategory2 | null | undefined; /** * The third category for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ category3?: PostChannelsCategory3 | null | undefined; /** * The ISO 639-1 language code for the channel. This parameter only takes effect if podcasting is enabled for the channel. */ language?: PostChannelsLanguage | null | undefined; }; /** * A Channel lets you take a collection of video (or audio) and embed them * * @remarks * on your site, as well as distribute through podcasting. */ export type PostChannelsResponse = { /** * The numeric id of the channel. */ id: number; /** * The date when the channel was originally created. */ created: Date; /** * The channel's description. */ description: string; /** * A unique alphanumeric identifier for this channel. */ hashedId: string; /** * The number of medias in the channel. */ mediaCount: number; /** * The display name for the channel */ name: string; /** * The date when the channel was last updated. */ updated: Date; /** * A cursor for stable pagination based on current `sort_by` order. You can pass this to `cursor[before]` or `cursor[after]` as a parameter to fetch the records before or after this record in the same sort order. This is only populated if records were fetched with `cursor[enabled]`, or `cursor[before]` or `cursor[after]`. */ cursor?: string | null | undefined; }; /** @internal */ export declare const PostChannelsEpisodeFormat$outboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostChannelsCategory1$outboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostChannelsCategory2$outboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostChannelsCategory3$outboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PostChannelsLanguage$outboundSchema: z.ZodNativeEnum; /** @internal */ export type PostChannelsRequest$Outbound = { name?: string | null | undefined; description?: string | null | undefined; auto_publish_enabled?: boolean | undefined; podcast_enabled?: boolean | undefined; custom_url?: string | null | undefined; copyright?: string | null | undefined; episode_format?: string | null | undefined; author_name?: string | null | undefined; explicit?: boolean | null | undefined; owner_name?: string | null | undefined; owner_email?: string | null | undefined; category1?: string | null | undefined; category2?: string | null | undefined; category3?: string | null | undefined; language?: string | null | undefined; }; /** @internal */ export declare const PostChannelsRequest$outboundSchema: z.ZodType; export declare function postChannelsRequestToJSON(postChannelsRequest: PostChannelsRequest): string; /** @internal */ export declare const PostChannelsResponse$inboundSchema: z.ZodType; export declare function postChannelsResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=postchannels.d.ts.map