@tmdb-graphql-api/resolvers 0.0.34 → 0.1.1-unstable.0

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.
Files changed (489) hide show
  1. package/dist/cjs/index.cjs +1 -1
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/index.mjs +1 -1
  4. package/dist/esm/index.mjs.map +1 -1
  5. package/dist/production.analysis.txt +506 -413
  6. package/dist/types/cjs/constants.d.cts +3 -0
  7. package/dist/types/cjs/constants.d.cts.map +1 -1
  8. package/dist/types/cjs/helpers/buildArgsResolver.d.cts +9 -0
  9. package/dist/types/cjs/helpers/buildArgsResolver.d.cts.map +1 -0
  10. package/dist/types/cjs/helpers/buildNoObjArgsResolver.d.cts +9 -0
  11. package/dist/types/cjs/helpers/buildNoObjArgsResolver.d.cts.map +1 -0
  12. package/dist/types/cjs/helpers/buildObjArgsResolver.d.cts +9 -0
  13. package/dist/types/cjs/helpers/buildObjArgsResolver.d.cts.map +1 -0
  14. package/dist/types/cjs/helpers/buildObjResolver.d.cts +11 -0
  15. package/dist/types/cjs/helpers/buildObjResolver.d.cts.map +1 -0
  16. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts +4 -3
  17. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts.map +1 -1
  18. package/dist/types/cjs/main.d.cts.map +1 -1
  19. package/dist/types/cjs/queries/certifications.d.cts +429 -4
  20. package/dist/types/cjs/queries/certifications.d.cts.map +1 -1
  21. package/dist/types/cjs/queries/collection.d.cts +61 -3397
  22. package/dist/types/cjs/queries/collection.d.cts.map +1 -1
  23. package/dist/types/cjs/queries/collectionImages.d.cts +40 -13
  24. package/dist/types/cjs/queries/collectionImages.d.cts.map +1 -1
  25. package/dist/types/cjs/queries/collectionTranslations.d.cts +34 -17
  26. package/dist/types/cjs/queries/collectionTranslations.d.cts.map +1 -1
  27. package/dist/types/cjs/queries/company.d.cts +9 -12
  28. package/dist/types/cjs/queries/company.d.cts.map +1 -1
  29. package/dist/types/cjs/queries/companyAlternativeNames.d.cts +27 -9
  30. package/dist/types/cjs/queries/companyAlternativeNames.d.cts.map +1 -1
  31. package/dist/types/cjs/queries/companyLogos.d.cts +19 -13
  32. package/dist/types/cjs/queries/companyLogos.d.cts.map +1 -1
  33. package/dist/types/cjs/queries/configuration.d.cts +11 -14
  34. package/dist/types/cjs/queries/configuration.d.cts.map +1 -1
  35. package/dist/types/cjs/queries/configurationCountries.d.cts +16 -3
  36. package/dist/types/cjs/queries/configurationCountries.d.cts.map +1 -1
  37. package/dist/types/cjs/queries/configurationJobs.d.cts +15 -3
  38. package/dist/types/cjs/queries/configurationJobs.d.cts.map +1 -1
  39. package/dist/types/cjs/queries/configurationLanguages.d.cts +16 -3
  40. package/dist/types/cjs/queries/configurationLanguages.d.cts.map +1 -1
  41. package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts +12 -3
  42. package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts.map +1 -1
  43. package/dist/types/cjs/queries/configurationTimezones.d.cts +15 -3
  44. package/dist/types/cjs/queries/configurationTimezones.d.cts.map +1 -1
  45. package/dist/types/cjs/queries/credit.d.cts +46 -4197
  46. package/dist/types/cjs/queries/credit.d.cts.map +1 -1
  47. package/dist/types/cjs/queries/discoverMovies.d.cts +2 -4
  48. package/dist/types/cjs/queries/discoverMovies.d.cts.map +1 -1
  49. package/dist/types/cjs/queries/discoverTv.d.cts +2 -4
  50. package/dist/types/cjs/queries/discoverTv.d.cts.map +1 -1
  51. package/dist/types/cjs/queries/episode.d.cts +235 -94
  52. package/dist/types/cjs/queries/episode.d.cts.map +1 -1
  53. package/dist/types/cjs/queries/episodeCredits.d.cts +168 -32
  54. package/dist/types/cjs/queries/episodeCredits.d.cts.map +1 -1
  55. package/dist/types/cjs/queries/episodeExternalIds.d.cts +139 -15
  56. package/dist/types/cjs/queries/episodeExternalIds.d.cts.map +1 -1
  57. package/dist/types/cjs/queries/episodeStills.d.cts +140 -5
  58. package/dist/types/cjs/queries/episodeStills.d.cts.map +1 -1
  59. package/dist/types/cjs/queries/episodeTranslations.d.cts +141 -19
  60. package/dist/types/cjs/queries/episodeTranslations.d.cts.map +1 -1
  61. package/dist/types/cjs/queries/episodeVideos.d.cts +142 -14
  62. package/dist/types/cjs/queries/episodeVideos.d.cts.map +1 -1
  63. package/dist/types/cjs/queries/find.d.cts +10 -1801
  64. package/dist/types/cjs/queries/find.d.cts.map +1 -1
  65. package/dist/types/cjs/queries/genres.d.cts +6 -6
  66. package/dist/types/cjs/queries/genres.d.cts.map +1 -1
  67. package/dist/types/cjs/queries/keyword.d.cts +2 -5
  68. package/dist/types/cjs/queries/keyword.d.cts.map +1 -1
  69. package/dist/types/cjs/queries/movie.d.cts +35 -3588
  70. package/dist/types/cjs/queries/movie.d.cts.map +1 -1
  71. package/dist/types/cjs/queries/movieAlternativeTitles.d.cts +1736 -5
  72. package/dist/types/cjs/queries/movieAlternativeTitles.d.cts.map +1 -1
  73. package/dist/types/cjs/queries/movieCredits.d.cts +1755 -30
  74. package/dist/types/cjs/queries/movieCredits.d.cts.map +1 -1
  75. package/dist/types/cjs/queries/movieExternalIds.d.cts +1738 -15
  76. package/dist/types/cjs/queries/movieExternalIds.d.cts.map +1 -1
  77. package/dist/types/cjs/queries/movieImages.d.cts +1756 -5
  78. package/dist/types/cjs/queries/movieImages.d.cts.map +1 -1
  79. package/dist/types/cjs/queries/movieKeywords.d.cts +1735 -5
  80. package/dist/types/cjs/queries/movieKeywords.d.cts.map +1 -1
  81. package/dist/types/cjs/queries/movieRecommendations.d.cts +1728 -1848
  82. package/dist/types/cjs/queries/movieRecommendations.d.cts.map +1 -1
  83. package/dist/types/cjs/queries/movieReleaseDates.d.cts +1742 -12
  84. package/dist/types/cjs/queries/movieReleaseDates.d.cts.map +1 -1
  85. package/dist/types/cjs/queries/movieReviews.d.cts +1728 -1848
  86. package/dist/types/cjs/queries/movieReviews.d.cts.map +1 -1
  87. package/dist/types/cjs/queries/movieSimilarMovies.d.cts +1728 -1848
  88. package/dist/types/cjs/queries/movieSimilarMovies.d.cts.map +1 -1
  89. package/dist/types/cjs/queries/movieTranslations.d.cts +1744 -19
  90. package/dist/types/cjs/queries/movieTranslations.d.cts.map +1 -1
  91. package/dist/types/cjs/queries/movieVideos.d.cts +1741 -13
  92. package/dist/types/cjs/queries/movieVideos.d.cts.map +1 -1
  93. package/dist/types/cjs/queries/movieWatchProviders.d.cts +3205 -1373
  94. package/dist/types/cjs/queries/movieWatchProviders.d.cts.map +1 -1
  95. package/dist/types/cjs/queries/network.d.cts +14 -23
  96. package/dist/types/cjs/queries/network.d.cts.map +1 -1
  97. package/dist/types/cjs/queries/networkAlternativeNames.d.cts +11 -9
  98. package/dist/types/cjs/queries/networkAlternativeNames.d.cts.map +1 -1
  99. package/dist/types/cjs/queries/networkLogos.d.cts +17 -13
  100. package/dist/types/cjs/queries/networkLogos.d.cts.map +1 -1
  101. package/dist/types/cjs/queries/person.d.cts +13 -41
  102. package/dist/types/cjs/queries/person.d.cts.map +1 -1
  103. package/dist/types/cjs/queries/personCombinedCredits.d.cts +233 -5
  104. package/dist/types/cjs/queries/personCombinedCredits.d.cts.map +1 -1
  105. package/dist/types/cjs/queries/personExternalIds.d.cts +203 -5
  106. package/dist/types/cjs/queries/personExternalIds.d.cts.map +1 -1
  107. package/dist/types/cjs/queries/personMovieCredits.d.cts +231 -5
  108. package/dist/types/cjs/queries/personMovieCredits.d.cts.map +1 -1
  109. package/dist/types/cjs/queries/personProfiles.d.cts +200 -5
  110. package/dist/types/cjs/queries/personProfiles.d.cts.map +1 -1
  111. package/dist/types/cjs/queries/personTranslations.d.cts +201 -19
  112. package/dist/types/cjs/queries/personTranslations.d.cts.map +1 -1
  113. package/dist/types/cjs/queries/personTvCredits.d.cts +232 -5
  114. package/dist/types/cjs/queries/personTvCredits.d.cts.map +1 -1
  115. package/dist/types/cjs/queries/rated.d.cts +6 -8
  116. package/dist/types/cjs/queries/rated.d.cts.map +1 -1
  117. package/dist/types/cjs/queries/review.d.cts +37 -23
  118. package/dist/types/cjs/queries/review.d.cts.map +1 -1
  119. package/dist/types/cjs/queries/search.d.cts +6 -8
  120. package/dist/types/cjs/queries/search.d.cts.map +1 -1
  121. package/dist/types/cjs/queries/season.d.cts +233 -282
  122. package/dist/types/cjs/queries/season.d.cts.map +1 -1
  123. package/dist/types/cjs/queries/seasonCredits.d.cts +152 -32
  124. package/dist/types/cjs/queries/seasonCredits.d.cts.map +1 -1
  125. package/dist/types/cjs/queries/seasonEpisodeCount.d.cts.map +1 -1
  126. package/dist/types/cjs/queries/seasonExternalIds.d.cts +134 -5
  127. package/dist/types/cjs/queries/seasonExternalIds.d.cts.map +1 -1
  128. package/dist/types/cjs/queries/seasonPosters.d.cts +136 -5
  129. package/dist/types/cjs/queries/seasonPosters.d.cts.map +1 -1
  130. package/dist/types/cjs/queries/seasonTranslations.d.cts +137 -19
  131. package/dist/types/cjs/queries/seasonTranslations.d.cts.map +1 -1
  132. package/dist/types/cjs/queries/seasonVideos.d.cts +138 -14
  133. package/dist/types/cjs/queries/seasonVideos.d.cts.map +1 -1
  134. package/dist/types/cjs/queries/trending.d.cts +5 -7
  135. package/dist/types/cjs/queries/trending.d.cts.map +1 -1
  136. package/dist/types/cjs/queries/tv.d.cts +79 -10478
  137. package/dist/types/cjs/queries/tv.d.cts.map +1 -1
  138. package/dist/types/cjs/queries/tvAlternativeTitles.d.cts +1273 -10
  139. package/dist/types/cjs/queries/tvAlternativeTitles.d.cts.map +1 -1
  140. package/dist/types/cjs/queries/tvContentRatings.d.cts +1273 -8
  141. package/dist/types/cjs/queries/tvContentRatings.d.cts.map +1 -1
  142. package/dist/types/cjs/queries/tvCredits.d.cts +1292 -30
  143. package/dist/types/cjs/queries/tvCredits.d.cts.map +1 -1
  144. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts +1280 -37
  145. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts.map +1 -1
  146. package/dist/types/cjs/queries/tvExternalIds.d.cts +1280 -15
  147. package/dist/types/cjs/queries/tvExternalIds.d.cts.map +1 -1
  148. package/dist/types/cjs/queries/tvImages.d.cts +1294 -15
  149. package/dist/types/cjs/queries/tvImages.d.cts.map +1 -1
  150. package/dist/types/cjs/queries/tvKeywords.d.cts +1271 -7
  151. package/dist/types/cjs/queries/tvKeywords.d.cts.map +1 -1
  152. package/dist/types/cjs/queries/tvRecommendations.d.cts +1264 -5365
  153. package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
  154. package/dist/types/cjs/queries/tvReviews.d.cts +1264 -5365
  155. package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
  156. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +1264 -5365
  157. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts.map +1 -1
  158. package/dist/types/cjs/queries/tvTranslations.d.cts +1280 -18
  159. package/dist/types/cjs/queries/tvTranslations.d.cts.map +1 -1
  160. package/dist/types/cjs/queries/tvVideos.d.cts +1279 -13
  161. package/dist/types/cjs/queries/tvVideos.d.cts.map +1 -1
  162. package/dist/types/cjs/queries/tvWatchProviders.d.cts +2174 -1371
  163. package/dist/types/cjs/queries/tvWatchProviders.d.cts.map +1 -1
  164. package/dist/types/cjs/queries/videoType.d.cts +2 -2
  165. package/dist/types/cjs/queries/videoType.d.cts.map +1 -1
  166. package/dist/types/cjs/types.d.cts +130 -297
  167. package/dist/types/cjs/types.d.cts.map +1 -1
  168. package/dist/types/esm/constants.d.ts +3 -0
  169. package/dist/types/esm/constants.d.ts.map +1 -1
  170. package/dist/types/esm/helpers/buildArgsResolver.d.ts +9 -0
  171. package/dist/types/esm/helpers/buildArgsResolver.d.ts.map +1 -0
  172. package/dist/types/esm/helpers/buildNoObjArgsResolver.d.ts +9 -0
  173. package/dist/types/esm/helpers/buildNoObjArgsResolver.d.ts.map +1 -0
  174. package/dist/types/esm/helpers/buildObjArgsResolver.d.ts +9 -0
  175. package/dist/types/esm/helpers/buildObjArgsResolver.d.ts.map +1 -0
  176. package/dist/types/esm/helpers/buildObjResolver.d.ts +11 -0
  177. package/dist/types/esm/helpers/buildObjResolver.d.ts.map +1 -0
  178. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +4 -3
  179. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts.map +1 -1
  180. package/dist/types/esm/main.d.ts.map +1 -1
  181. package/dist/types/esm/queries/certifications.d.ts +429 -4
  182. package/dist/types/esm/queries/certifications.d.ts.map +1 -1
  183. package/dist/types/esm/queries/collection.d.ts +61 -3397
  184. package/dist/types/esm/queries/collection.d.ts.map +1 -1
  185. package/dist/types/esm/queries/collectionImages.d.ts +40 -13
  186. package/dist/types/esm/queries/collectionImages.d.ts.map +1 -1
  187. package/dist/types/esm/queries/collectionTranslations.d.ts +34 -17
  188. package/dist/types/esm/queries/collectionTranslations.d.ts.map +1 -1
  189. package/dist/types/esm/queries/company.d.ts +9 -12
  190. package/dist/types/esm/queries/company.d.ts.map +1 -1
  191. package/dist/types/esm/queries/companyAlternativeNames.d.ts +27 -9
  192. package/dist/types/esm/queries/companyAlternativeNames.d.ts.map +1 -1
  193. package/dist/types/esm/queries/companyLogos.d.ts +19 -13
  194. package/dist/types/esm/queries/companyLogos.d.ts.map +1 -1
  195. package/dist/types/esm/queries/configuration.d.ts +11 -14
  196. package/dist/types/esm/queries/configuration.d.ts.map +1 -1
  197. package/dist/types/esm/queries/configurationCountries.d.ts +16 -3
  198. package/dist/types/esm/queries/configurationCountries.d.ts.map +1 -1
  199. package/dist/types/esm/queries/configurationJobs.d.ts +15 -3
  200. package/dist/types/esm/queries/configurationJobs.d.ts.map +1 -1
  201. package/dist/types/esm/queries/configurationLanguages.d.ts +16 -3
  202. package/dist/types/esm/queries/configurationLanguages.d.ts.map +1 -1
  203. package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts +12 -3
  204. package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts.map +1 -1
  205. package/dist/types/esm/queries/configurationTimezones.d.ts +15 -3
  206. package/dist/types/esm/queries/configurationTimezones.d.ts.map +1 -1
  207. package/dist/types/esm/queries/credit.d.ts +46 -4197
  208. package/dist/types/esm/queries/credit.d.ts.map +1 -1
  209. package/dist/types/esm/queries/discoverMovies.d.ts +2 -4
  210. package/dist/types/esm/queries/discoverMovies.d.ts.map +1 -1
  211. package/dist/types/esm/queries/discoverTv.d.ts +2 -4
  212. package/dist/types/esm/queries/discoverTv.d.ts.map +1 -1
  213. package/dist/types/esm/queries/episode.d.ts +235 -94
  214. package/dist/types/esm/queries/episode.d.ts.map +1 -1
  215. package/dist/types/esm/queries/episodeCredits.d.ts +168 -32
  216. package/dist/types/esm/queries/episodeCredits.d.ts.map +1 -1
  217. package/dist/types/esm/queries/episodeExternalIds.d.ts +139 -15
  218. package/dist/types/esm/queries/episodeExternalIds.d.ts.map +1 -1
  219. package/dist/types/esm/queries/episodeStills.d.ts +140 -5
  220. package/dist/types/esm/queries/episodeStills.d.ts.map +1 -1
  221. package/dist/types/esm/queries/episodeTranslations.d.ts +141 -19
  222. package/dist/types/esm/queries/episodeTranslations.d.ts.map +1 -1
  223. package/dist/types/esm/queries/episodeVideos.d.ts +142 -14
  224. package/dist/types/esm/queries/episodeVideos.d.ts.map +1 -1
  225. package/dist/types/esm/queries/find.d.ts +10 -1801
  226. package/dist/types/esm/queries/find.d.ts.map +1 -1
  227. package/dist/types/esm/queries/genres.d.ts +6 -6
  228. package/dist/types/esm/queries/genres.d.ts.map +1 -1
  229. package/dist/types/esm/queries/keyword.d.ts +2 -5
  230. package/dist/types/esm/queries/keyword.d.ts.map +1 -1
  231. package/dist/types/esm/queries/movie.d.ts +35 -3588
  232. package/dist/types/esm/queries/movie.d.ts.map +1 -1
  233. package/dist/types/esm/queries/movieAlternativeTitles.d.ts +1736 -5
  234. package/dist/types/esm/queries/movieAlternativeTitles.d.ts.map +1 -1
  235. package/dist/types/esm/queries/movieCredits.d.ts +1755 -30
  236. package/dist/types/esm/queries/movieCredits.d.ts.map +1 -1
  237. package/dist/types/esm/queries/movieExternalIds.d.ts +1738 -15
  238. package/dist/types/esm/queries/movieExternalIds.d.ts.map +1 -1
  239. package/dist/types/esm/queries/movieImages.d.ts +1756 -5
  240. package/dist/types/esm/queries/movieImages.d.ts.map +1 -1
  241. package/dist/types/esm/queries/movieKeywords.d.ts +1735 -5
  242. package/dist/types/esm/queries/movieKeywords.d.ts.map +1 -1
  243. package/dist/types/esm/queries/movieRecommendations.d.ts +1728 -1848
  244. package/dist/types/esm/queries/movieRecommendations.d.ts.map +1 -1
  245. package/dist/types/esm/queries/movieReleaseDates.d.ts +1742 -12
  246. package/dist/types/esm/queries/movieReleaseDates.d.ts.map +1 -1
  247. package/dist/types/esm/queries/movieReviews.d.ts +1728 -1848
  248. package/dist/types/esm/queries/movieReviews.d.ts.map +1 -1
  249. package/dist/types/esm/queries/movieSimilarMovies.d.ts +1728 -1848
  250. package/dist/types/esm/queries/movieSimilarMovies.d.ts.map +1 -1
  251. package/dist/types/esm/queries/movieTranslations.d.ts +1744 -19
  252. package/dist/types/esm/queries/movieTranslations.d.ts.map +1 -1
  253. package/dist/types/esm/queries/movieVideos.d.ts +1741 -13
  254. package/dist/types/esm/queries/movieVideos.d.ts.map +1 -1
  255. package/dist/types/esm/queries/movieWatchProviders.d.ts +3205 -1373
  256. package/dist/types/esm/queries/movieWatchProviders.d.ts.map +1 -1
  257. package/dist/types/esm/queries/network.d.ts +14 -23
  258. package/dist/types/esm/queries/network.d.ts.map +1 -1
  259. package/dist/types/esm/queries/networkAlternativeNames.d.ts +11 -9
  260. package/dist/types/esm/queries/networkAlternativeNames.d.ts.map +1 -1
  261. package/dist/types/esm/queries/networkLogos.d.ts +17 -13
  262. package/dist/types/esm/queries/networkLogos.d.ts.map +1 -1
  263. package/dist/types/esm/queries/person.d.ts +13 -41
  264. package/dist/types/esm/queries/person.d.ts.map +1 -1
  265. package/dist/types/esm/queries/personCombinedCredits.d.ts +233 -5
  266. package/dist/types/esm/queries/personCombinedCredits.d.ts.map +1 -1
  267. package/dist/types/esm/queries/personExternalIds.d.ts +203 -5
  268. package/dist/types/esm/queries/personExternalIds.d.ts.map +1 -1
  269. package/dist/types/esm/queries/personMovieCredits.d.ts +231 -5
  270. package/dist/types/esm/queries/personMovieCredits.d.ts.map +1 -1
  271. package/dist/types/esm/queries/personProfiles.d.ts +200 -5
  272. package/dist/types/esm/queries/personProfiles.d.ts.map +1 -1
  273. package/dist/types/esm/queries/personTranslations.d.ts +201 -19
  274. package/dist/types/esm/queries/personTranslations.d.ts.map +1 -1
  275. package/dist/types/esm/queries/personTvCredits.d.ts +232 -5
  276. package/dist/types/esm/queries/personTvCredits.d.ts.map +1 -1
  277. package/dist/types/esm/queries/rated.d.ts +6 -8
  278. package/dist/types/esm/queries/rated.d.ts.map +1 -1
  279. package/dist/types/esm/queries/review.d.ts +37 -23
  280. package/dist/types/esm/queries/review.d.ts.map +1 -1
  281. package/dist/types/esm/queries/search.d.ts +6 -8
  282. package/dist/types/esm/queries/search.d.ts.map +1 -1
  283. package/dist/types/esm/queries/season.d.ts +233 -282
  284. package/dist/types/esm/queries/season.d.ts.map +1 -1
  285. package/dist/types/esm/queries/seasonCredits.d.ts +152 -32
  286. package/dist/types/esm/queries/seasonCredits.d.ts.map +1 -1
  287. package/dist/types/esm/queries/seasonEpisodeCount.d.ts.map +1 -1
  288. package/dist/types/esm/queries/seasonExternalIds.d.ts +134 -5
  289. package/dist/types/esm/queries/seasonExternalIds.d.ts.map +1 -1
  290. package/dist/types/esm/queries/seasonPosters.d.ts +136 -5
  291. package/dist/types/esm/queries/seasonPosters.d.ts.map +1 -1
  292. package/dist/types/esm/queries/seasonTranslations.d.ts +137 -19
  293. package/dist/types/esm/queries/seasonTranslations.d.ts.map +1 -1
  294. package/dist/types/esm/queries/seasonVideos.d.ts +138 -14
  295. package/dist/types/esm/queries/seasonVideos.d.ts.map +1 -1
  296. package/dist/types/esm/queries/trending.d.ts +5 -7
  297. package/dist/types/esm/queries/trending.d.ts.map +1 -1
  298. package/dist/types/esm/queries/tv.d.ts +79 -10478
  299. package/dist/types/esm/queries/tv.d.ts.map +1 -1
  300. package/dist/types/esm/queries/tvAlternativeTitles.d.ts +1273 -10
  301. package/dist/types/esm/queries/tvAlternativeTitles.d.ts.map +1 -1
  302. package/dist/types/esm/queries/tvContentRatings.d.ts +1273 -8
  303. package/dist/types/esm/queries/tvContentRatings.d.ts.map +1 -1
  304. package/dist/types/esm/queries/tvCredits.d.ts +1292 -30
  305. package/dist/types/esm/queries/tvCredits.d.ts.map +1 -1
  306. package/dist/types/esm/queries/tvEpisodeGroups.d.ts +1280 -37
  307. package/dist/types/esm/queries/tvEpisodeGroups.d.ts.map +1 -1
  308. package/dist/types/esm/queries/tvExternalIds.d.ts +1280 -15
  309. package/dist/types/esm/queries/tvExternalIds.d.ts.map +1 -1
  310. package/dist/types/esm/queries/tvImages.d.ts +1294 -15
  311. package/dist/types/esm/queries/tvImages.d.ts.map +1 -1
  312. package/dist/types/esm/queries/tvKeywords.d.ts +1271 -7
  313. package/dist/types/esm/queries/tvKeywords.d.ts.map +1 -1
  314. package/dist/types/esm/queries/tvRecommendations.d.ts +1264 -5365
  315. package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
  316. package/dist/types/esm/queries/tvReviews.d.ts +1264 -5365
  317. package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
  318. package/dist/types/esm/queries/tvSimilarTvShows.d.ts +1264 -5365
  319. package/dist/types/esm/queries/tvSimilarTvShows.d.ts.map +1 -1
  320. package/dist/types/esm/queries/tvTranslations.d.ts +1280 -18
  321. package/dist/types/esm/queries/tvTranslations.d.ts.map +1 -1
  322. package/dist/types/esm/queries/tvVideos.d.ts +1279 -13
  323. package/dist/types/esm/queries/tvVideos.d.ts.map +1 -1
  324. package/dist/types/esm/queries/tvWatchProviders.d.ts +2174 -1371
  325. package/dist/types/esm/queries/tvWatchProviders.d.ts.map +1 -1
  326. package/dist/types/esm/queries/videoType.d.ts +2 -2
  327. package/dist/types/esm/queries/videoType.d.ts.map +1 -1
  328. package/dist/types/esm/types.d.ts +130 -297
  329. package/dist/types/esm/types.d.ts.map +1 -1
  330. package/dist/types/tsconfig.build.tsbuildinfo +1 -1
  331. package/package.json +12 -11
  332. package/src/__testUtils__/helpers/createMockLogger.ts +10 -0
  333. package/src/constants.ts +3 -0
  334. package/src/helpers/__snapshots__/typePropNames.test.ts.snap +0 -2
  335. package/src/helpers/buildArgsResolver.ts +37 -0
  336. package/src/helpers/buildNoObjArgsResolver.ts +36 -0
  337. package/src/helpers/buildObjArgsResolver.ts +43 -0
  338. package/src/helpers/buildObjResolver.ts +48 -0
  339. package/src/helpers/getTvIdSeasonAndEpisode.ts +12 -8
  340. package/src/main.ts +5 -11
  341. package/src/queries/__snapshots__/episode.test.ts.snap +1 -2
  342. package/src/queries/__snapshots__/season.test.ts.snap +1 -2
  343. package/src/queries/certifications.test.ts +13 -20
  344. package/src/queries/certifications.ts +21 -24
  345. package/src/queries/collection.test.ts +13 -16
  346. package/src/queries/collection.ts +20 -23
  347. package/src/queries/collectionImages.test.ts +16 -24
  348. package/src/queries/collectionImages.ts +16 -19
  349. package/src/queries/collectionTranslations.test.ts +29 -17
  350. package/src/queries/collectionTranslations.ts +19 -23
  351. package/src/queries/company.test.ts +13 -16
  352. package/src/queries/company.ts +20 -23
  353. package/src/queries/companyAlternativeNames.test.ts +34 -19
  354. package/src/queries/companyAlternativeNames.ts +19 -23
  355. package/src/queries/companyLogos.test.ts +29 -19
  356. package/src/queries/companyLogos.ts +13 -21
  357. package/src/queries/configuration.test.ts +12 -16
  358. package/src/queries/configuration.ts +11 -15
  359. package/src/queries/configurationCountries.test.ts +27 -17
  360. package/src/queries/configurationCountries.ts +19 -23
  361. package/src/queries/configurationJobs.test.ts +27 -17
  362. package/src/queries/configurationJobs.ts +19 -23
  363. package/src/queries/configurationLanguages.test.ts +27 -17
  364. package/src/queries/configurationLanguages.ts +19 -23
  365. package/src/queries/configurationPrimaryTranslations.test.ts +26 -17
  366. package/src/queries/configurationPrimaryTranslations.ts +14 -18
  367. package/src/queries/configurationTimezones.test.ts +27 -17
  368. package/src/queries/configurationTimezones.ts +19 -23
  369. package/src/queries/credit.test.ts +13 -16
  370. package/src/queries/credit.ts +12 -15
  371. package/src/queries/discoverMovies.test.ts +35 -81
  372. package/src/queries/discoverMovies.ts +21 -20
  373. package/src/queries/discoverTv.test.ts +29 -43
  374. package/src/queries/discoverTv.ts +16 -21
  375. package/src/queries/episode.test.ts +16 -17
  376. package/src/queries/episode.ts +36 -36
  377. package/src/queries/episodeCredits.test.ts +35 -67
  378. package/src/queries/episodeCredits.ts +29 -22
  379. package/src/queries/episodeExternalIds.test.ts +27 -39
  380. package/src/queries/episodeExternalIds.ts +35 -23
  381. package/src/queries/episodeStills.test.ts +28 -41
  382. package/src/queries/episodeStills.ts +32 -22
  383. package/src/queries/episodeTranslations.test.ts +26 -34
  384. package/src/queries/episodeTranslations.ts +29 -22
  385. package/src/queries/episodeVideos.test.ts +28 -41
  386. package/src/queries/episodeVideos.ts +29 -22
  387. package/src/queries/find.test.ts +13 -16
  388. package/src/queries/find.ts +25 -22
  389. package/src/queries/genres.test.ts +13 -22
  390. package/src/queries/genres.ts +13 -19
  391. package/src/queries/keyword.test.ts +13 -16
  392. package/src/queries/keyword.ts +12 -15
  393. package/src/queries/movie.test.ts +16 -20
  394. package/src/queries/movie.ts +20 -21
  395. package/src/queries/movieAlternativeTitles.test.ts +24 -30
  396. package/src/queries/movieAlternativeTitles.ts +34 -22
  397. package/src/queries/movieCredits.test.ts +27 -45
  398. package/src/queries/movieCredits.ts +24 -21
  399. package/src/queries/movieExternalIds.test.ts +22 -29
  400. package/src/queries/movieExternalIds.ts +26 -21
  401. package/src/queries/movieImages.test.ts +28 -46
  402. package/src/queries/movieImages.ts +26 -23
  403. package/src/queries/movieKeywords.test.ts +21 -26
  404. package/src/queries/movieKeywords.ts +24 -21
  405. package/src/queries/movieRecommendations.test.ts +27 -49
  406. package/src/queries/movieRecommendations.ts +27 -23
  407. package/src/queries/movieReleaseDates.test.ts +24 -28
  408. package/src/queries/movieReleaseDates.ts +25 -21
  409. package/src/queries/movieReviews.test.ts +32 -36
  410. package/src/queries/movieReviews.ts +28 -23
  411. package/src/queries/movieSimilarMovies.test.ts +25 -47
  412. package/src/queries/movieSimilarMovies.ts +28 -24
  413. package/src/queries/movieTranslations.test.ts +20 -25
  414. package/src/queries/movieTranslations.ts +24 -21
  415. package/src/queries/movieVideos.test.ts +22 -29
  416. package/src/queries/movieVideos.ts +24 -21
  417. package/src/queries/movieWatchProviders.test.ts +19 -27
  418. package/src/queries/movieWatchProviders.ts +26 -23
  419. package/src/queries/network.test.ts +13 -16
  420. package/src/queries/network.ts +20 -23
  421. package/src/queries/networkAlternativeNames.test.ts +16 -18
  422. package/src/queries/networkAlternativeNames.ts +19 -23
  423. package/src/queries/networkLogos.test.ts +14 -15
  424. package/src/queries/networkLogos.ts +13 -20
  425. package/src/queries/person.test.ts +16 -20
  426. package/src/queries/person.ts +20 -21
  427. package/src/queries/personCombinedCredits.test.ts +26 -26
  428. package/src/queries/personCombinedCredits.ts +27 -21
  429. package/src/queries/personExternalIds.test.ts +26 -26
  430. package/src/queries/personExternalIds.ts +27 -21
  431. package/src/queries/personMovieCredits.test.ts +26 -26
  432. package/src/queries/personMovieCredits.ts +27 -21
  433. package/src/queries/personProfiles.test.ts +22 -26
  434. package/src/queries/personProfiles.ts +25 -22
  435. package/src/queries/personTranslations.test.ts +22 -25
  436. package/src/queries/personTranslations.ts +24 -21
  437. package/src/queries/personTvCredits.test.ts +28 -28
  438. package/src/queries/personTvCredits.ts +26 -21
  439. package/src/queries/rated.test.ts +33 -69
  440. package/src/queries/rated.ts +31 -20
  441. package/src/queries/review.test.ts +13 -16
  442. package/src/queries/review.ts +27 -31
  443. package/src/queries/search.test.ts +53 -107
  444. package/src/queries/search.ts +42 -20
  445. package/src/queries/season.test.ts +16 -17
  446. package/src/queries/season.ts +34 -44
  447. package/src/queries/seasonCredits.test.ts +36 -45
  448. package/src/queries/seasonCredits.ts +27 -23
  449. package/src/queries/seasonEpisodeCount.ts +0 -4
  450. package/src/queries/seasonExternalIds.test.ts +25 -28
  451. package/src/queries/seasonExternalIds.ts +32 -22
  452. package/src/queries/seasonPosters.test.ts +25 -30
  453. package/src/queries/seasonPosters.ts +25 -22
  454. package/src/queries/seasonTranslations.test.ts +21 -27
  455. package/src/queries/seasonTranslations.ts +29 -22
  456. package/src/queries/seasonVideos.test.ts +23 -28
  457. package/src/queries/seasonVideos.ts +25 -22
  458. package/src/queries/trending.test.ts +28 -60
  459. package/src/queries/trending.ts +42 -20
  460. package/src/queries/tv.test.ts +16 -20
  461. package/src/queries/tv.ts +26 -34
  462. package/src/queries/tvAlternativeTitles.test.ts +25 -28
  463. package/src/queries/tvAlternativeTitles.ts +25 -22
  464. package/src/queries/tvContentRatings.test.ts +25 -28
  465. package/src/queries/tvContentRatings.ts +24 -22
  466. package/src/queries/tvCredits.test.ts +38 -44
  467. package/src/queries/tvCredits.ts +24 -21
  468. package/src/queries/tvEpisodeGroups.test.ts +25 -28
  469. package/src/queries/tvEpisodeGroups.ts +24 -21
  470. package/src/queries/tvExternalIds.test.ts +25 -28
  471. package/src/queries/tvExternalIds.ts +26 -21
  472. package/src/queries/tvImages.test.ts +36 -46
  473. package/src/queries/tvImages.ts +26 -23
  474. package/src/queries/tvKeywords.test.ts +24 -28
  475. package/src/queries/tvKeywords.ts +24 -21
  476. package/src/queries/tvRecommendations.test.ts +29 -49
  477. package/src/queries/tvRecommendations.ts +28 -22
  478. package/src/queries/tvReviews.test.ts +37 -48
  479. package/src/queries/tvReviews.ts +27 -23
  480. package/src/queries/tvSimilarTvShows.test.ts +37 -48
  481. package/src/queries/tvSimilarTvShows.ts +28 -24
  482. package/src/queries/tvTranslations.test.ts +24 -28
  483. package/src/queries/tvTranslations.ts +24 -21
  484. package/src/queries/tvVideos.test.ts +24 -28
  485. package/src/queries/tvVideos.ts +24 -21
  486. package/src/queries/tvWatchProviders.test.ts +24 -28
  487. package/src/queries/tvWatchProviders.ts +26 -23
  488. package/src/queries/videoType.ts +2 -2
  489. package/src/types.ts +226 -391
@@ -1,1375 +1,2178 @@
1
- import { type GraphQLResolveInfo } from 'graphql';
2
- import { type Context, type RawTvWithAppendToResponse } from '../types.cts';
3
- export declare const resolveTvWatchProviders: (obj: RawTvWithAppendToResponse & {
4
- __headers?: Headers;
5
- }, _args: undefined, { requestID, restClient, setCacheMetadata, tmdbGuestSessionId }: Context, { fieldNodes }: GraphQLResolveInfo) => Promise<{
6
- AR: {
7
- __typename?: "WatchProviderCategories" | undefined;
8
- ads?: ({
9
- __typename?: "WatchProvider" | undefined;
10
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
11
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
12
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
13
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
14
- } | null)[] | null | undefined;
15
- buy?: ({
16
- __typename?: "WatchProvider" | undefined;
17
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
18
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
19
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
20
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
21
- } | null)[] | null | undefined;
22
- flatrate?: ({
23
- __typename?: "WatchProvider" | undefined;
24
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
25
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
26
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
27
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
28
- } | null)[] | null | undefined;
29
- free?: ({
30
- __typename?: "WatchProvider" | undefined;
31
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
32
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
33
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
34
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
35
- } | null)[] | null | undefined;
36
- rent?: ({
37
- __typename?: "WatchProvider" | undefined;
38
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
39
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
40
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
41
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
42
- } | null)[] | null | undefined;
1
+ export declare const resolveTvWatchProviders: (obj: {
2
+ adult?: boolean | undefined;
3
+ backdrop_path?: string | undefined;
4
+ created_by?: {
5
+ credit_id?: string | undefined;
6
+ gender?: number | undefined;
7
+ id?: number | undefined;
8
+ name?: string | undefined;
9
+ profile_path?: string | undefined;
10
+ }[] | undefined;
11
+ episode_run_time?: number[] | undefined;
12
+ first_air_date?: string | undefined;
13
+ genres?: {
14
+ id?: number | undefined;
15
+ name?: string | undefined;
16
+ }[] | undefined;
17
+ homepage?: string | undefined;
18
+ in_production?: boolean | undefined;
19
+ languages?: string[] | undefined;
20
+ last_air_date?: string | undefined;
21
+ last_episode_to_air?: {
22
+ air_date?: string | undefined;
23
+ episode_number?: number | undefined;
24
+ id?: number | undefined;
25
+ name?: string | undefined;
26
+ overview?: string | undefined;
27
+ production_code?: string | undefined;
28
+ runtime?: number | undefined;
29
+ season_number?: number | undefined;
30
+ show_id?: number | undefined;
31
+ vote_count?: number | undefined;
32
+ vote_average?: number | undefined;
33
+ still_path?: string | undefined;
34
+ } | undefined;
35
+ name?: string | undefined;
36
+ networks?: {
37
+ id?: number | undefined;
38
+ logo_path?: string | undefined;
39
+ name?: string | undefined;
40
+ origin_country?: string | undefined;
41
+ }[] | undefined;
42
+ next_episode_to_air?: unknown;
43
+ number_of_episodes?: number | undefined;
44
+ number_of_seasons?: number | undefined;
45
+ origin_country?: string[] | undefined;
46
+ original_language?: string | undefined;
47
+ original_name?: string | undefined;
48
+ overview?: string | undefined;
49
+ popularity?: number | undefined;
50
+ poster_path?: string | undefined;
51
+ production_companies?: {
52
+ id?: number | undefined;
53
+ logo_path?: string | undefined;
54
+ name?: string | undefined;
55
+ origin_country?: string | undefined;
56
+ }[] | undefined;
57
+ production_countries?: {
58
+ iso_3166_1?: string | undefined;
59
+ name?: string | undefined;
60
+ }[] | undefined;
61
+ seasons?: {
62
+ air_date?: string | undefined;
63
+ episode_count?: number | undefined;
64
+ id?: number | undefined;
65
+ name?: string | undefined;
66
+ overview?: string | undefined;
67
+ poster_path?: string | undefined;
68
+ season_number?: number | undefined;
69
+ vote_average?: number | undefined;
70
+ }[] | undefined;
71
+ spoken_languages?: {
72
+ english_name?: string | undefined;
73
+ iso_639_1?: string | undefined;
74
+ name?: string | undefined;
75
+ }[] | undefined;
76
+ status?: string | undefined;
77
+ tagline?: string | undefined;
78
+ type?: string | undefined;
79
+ vote_average?: number | undefined;
80
+ vote_count?: number | undefined;
81
+ id: number;
82
+ } | ({
83
+ adult?: boolean | undefined;
84
+ backdrop_path?: string | undefined;
85
+ created_by?: {
86
+ credit_id?: string | undefined;
87
+ gender?: number | undefined;
88
+ id?: number | undefined;
89
+ name?: string | undefined;
90
+ profile_path?: string | undefined;
91
+ }[] | undefined;
92
+ episode_run_time?: number[] | undefined;
93
+ first_air_date?: string | undefined;
94
+ genres?: {
95
+ id?: number | undefined;
96
+ name?: string | undefined;
97
+ }[] | undefined;
98
+ homepage?: string | undefined;
99
+ in_production?: boolean | undefined;
100
+ languages?: string[] | undefined;
101
+ last_air_date?: string | undefined;
102
+ last_episode_to_air?: {
103
+ air_date?: string | undefined;
104
+ episode_number?: number | undefined;
105
+ id?: number | undefined;
106
+ name?: string | undefined;
107
+ overview?: string | undefined;
108
+ production_code?: string | undefined;
109
+ runtime?: number | undefined;
110
+ season_number?: number | undefined;
111
+ show_id?: number | undefined;
112
+ vote_count?: number | undefined;
113
+ vote_average?: number | undefined;
114
+ still_path?: string | undefined;
115
+ } | undefined;
116
+ name?: string | undefined;
117
+ networks?: {
118
+ id?: number | undefined;
119
+ logo_path?: string | undefined;
120
+ name?: string | undefined;
121
+ origin_country?: string | undefined;
122
+ }[] | undefined;
123
+ next_episode_to_air?: unknown;
124
+ number_of_episodes?: number | undefined;
125
+ number_of_seasons?: number | undefined;
126
+ origin_country?: string[] | undefined;
127
+ original_language?: string | undefined;
128
+ original_name?: string | undefined;
129
+ overview?: string | undefined;
130
+ popularity?: number | undefined;
131
+ poster_path?: string | undefined;
132
+ production_companies?: {
133
+ id?: number | undefined;
134
+ logo_path?: string | undefined;
135
+ name?: string | undefined;
136
+ origin_country?: string | undefined;
137
+ }[] | undefined;
138
+ production_countries?: {
139
+ iso_3166_1?: string | undefined;
140
+ name?: string | undefined;
141
+ }[] | undefined;
142
+ seasons?: {
143
+ air_date?: string | undefined;
144
+ episode_count?: number | undefined;
145
+ id?: number | undefined;
146
+ name?: string | undefined;
147
+ overview?: string | undefined;
148
+ poster_path?: string | undefined;
149
+ season_number?: number | undefined;
150
+ vote_average?: number | undefined;
151
+ }[] | undefined;
152
+ spoken_languages?: {
153
+ english_name?: string | undefined;
154
+ iso_639_1?: string | undefined;
155
+ name?: string | undefined;
156
+ }[] | undefined;
157
+ status?: string | undefined;
158
+ tagline?: string | undefined;
159
+ type?: string | undefined;
160
+ vote_average?: number | undefined;
161
+ vote_count?: number | undefined;
162
+ id: number;
163
+ } & {
164
+ alternative_titles: {
165
+ results?: {
166
+ iso_3166_1?: string | undefined;
167
+ title?: string | undefined;
168
+ type?: string | undefined;
169
+ }[] | undefined;
43
170
  };
44
- AT: {
45
- __typename?: "WatchProviderCategories" | undefined;
46
- ads?: ({
47
- __typename?: "WatchProvider" | undefined;
48
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
49
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
50
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
51
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
52
- } | null)[] | null | undefined;
53
- buy?: ({
54
- __typename?: "WatchProvider" | undefined;
55
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
56
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
57
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
58
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
59
- } | null)[] | null | undefined;
60
- flatrate?: ({
61
- __typename?: "WatchProvider" | undefined;
62
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
63
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
64
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
65
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
66
- } | null)[] | null | undefined;
67
- free?: ({
68
- __typename?: "WatchProvider" | undefined;
69
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
70
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
71
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
72
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
73
- } | null)[] | null | undefined;
74
- rent?: ({
75
- __typename?: "WatchProvider" | undefined;
76
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
77
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
78
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
79
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
80
- } | null)[] | null | undefined;
81
- };
82
- AU: {
83
- __typename?: "WatchProviderCategories" | undefined;
84
- ads?: ({
85
- __typename?: "WatchProvider" | undefined;
86
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
87
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
88
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
89
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
90
- } | null)[] | null | undefined;
91
- buy?: ({
92
- __typename?: "WatchProvider" | undefined;
93
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
94
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
95
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
96
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
97
- } | null)[] | null | undefined;
98
- flatrate?: ({
99
- __typename?: "WatchProvider" | undefined;
100
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
101
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
102
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
103
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
104
- } | null)[] | null | undefined;
105
- free?: ({
106
- __typename?: "WatchProvider" | undefined;
107
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
108
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
109
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
110
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
111
- } | null)[] | null | undefined;
112
- rent?: ({
113
- __typename?: "WatchProvider" | undefined;
114
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
115
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
116
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
117
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
118
- } | null)[] | null | undefined;
119
- };
120
- BE: {
121
- __typename?: "WatchProviderCategories" | undefined;
122
- ads?: ({
123
- __typename?: "WatchProvider" | undefined;
124
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
125
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
126
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
127
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
128
- } | null)[] | null | undefined;
129
- buy?: ({
130
- __typename?: "WatchProvider" | undefined;
131
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
132
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
133
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
134
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
135
- } | null)[] | null | undefined;
136
- flatrate?: ({
137
- __typename?: "WatchProvider" | undefined;
138
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
139
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
140
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
141
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
142
- } | null)[] | null | undefined;
143
- free?: ({
144
- __typename?: "WatchProvider" | undefined;
145
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
146
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
147
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
148
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
149
- } | null)[] | null | undefined;
150
- rent?: ({
151
- __typename?: "WatchProvider" | undefined;
152
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
153
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
154
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
155
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
156
- } | null)[] | null | undefined;
157
- };
158
- BR: {
159
- __typename?: "WatchProviderCategories" | undefined;
160
- ads?: ({
161
- __typename?: "WatchProvider" | undefined;
162
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
163
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
164
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
165
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
166
- } | null)[] | null | undefined;
167
- buy?: ({
168
- __typename?: "WatchProvider" | undefined;
169
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
170
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
171
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
172
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
173
- } | null)[] | null | undefined;
174
- flatrate?: ({
175
- __typename?: "WatchProvider" | undefined;
176
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
177
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
178
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
179
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
180
- } | null)[] | null | undefined;
181
- free?: ({
182
- __typename?: "WatchProvider" | undefined;
183
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
184
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
185
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
186
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
187
- } | null)[] | null | undefined;
188
- rent?: ({
189
- __typename?: "WatchProvider" | undefined;
190
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
191
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
192
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
193
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
194
- } | null)[] | null | undefined;
195
- };
196
- CA: {
197
- __typename?: "WatchProviderCategories" | undefined;
198
- ads?: ({
199
- __typename?: "WatchProvider" | undefined;
200
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
201
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
202
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
203
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
204
- } | null)[] | null | undefined;
205
- buy?: ({
206
- __typename?: "WatchProvider" | undefined;
207
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
208
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
209
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
210
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
211
- } | null)[] | null | undefined;
212
- flatrate?: ({
213
- __typename?: "WatchProvider" | undefined;
214
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
215
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
216
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
217
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
218
- } | null)[] | null | undefined;
219
- free?: ({
220
- __typename?: "WatchProvider" | undefined;
221
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
222
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
223
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
224
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
225
- } | null)[] | null | undefined;
226
- rent?: ({
227
- __typename?: "WatchProvider" | undefined;
228
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
229
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
230
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
231
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
232
- } | null)[] | null | undefined;
233
- };
234
- CH: {
235
- __typename?: "WatchProviderCategories" | undefined;
236
- ads?: ({
237
- __typename?: "WatchProvider" | undefined;
238
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
239
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
240
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
241
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
242
- } | null)[] | null | undefined;
243
- buy?: ({
244
- __typename?: "WatchProvider" | undefined;
245
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
246
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
247
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
248
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
249
- } | null)[] | null | undefined;
250
- flatrate?: ({
251
- __typename?: "WatchProvider" | undefined;
252
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
253
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
254
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
255
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
256
- } | null)[] | null | undefined;
257
- free?: ({
258
- __typename?: "WatchProvider" | undefined;
259
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
260
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
261
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
262
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
263
- } | null)[] | null | undefined;
264
- rent?: ({
265
- __typename?: "WatchProvider" | undefined;
266
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
267
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
268
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
269
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
270
- } | null)[] | null | undefined;
271
- };
272
- CL: {
273
- __typename?: "WatchProviderCategories" | undefined;
274
- ads?: ({
275
- __typename?: "WatchProvider" | undefined;
276
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
277
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
278
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
279
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
280
- } | null)[] | null | undefined;
281
- buy?: ({
282
- __typename?: "WatchProvider" | undefined;
283
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
284
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
285
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
286
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
287
- } | null)[] | null | undefined;
288
- flatrate?: ({
289
- __typename?: "WatchProvider" | undefined;
290
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
291
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
292
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
293
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
294
- } | null)[] | null | undefined;
295
- free?: ({
296
- __typename?: "WatchProvider" | undefined;
297
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
298
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
299
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
300
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
301
- } | null)[] | null | undefined;
302
- rent?: ({
303
- __typename?: "WatchProvider" | undefined;
304
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
305
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
306
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
307
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
308
- } | null)[] | null | undefined;
309
- };
310
- CO: {
311
- __typename?: "WatchProviderCategories" | undefined;
312
- ads?: ({
313
- __typename?: "WatchProvider" | undefined;
314
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
315
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
316
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
317
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
318
- } | null)[] | null | undefined;
319
- buy?: ({
320
- __typename?: "WatchProvider" | undefined;
321
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
322
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
323
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
324
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
325
- } | null)[] | null | undefined;
326
- flatrate?: ({
327
- __typename?: "WatchProvider" | undefined;
328
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
329
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
330
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
331
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
332
- } | null)[] | null | undefined;
333
- free?: ({
334
- __typename?: "WatchProvider" | undefined;
335
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
336
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
337
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
338
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
339
- } | null)[] | null | undefined;
340
- rent?: ({
341
- __typename?: "WatchProvider" | undefined;
342
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
343
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
344
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
345
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
346
- } | null)[] | null | undefined;
347
- };
348
- CZ: {
349
- __typename?: "WatchProviderCategories" | undefined;
350
- ads?: ({
351
- __typename?: "WatchProvider" | undefined;
352
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
353
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
354
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
355
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
356
- } | null)[] | null | undefined;
357
- buy?: ({
358
- __typename?: "WatchProvider" | undefined;
359
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
360
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
361
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
362
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
363
- } | null)[] | null | undefined;
364
- flatrate?: ({
365
- __typename?: "WatchProvider" | undefined;
366
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
367
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
368
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
369
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
370
- } | null)[] | null | undefined;
371
- free?: ({
372
- __typename?: "WatchProvider" | undefined;
373
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
374
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
375
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
376
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
377
- } | null)[] | null | undefined;
378
- rent?: ({
379
- __typename?: "WatchProvider" | undefined;
380
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
381
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
382
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
383
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
384
- } | null)[] | null | undefined;
385
- };
386
- DE: {
387
- __typename?: "WatchProviderCategories" | undefined;
388
- ads?: ({
389
- __typename?: "WatchProvider" | undefined;
390
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
391
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
392
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
393
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
394
- } | null)[] | null | undefined;
395
- buy?: ({
396
- __typename?: "WatchProvider" | undefined;
397
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
398
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
399
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
400
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
401
- } | null)[] | null | undefined;
402
- flatrate?: ({
403
- __typename?: "WatchProvider" | undefined;
404
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
405
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
406
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
407
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
408
- } | null)[] | null | undefined;
409
- free?: ({
410
- __typename?: "WatchProvider" | undefined;
411
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
412
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
413
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
414
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
415
- } | null)[] | null | undefined;
416
- rent?: ({
417
- __typename?: "WatchProvider" | undefined;
418
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
419
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
420
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
421
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
422
- } | null)[] | null | undefined;
423
- };
424
- DK: {
425
- __typename?: "WatchProviderCategories" | undefined;
426
- ads?: ({
427
- __typename?: "WatchProvider" | undefined;
428
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
429
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
430
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
431
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
432
- } | null)[] | null | undefined;
433
- buy?: ({
434
- __typename?: "WatchProvider" | undefined;
435
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
436
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
437
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
438
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
439
- } | null)[] | null | undefined;
440
- flatrate?: ({
441
- __typename?: "WatchProvider" | undefined;
442
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
443
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
444
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
445
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
446
- } | null)[] | null | undefined;
447
- free?: ({
448
- __typename?: "WatchProvider" | undefined;
449
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
450
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
451
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
452
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
453
- } | null)[] | null | undefined;
454
- rent?: ({
455
- __typename?: "WatchProvider" | undefined;
456
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
457
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
458
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
459
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
460
- } | null)[] | null | undefined;
461
- };
462
- EC: {
463
- __typename?: "WatchProviderCategories" | undefined;
464
- ads?: ({
465
- __typename?: "WatchProvider" | undefined;
466
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
467
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
468
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
469
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
470
- } | null)[] | null | undefined;
471
- buy?: ({
472
- __typename?: "WatchProvider" | undefined;
473
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
474
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
475
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
476
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
477
- } | null)[] | null | undefined;
478
- flatrate?: ({
479
- __typename?: "WatchProvider" | undefined;
480
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
481
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
482
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
483
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
484
- } | null)[] | null | undefined;
485
- free?: ({
486
- __typename?: "WatchProvider" | undefined;
487
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
488
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
489
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
490
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
491
- } | null)[] | null | undefined;
492
- rent?: ({
493
- __typename?: "WatchProvider" | undefined;
494
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
495
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
496
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
497
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
498
- } | null)[] | null | undefined;
499
- };
500
- ES: {
501
- __typename?: "WatchProviderCategories" | undefined;
502
- ads?: ({
503
- __typename?: "WatchProvider" | undefined;
504
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
505
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
506
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
507
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
508
- } | null)[] | null | undefined;
509
- buy?: ({
510
- __typename?: "WatchProvider" | undefined;
511
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
512
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
513
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
514
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
515
- } | null)[] | null | undefined;
516
- flatrate?: ({
517
- __typename?: "WatchProvider" | undefined;
518
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
519
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
520
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
521
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
522
- } | null)[] | null | undefined;
523
- free?: ({
524
- __typename?: "WatchProvider" | undefined;
525
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
526
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
527
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
528
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
529
- } | null)[] | null | undefined;
530
- rent?: ({
531
- __typename?: "WatchProvider" | undefined;
532
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
533
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
534
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
535
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
536
- } | null)[] | null | undefined;
537
- };
538
- FI: {
539
- __typename?: "WatchProviderCategories" | undefined;
540
- ads?: ({
541
- __typename?: "WatchProvider" | undefined;
542
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
543
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
544
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
545
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
546
- } | null)[] | null | undefined;
547
- buy?: ({
548
- __typename?: "WatchProvider" | undefined;
549
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
550
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
551
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
552
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
553
- } | null)[] | null | undefined;
554
- flatrate?: ({
555
- __typename?: "WatchProvider" | undefined;
556
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
557
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
558
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
559
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
560
- } | null)[] | null | undefined;
561
- free?: ({
562
- __typename?: "WatchProvider" | undefined;
563
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
564
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
565
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
566
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
567
- } | null)[] | null | undefined;
568
- rent?: ({
569
- __typename?: "WatchProvider" | undefined;
570
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
571
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
572
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
573
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
574
- } | null)[] | null | undefined;
575
- };
576
- FR: {
577
- __typename?: "WatchProviderCategories" | undefined;
578
- ads?: ({
579
- __typename?: "WatchProvider" | undefined;
580
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
581
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
582
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
583
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
584
- } | null)[] | null | undefined;
585
- buy?: ({
586
- __typename?: "WatchProvider" | undefined;
587
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
588
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
589
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
590
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
591
- } | null)[] | null | undefined;
592
- flatrate?: ({
593
- __typename?: "WatchProvider" | undefined;
594
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
595
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
596
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
597
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
598
- } | null)[] | null | undefined;
599
- free?: ({
600
- __typename?: "WatchProvider" | undefined;
601
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
602
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
603
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
604
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
605
- } | null)[] | null | undefined;
606
- rent?: ({
607
- __typename?: "WatchProvider" | undefined;
608
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
609
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
610
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
611
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
612
- } | null)[] | null | undefined;
613
- };
614
- GB: {
615
- __typename?: "WatchProviderCategories" | undefined;
616
- ads?: ({
617
- __typename?: "WatchProvider" | undefined;
618
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
619
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
620
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
621
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
622
- } | null)[] | null | undefined;
623
- buy?: ({
624
- __typename?: "WatchProvider" | undefined;
625
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
626
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
627
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
628
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
629
- } | null)[] | null | undefined;
630
- flatrate?: ({
631
- __typename?: "WatchProvider" | undefined;
632
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
633
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
634
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
635
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
636
- } | null)[] | null | undefined;
637
- free?: ({
638
- __typename?: "WatchProvider" | undefined;
639
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
640
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
641
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
642
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
643
- } | null)[] | null | undefined;
644
- rent?: ({
645
- __typename?: "WatchProvider" | undefined;
646
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
647
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
648
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
649
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
650
- } | null)[] | null | undefined;
651
- };
652
- HU: {
653
- __typename?: "WatchProviderCategories" | undefined;
654
- ads?: ({
655
- __typename?: "WatchProvider" | undefined;
656
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
657
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
658
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
659
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
660
- } | null)[] | null | undefined;
661
- buy?: ({
662
- __typename?: "WatchProvider" | undefined;
663
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
664
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
665
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
666
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
667
- } | null)[] | null | undefined;
668
- flatrate?: ({
669
- __typename?: "WatchProvider" | undefined;
670
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
671
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
672
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
673
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
674
- } | null)[] | null | undefined;
675
- free?: ({
676
- __typename?: "WatchProvider" | undefined;
677
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
678
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
679
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
680
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
681
- } | null)[] | null | undefined;
682
- rent?: ({
683
- __typename?: "WatchProvider" | undefined;
684
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
685
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
686
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
687
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
688
- } | null)[] | null | undefined;
689
- };
690
- IE: {
691
- __typename?: "WatchProviderCategories" | undefined;
692
- ads?: ({
693
- __typename?: "WatchProvider" | undefined;
694
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
695
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
696
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
697
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
698
- } | null)[] | null | undefined;
699
- buy?: ({
700
- __typename?: "WatchProvider" | undefined;
701
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
702
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
703
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
704
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
705
- } | null)[] | null | undefined;
706
- flatrate?: ({
707
- __typename?: "WatchProvider" | undefined;
708
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
709
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
710
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
711
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
712
- } | null)[] | null | undefined;
713
- free?: ({
714
- __typename?: "WatchProvider" | undefined;
715
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
716
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
717
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
718
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
719
- } | null)[] | null | undefined;
720
- rent?: ({
721
- __typename?: "WatchProvider" | undefined;
722
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
723
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
724
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
725
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
726
- } | null)[] | null | undefined;
727
- };
728
- IN: {
729
- __typename?: "WatchProviderCategories" | undefined;
730
- ads?: ({
731
- __typename?: "WatchProvider" | undefined;
732
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
733
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
734
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
735
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
736
- } | null)[] | null | undefined;
737
- buy?: ({
738
- __typename?: "WatchProvider" | undefined;
739
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
740
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
741
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
742
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
743
- } | null)[] | null | undefined;
744
- flatrate?: ({
745
- __typename?: "WatchProvider" | undefined;
746
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
747
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
748
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
749
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
750
- } | null)[] | null | undefined;
751
- free?: ({
752
- __typename?: "WatchProvider" | undefined;
753
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
754
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
755
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
756
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
757
- } | null)[] | null | undefined;
758
- rent?: ({
759
- __typename?: "WatchProvider" | undefined;
760
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
761
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
762
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
763
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
764
- } | null)[] | null | undefined;
765
- };
766
- IT: {
767
- __typename?: "WatchProviderCategories" | undefined;
768
- ads?: ({
769
- __typename?: "WatchProvider" | undefined;
770
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
771
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
772
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
773
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
774
- } | null)[] | null | undefined;
775
- buy?: ({
776
- __typename?: "WatchProvider" | undefined;
777
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
778
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
779
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
780
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
781
- } | null)[] | null | undefined;
782
- flatrate?: ({
783
- __typename?: "WatchProvider" | undefined;
784
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
785
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
786
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
787
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
788
- } | null)[] | null | undefined;
789
- free?: ({
790
- __typename?: "WatchProvider" | undefined;
791
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
792
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
793
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
794
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
795
- } | null)[] | null | undefined;
796
- rent?: ({
797
- __typename?: "WatchProvider" | undefined;
798
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
799
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
800
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
801
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
802
- } | null)[] | null | undefined;
803
- };
804
- JP: {
805
- __typename?: "WatchProviderCategories" | undefined;
806
- ads?: ({
807
- __typename?: "WatchProvider" | undefined;
808
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
809
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
810
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
811
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
812
- } | null)[] | null | undefined;
813
- buy?: ({
814
- __typename?: "WatchProvider" | undefined;
815
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
816
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
817
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
818
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
819
- } | null)[] | null | undefined;
820
- flatrate?: ({
821
- __typename?: "WatchProvider" | undefined;
822
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
823
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
824
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
825
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
826
- } | null)[] | null | undefined;
827
- free?: ({
828
- __typename?: "WatchProvider" | undefined;
829
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
830
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
831
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
832
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
833
- } | null)[] | null | undefined;
834
- rent?: ({
835
- __typename?: "WatchProvider" | undefined;
836
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
837
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
838
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
839
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
840
- } | null)[] | null | undefined;
841
- };
842
- MX: {
843
- __typename?: "WatchProviderCategories" | undefined;
844
- ads?: ({
845
- __typename?: "WatchProvider" | undefined;
846
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
847
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
848
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
849
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
850
- } | null)[] | null | undefined;
851
- buy?: ({
852
- __typename?: "WatchProvider" | undefined;
853
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
854
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
855
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
856
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
857
- } | null)[] | null | undefined;
858
- flatrate?: ({
859
- __typename?: "WatchProvider" | undefined;
860
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
861
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
862
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
863
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
864
- } | null)[] | null | undefined;
865
- free?: ({
866
- __typename?: "WatchProvider" | undefined;
867
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
868
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
869
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
870
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
871
- } | null)[] | null | undefined;
872
- rent?: ({
873
- __typename?: "WatchProvider" | undefined;
874
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
875
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
876
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
877
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
878
- } | null)[] | null | undefined;
879
- };
880
- NL: {
881
- __typename?: "WatchProviderCategories" | undefined;
882
- ads?: ({
883
- __typename?: "WatchProvider" | undefined;
884
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
885
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
886
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
887
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
888
- } | null)[] | null | undefined;
889
- buy?: ({
890
- __typename?: "WatchProvider" | undefined;
891
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
892
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
893
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
894
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
895
- } | null)[] | null | undefined;
896
- flatrate?: ({
897
- __typename?: "WatchProvider" | undefined;
898
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
899
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
900
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
901
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
902
- } | null)[] | null | undefined;
903
- free?: ({
904
- __typename?: "WatchProvider" | undefined;
905
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
906
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
907
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
908
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
909
- } | null)[] | null | undefined;
910
- rent?: ({
911
- __typename?: "WatchProvider" | undefined;
912
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
913
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
914
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
915
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
916
- } | null)[] | null | undefined;
917
- };
918
- NO: {
919
- __typename?: "WatchProviderCategories" | undefined;
920
- ads?: ({
921
- __typename?: "WatchProvider" | undefined;
922
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
923
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
924
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
925
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
926
- } | null)[] | null | undefined;
927
- buy?: ({
928
- __typename?: "WatchProvider" | undefined;
929
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
930
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
931
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
932
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
933
- } | null)[] | null | undefined;
934
- flatrate?: ({
935
- __typename?: "WatchProvider" | undefined;
936
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
937
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
938
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
939
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
940
- } | null)[] | null | undefined;
941
- free?: ({
942
- __typename?: "WatchProvider" | undefined;
943
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
944
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
945
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
946
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
947
- } | null)[] | null | undefined;
948
- rent?: ({
949
- __typename?: "WatchProvider" | undefined;
950
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
951
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
952
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
953
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
954
- } | null)[] | null | undefined;
955
- };
956
- NZ: {
957
- __typename?: "WatchProviderCategories" | undefined;
958
- ads?: ({
959
- __typename?: "WatchProvider" | undefined;
960
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
961
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
962
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
963
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
964
- } | null)[] | null | undefined;
965
- buy?: ({
966
- __typename?: "WatchProvider" | undefined;
967
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
968
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
969
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
970
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
971
- } | null)[] | null | undefined;
972
- flatrate?: ({
973
- __typename?: "WatchProvider" | undefined;
974
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
975
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
976
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
977
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
978
- } | null)[] | null | undefined;
979
- free?: ({
980
- __typename?: "WatchProvider" | undefined;
981
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
982
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
983
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
984
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
985
- } | null)[] | null | undefined;
986
- rent?: ({
987
- __typename?: "WatchProvider" | undefined;
988
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
989
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
990
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
991
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
992
- } | null)[] | null | undefined;
993
- };
994
- PE: {
995
- __typename?: "WatchProviderCategories" | undefined;
996
- ads?: ({
997
- __typename?: "WatchProvider" | undefined;
998
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
999
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1000
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1001
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1002
- } | null)[] | null | undefined;
1003
- buy?: ({
1004
- __typename?: "WatchProvider" | undefined;
1005
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1006
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1007
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1008
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1009
- } | null)[] | null | undefined;
1010
- flatrate?: ({
1011
- __typename?: "WatchProvider" | undefined;
1012
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1013
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1014
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1015
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1016
- } | null)[] | null | undefined;
1017
- free?: ({
1018
- __typename?: "WatchProvider" | undefined;
1019
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1020
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1021
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1022
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1023
- } | null)[] | null | undefined;
1024
- rent?: ({
1025
- __typename?: "WatchProvider" | undefined;
1026
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1027
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1028
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1029
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1030
- } | null)[] | null | undefined;
1031
- };
1032
- PL: {
1033
- __typename?: "WatchProviderCategories" | undefined;
1034
- ads?: ({
1035
- __typename?: "WatchProvider" | undefined;
1036
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1037
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1038
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1039
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1040
- } | null)[] | null | undefined;
1041
- buy?: ({
1042
- __typename?: "WatchProvider" | undefined;
1043
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1044
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1045
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1046
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1047
- } | null)[] | null | undefined;
1048
- flatrate?: ({
1049
- __typename?: "WatchProvider" | undefined;
1050
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1051
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1052
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1053
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1054
- } | null)[] | null | undefined;
1055
- free?: ({
1056
- __typename?: "WatchProvider" | undefined;
1057
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1058
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1059
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1060
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1061
- } | null)[] | null | undefined;
1062
- rent?: ({
1063
- __typename?: "WatchProvider" | undefined;
1064
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1065
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1066
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1067
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1068
- } | null)[] | null | undefined;
1069
- };
1070
- PT: {
1071
- __typename?: "WatchProviderCategories" | undefined;
1072
- ads?: ({
1073
- __typename?: "WatchProvider" | undefined;
1074
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1075
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1076
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1077
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1078
- } | null)[] | null | undefined;
1079
- buy?: ({
1080
- __typename?: "WatchProvider" | undefined;
1081
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1082
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1083
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1084
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1085
- } | null)[] | null | undefined;
1086
- flatrate?: ({
1087
- __typename?: "WatchProvider" | undefined;
1088
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1089
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1090
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1091
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1092
- } | null)[] | null | undefined;
1093
- free?: ({
1094
- __typename?: "WatchProvider" | undefined;
1095
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1096
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1097
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1098
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1099
- } | null)[] | null | undefined;
1100
- rent?: ({
1101
- __typename?: "WatchProvider" | undefined;
1102
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1103
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1104
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1105
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1106
- } | null)[] | null | undefined;
1107
- };
1108
- RO: {
1109
- __typename?: "WatchProviderCategories" | undefined;
1110
- ads?: ({
1111
- __typename?: "WatchProvider" | undefined;
1112
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1113
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1114
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1115
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1116
- } | null)[] | null | undefined;
1117
- buy?: ({
1118
- __typename?: "WatchProvider" | undefined;
1119
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1120
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1121
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1122
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1123
- } | null)[] | null | undefined;
1124
- flatrate?: ({
1125
- __typename?: "WatchProvider" | undefined;
1126
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1127
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1128
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1129
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1130
- } | null)[] | null | undefined;
1131
- free?: ({
1132
- __typename?: "WatchProvider" | undefined;
1133
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1134
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1135
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1136
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1137
- } | null)[] | null | undefined;
1138
- rent?: ({
1139
- __typename?: "WatchProvider" | undefined;
1140
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1141
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1142
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1143
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1144
- } | null)[] | null | undefined;
1145
- };
1146
- RU: {
1147
- __typename?: "WatchProviderCategories" | undefined;
1148
- ads?: ({
1149
- __typename?: "WatchProvider" | undefined;
1150
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1151
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1152
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1153
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1154
- } | null)[] | null | undefined;
1155
- buy?: ({
1156
- __typename?: "WatchProvider" | undefined;
1157
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1158
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1159
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1160
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1161
- } | null)[] | null | undefined;
1162
- flatrate?: ({
1163
- __typename?: "WatchProvider" | undefined;
1164
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1165
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1166
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1167
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1168
- } | null)[] | null | undefined;
1169
- free?: ({
1170
- __typename?: "WatchProvider" | undefined;
1171
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1172
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1173
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1174
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1175
- } | null)[] | null | undefined;
1176
- rent?: ({
1177
- __typename?: "WatchProvider" | undefined;
1178
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1179
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1180
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1181
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1182
- } | null)[] | null | undefined;
1183
- };
1184
- SE: {
1185
- __typename?: "WatchProviderCategories" | undefined;
1186
- ads?: ({
1187
- __typename?: "WatchProvider" | undefined;
1188
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1189
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1190
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1191
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1192
- } | null)[] | null | undefined;
1193
- buy?: ({
1194
- __typename?: "WatchProvider" | undefined;
1195
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1196
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1197
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1198
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1199
- } | null)[] | null | undefined;
1200
- flatrate?: ({
1201
- __typename?: "WatchProvider" | undefined;
1202
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1203
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1204
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1205
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1206
- } | null)[] | null | undefined;
1207
- free?: ({
1208
- __typename?: "WatchProvider" | undefined;
1209
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1210
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1211
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1212
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1213
- } | null)[] | null | undefined;
1214
- rent?: ({
1215
- __typename?: "WatchProvider" | undefined;
1216
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1217
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1218
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1219
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1220
- } | null)[] | null | undefined;
1221
- };
1222
- TR: {
1223
- __typename?: "WatchProviderCategories" | undefined;
1224
- ads?: ({
1225
- __typename?: "WatchProvider" | undefined;
1226
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1227
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1228
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1229
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1230
- } | null)[] | null | undefined;
1231
- buy?: ({
1232
- __typename?: "WatchProvider" | undefined;
1233
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1234
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1235
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1236
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1237
- } | null)[] | null | undefined;
1238
- flatrate?: ({
1239
- __typename?: "WatchProvider" | undefined;
1240
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1241
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1242
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1243
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1244
- } | null)[] | null | undefined;
1245
- free?: ({
1246
- __typename?: "WatchProvider" | undefined;
1247
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1248
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1249
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1250
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1251
- } | null)[] | null | undefined;
1252
- rent?: ({
1253
- __typename?: "WatchProvider" | undefined;
1254
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1255
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1256
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1257
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1258
- } | null)[] | null | undefined;
1259
- };
1260
- US: {
1261
- __typename?: "WatchProviderCategories" | undefined;
1262
- ads?: ({
1263
- __typename?: "WatchProvider" | undefined;
1264
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1265
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1266
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1267
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1268
- } | null)[] | null | undefined;
1269
- buy?: ({
1270
- __typename?: "WatchProvider" | undefined;
1271
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1272
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1273
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1274
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1275
- } | null)[] | null | undefined;
1276
- flatrate?: ({
1277
- __typename?: "WatchProvider" | undefined;
1278
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1279
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1280
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1281
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1282
- } | null)[] | null | undefined;
1283
- free?: ({
1284
- __typename?: "WatchProvider" | undefined;
1285
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1286
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1287
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1288
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1289
- } | null)[] | null | undefined;
1290
- rent?: ({
1291
- __typename?: "WatchProvider" | undefined;
1292
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1293
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1294
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1295
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1296
- } | null)[] | null | undefined;
1297
- };
1298
- VE: {
1299
- __typename?: "WatchProviderCategories" | undefined;
1300
- ads?: ({
1301
- __typename?: "WatchProvider" | undefined;
1302
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1303
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1304
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1305
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1306
- } | null)[] | null | undefined;
1307
- buy?: ({
1308
- __typename?: "WatchProvider" | undefined;
1309
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1310
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1311
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1312
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1313
- } | null)[] | null | undefined;
1314
- flatrate?: ({
1315
- __typename?: "WatchProvider" | undefined;
1316
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1317
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1318
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1319
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1320
- } | null)[] | null | undefined;
1321
- free?: ({
1322
- __typename?: "WatchProvider" | undefined;
1323
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1324
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1325
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1326
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1327
- } | null)[] | null | undefined;
1328
- rent?: ({
1329
- __typename?: "WatchProvider" | undefined;
1330
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1331
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1332
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1333
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1334
- } | null)[] | null | undefined;
1335
- };
1336
- ZA: {
1337
- __typename?: "WatchProviderCategories" | undefined;
1338
- ads?: ({
1339
- __typename?: "WatchProvider" | undefined;
1340
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1341
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1342
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1343
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1344
- } | null)[] | null | undefined;
1345
- buy?: ({
1346
- __typename?: "WatchProvider" | undefined;
1347
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1348
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1349
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1350
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1351
- } | null)[] | null | undefined;
1352
- flatrate?: ({
1353
- __typename?: "WatchProvider" | undefined;
1354
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1355
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1356
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1357
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1358
- } | null)[] | null | undefined;
1359
- free?: ({
1360
- __typename?: "WatchProvider" | undefined;
1361
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1362
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1363
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1364
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1365
- } | null)[] | null | undefined;
1366
- rent?: ({
1367
- __typename?: "WatchProvider" | undefined;
1368
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1369
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1370
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1371
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1372
- } | null)[] | null | undefined;
171
+ content_ratings: {
172
+ results?: {
173
+ descriptors?: unknown[] | undefined;
174
+ iso_3166_1?: string | undefined;
175
+ rating?: string | undefined;
176
+ }[] | undefined;
1373
177
  };
178
+ credits?: {
179
+ cast?: {
180
+ adult?: boolean | undefined;
181
+ character?: string | undefined;
182
+ credit_id?: string | undefined;
183
+ gender?: number | undefined;
184
+ id?: number | undefined;
185
+ known_for_department?: string | undefined;
186
+ name?: string | undefined;
187
+ order?: number | undefined;
188
+ original_name?: string | undefined;
189
+ popularity?: number | undefined;
190
+ profile_path?: string | undefined;
191
+ }[] | undefined;
192
+ crew?: {
193
+ adult?: boolean | undefined;
194
+ credit_id?: string | undefined;
195
+ department?: string | undefined;
196
+ gender?: number | undefined;
197
+ id?: number | undefined;
198
+ job?: string | undefined;
199
+ known_for_department?: string | undefined;
200
+ name?: string | undefined;
201
+ original_name?: string | undefined;
202
+ profile_path?: string | undefined;
203
+ popularity?: number | undefined;
204
+ }[] | undefined;
205
+ } | undefined;
206
+ episode_groups?: {
207
+ results?: {
208
+ description?: string | undefined;
209
+ episode_count?: number | undefined;
210
+ group_count?: number | undefined;
211
+ id?: string | undefined;
212
+ name?: string | undefined;
213
+ network?: {
214
+ id?: number | undefined;
215
+ logo_path?: string | undefined;
216
+ name?: string | undefined;
217
+ origin_country?: string | undefined;
218
+ } | undefined;
219
+ type?: number | undefined;
220
+ }[] | undefined;
221
+ } | undefined;
222
+ external_ids?: {
223
+ facebook_id?: string | undefined;
224
+ freebase_id?: string | undefined;
225
+ freebase_mid?: string | undefined;
226
+ imdb_id?: string | undefined;
227
+ instagram_id?: string | undefined;
228
+ tvdb_id?: number | undefined;
229
+ tvrage_id?: number | undefined;
230
+ twitter_id?: string | undefined;
231
+ wikidata_id?: string | undefined;
232
+ } | undefined;
233
+ images?: {
234
+ backdrops?: {
235
+ aspect_ratio?: number | undefined;
236
+ file_path?: string | undefined;
237
+ height?: number | undefined;
238
+ iso_639_1?: unknown;
239
+ vote_average?: number | undefined;
240
+ vote_count?: number | undefined;
241
+ width?: number | undefined;
242
+ }[] | undefined;
243
+ logos?: {
244
+ aspect_ratio?: number | undefined;
245
+ file_path?: string | undefined;
246
+ height?: number | undefined;
247
+ iso_639_1?: string | undefined;
248
+ vote_average?: number | undefined;
249
+ vote_count?: number | undefined;
250
+ width?: number | undefined;
251
+ }[] | undefined;
252
+ posters?: {
253
+ aspect_ratio?: number | undefined;
254
+ file_path?: string | undefined;
255
+ height?: number | undefined;
256
+ iso_639_1?: string | undefined;
257
+ vote_average?: number | undefined;
258
+ vote_count?: number | undefined;
259
+ width?: number | undefined;
260
+ }[] | undefined;
261
+ } | undefined;
262
+ keywords?: {
263
+ results?: {
264
+ id?: number | undefined;
265
+ name?: string | undefined;
266
+ }[] | undefined;
267
+ } | undefined;
268
+ recommendations?: {
269
+ page?: number | undefined;
270
+ results?: {
271
+ adult?: boolean | undefined;
272
+ backdrop_path?: string | undefined;
273
+ first_air_date?: string | undefined;
274
+ genre_ids?: number[] | undefined;
275
+ id?: number | undefined;
276
+ media_type?: string | undefined;
277
+ name?: string | undefined;
278
+ origin_country?: string[] | undefined;
279
+ original_language?: string | undefined;
280
+ original_name?: string | undefined;
281
+ popularity?: number | undefined;
282
+ overview?: string | undefined;
283
+ poster_path?: string | undefined;
284
+ vote_average?: number | undefined;
285
+ vote_count?: number | undefined;
286
+ }[] | undefined;
287
+ total_pages?: number | undefined;
288
+ total_results?: number | undefined;
289
+ } | undefined;
290
+ reviews?: {
291
+ page?: number | undefined;
292
+ results?: {
293
+ author?: string | undefined;
294
+ author_details?: {
295
+ avatar_path?: string | undefined;
296
+ name?: string | undefined;
297
+ rating?: number | undefined;
298
+ username?: string | undefined;
299
+ } | undefined;
300
+ content?: string | undefined;
301
+ created_at?: string | undefined;
302
+ id?: string | undefined;
303
+ updated_at?: string | undefined;
304
+ url?: string | undefined;
305
+ }[] | undefined;
306
+ total_pages?: number | undefined;
307
+ total_results?: number | undefined;
308
+ } | undefined;
309
+ similar?: {
310
+ page?: number | undefined;
311
+ results?: {
312
+ adult?: boolean | undefined;
313
+ backdrop_path?: string | undefined;
314
+ first_air_date?: string | undefined;
315
+ genre_ids?: number[] | undefined;
316
+ id?: number | undefined;
317
+ name?: string | undefined;
318
+ origin_country?: string[] | undefined;
319
+ original_language?: string | undefined;
320
+ original_name?: string | undefined;
321
+ overview?: string | undefined;
322
+ popularity?: number | undefined;
323
+ poster_path?: string | undefined;
324
+ vote_average?: number | undefined;
325
+ vote_count?: number | undefined;
326
+ }[] | undefined;
327
+ total_pages?: number | undefined;
328
+ total_results?: number | undefined;
329
+ } | undefined;
330
+ translations?: {
331
+ translations?: {
332
+ data?: {
333
+ homepage?: string | undefined;
334
+ name?: string | undefined;
335
+ overview?: string | undefined;
336
+ tagline?: string | undefined;
337
+ } | undefined;
338
+ english_name?: string | undefined;
339
+ iso_639_1?: string | undefined;
340
+ iso_3166_1?: string | undefined;
341
+ name?: string | undefined;
342
+ }[] | undefined;
343
+ } | undefined;
344
+ videos?: {
345
+ results?: {
346
+ id?: string | undefined;
347
+ iso_639_1?: string | undefined;
348
+ iso_3166_1?: string | undefined;
349
+ key?: string | undefined;
350
+ name?: string | undefined;
351
+ official?: boolean | undefined;
352
+ published_at?: string | undefined;
353
+ site?: string | undefined;
354
+ size?: number | undefined;
355
+ type?: string | undefined;
356
+ }[] | undefined;
357
+ } | undefined;
358
+ 'watch/providers'?: {
359
+ results?: {
360
+ AE?: {
361
+ flatrate?: {
362
+ display_priority?: number | undefined;
363
+ logo_path?: string | undefined;
364
+ provider_id?: number | undefined;
365
+ provider_name?: string | undefined;
366
+ }[] | undefined;
367
+ link?: string | undefined;
368
+ } | undefined;
369
+ AR?: {
370
+ flatrate?: {
371
+ display_priority?: number | undefined;
372
+ logo_path?: string | undefined;
373
+ provider_id?: number | undefined;
374
+ provider_name?: string | undefined;
375
+ }[] | undefined;
376
+ link?: string | undefined;
377
+ } | undefined;
378
+ AT?: {
379
+ buy?: {
380
+ display_priority?: number | undefined;
381
+ logo_path?: string | undefined;
382
+ provider_id?: number | undefined;
383
+ provider_name?: string | undefined;
384
+ }[] | undefined;
385
+ flatrate?: {
386
+ display_priority?: number | undefined;
387
+ logo_path?: string | undefined;
388
+ provider_id?: number | undefined;
389
+ provider_name?: string | undefined;
390
+ }[] | undefined;
391
+ link?: string | undefined;
392
+ } | undefined;
393
+ AU?: {
394
+ buy?: {
395
+ display_priority?: number | undefined;
396
+ logo_path?: string | undefined;
397
+ provider_id?: number | undefined;
398
+ provider_name?: string | undefined;
399
+ }[] | undefined;
400
+ flatrate?: {
401
+ display_priority?: number | undefined;
402
+ logo_path?: string | undefined;
403
+ provider_id?: number | undefined;
404
+ provider_name?: string | undefined;
405
+ }[] | undefined;
406
+ link?: string | undefined;
407
+ } | undefined;
408
+ BA?: {
409
+ flatrate?: {
410
+ display_priority?: number | undefined;
411
+ logo_path?: string | undefined;
412
+ provider_id?: number | undefined;
413
+ provider_name?: string | undefined;
414
+ }[] | undefined;
415
+ link?: string | undefined;
416
+ } | undefined;
417
+ BB?: {
418
+ flatrate?: {
419
+ display_priority?: number | undefined;
420
+ logo_path?: string | undefined;
421
+ provider_id?: number | undefined;
422
+ provider_name?: string | undefined;
423
+ }[] | undefined;
424
+ link?: string | undefined;
425
+ } | undefined;
426
+ BE?: {
427
+ flatrate?: {
428
+ display_priority?: number | undefined;
429
+ logo_path?: string | undefined;
430
+ provider_id?: number | undefined;
431
+ provider_name?: string | undefined;
432
+ }[] | undefined;
433
+ link?: string | undefined;
434
+ } | undefined;
435
+ BG?: {
436
+ flatrate?: {
437
+ display_priority?: number | undefined;
438
+ logo_path?: string | undefined;
439
+ provider_id?: number | undefined;
440
+ provider_name?: string | undefined;
441
+ }[] | undefined;
442
+ link?: string | undefined;
443
+ } | undefined;
444
+ BO?: {
445
+ flatrate?: {
446
+ display_priority?: number | undefined;
447
+ logo_path?: string | undefined;
448
+ provider_id?: number | undefined;
449
+ provider_name?: string | undefined;
450
+ }[] | undefined;
451
+ link?: string | undefined;
452
+ } | undefined;
453
+ BR?: {
454
+ flatrate?: {
455
+ display_priority?: number | undefined;
456
+ logo_path?: string | undefined;
457
+ provider_id?: number | undefined;
458
+ provider_name?: string | undefined;
459
+ }[] | undefined;
460
+ link?: string | undefined;
461
+ } | undefined;
462
+ BS?: {
463
+ flatrate?: {
464
+ display_priority?: number | undefined;
465
+ logo_path?: string | undefined;
466
+ provider_id?: number | undefined;
467
+ provider_name?: string | undefined;
468
+ }[] | undefined;
469
+ link?: string | undefined;
470
+ } | undefined;
471
+ CA?: {
472
+ buy?: {
473
+ display_priority?: number | undefined;
474
+ logo_path?: string | undefined;
475
+ provider_id?: number | undefined;
476
+ provider_name?: string | undefined;
477
+ }[] | undefined;
478
+ flatrate?: {
479
+ display_priority?: number | undefined;
480
+ logo_path?: string | undefined;
481
+ provider_id?: number | undefined;
482
+ provider_name?: string | undefined;
483
+ }[] | undefined;
484
+ link?: string | undefined;
485
+ } | undefined;
486
+ CH?: {
487
+ buy?: {
488
+ display_priority?: number | undefined;
489
+ logo_path?: string | undefined;
490
+ provider_id?: number | undefined;
491
+ provider_name?: string | undefined;
492
+ }[] | undefined;
493
+ flatrate?: {
494
+ display_priority?: number | undefined;
495
+ logo_path?: string | undefined;
496
+ provider_id?: number | undefined;
497
+ provider_name?: string | undefined;
498
+ }[] | undefined;
499
+ link?: string | undefined;
500
+ } | undefined;
501
+ CI?: {
502
+ flatrate?: {
503
+ display_priority?: number | undefined;
504
+ logo_path?: string | undefined;
505
+ provider_id?: number | undefined;
506
+ provider_name?: string | undefined;
507
+ }[] | undefined;
508
+ link?: string | undefined;
509
+ } | undefined;
510
+ CL?: {
511
+ flatrate?: {
512
+ display_priority?: number | undefined;
513
+ logo_path?: string | undefined;
514
+ provider_id?: number | undefined;
515
+ provider_name?: string | undefined;
516
+ }[] | undefined;
517
+ link?: string | undefined;
518
+ } | undefined;
519
+ CO?: {
520
+ flatrate?: {
521
+ display_priority?: number | undefined;
522
+ logo_path?: string | undefined;
523
+ provider_id?: number | undefined;
524
+ provider_name?: string | undefined;
525
+ }[] | undefined;
526
+ link?: string | undefined;
527
+ } | undefined;
528
+ CR?: {
529
+ flatrate?: {
530
+ display_priority?: number | undefined;
531
+ logo_path?: string | undefined;
532
+ provider_id?: number | undefined;
533
+ provider_name?: string | undefined;
534
+ }[] | undefined;
535
+ link?: string | undefined;
536
+ } | undefined;
537
+ CZ?: {
538
+ flatrate?: {
539
+ display_priority?: number | undefined;
540
+ logo_path?: string | undefined;
541
+ provider_id?: number | undefined;
542
+ provider_name?: string | undefined;
543
+ }[] | undefined;
544
+ link?: string | undefined;
545
+ } | undefined;
546
+ DE?: {
547
+ buy?: {
548
+ display_priority?: number | undefined;
549
+ logo_path?: string | undefined;
550
+ provider_id?: number | undefined;
551
+ provider_name?: string | undefined;
552
+ }[] | undefined;
553
+ flatrate?: {
554
+ display_priority?: number | undefined;
555
+ logo_path?: string | undefined;
556
+ provider_id?: number | undefined;
557
+ provider_name?: string | undefined;
558
+ }[] | undefined;
559
+ link?: string | undefined;
560
+ } | undefined;
561
+ DK?: {
562
+ flatrate?: {
563
+ display_priority?: number | undefined;
564
+ logo_path?: string | undefined;
565
+ provider_id?: number | undefined;
566
+ provider_name?: string | undefined;
567
+ }[] | undefined;
568
+ link?: string | undefined;
569
+ } | undefined;
570
+ DO?: {
571
+ flatrate?: {
572
+ display_priority?: number | undefined;
573
+ logo_path?: string | undefined;
574
+ provider_id?: number | undefined;
575
+ provider_name?: string | undefined;
576
+ }[] | undefined;
577
+ link?: string | undefined;
578
+ } | undefined;
579
+ DZ?: {
580
+ flatrate?: {
581
+ display_priority?: number | undefined;
582
+ logo_path?: string | undefined;
583
+ provider_id?: number | undefined;
584
+ provider_name?: string | undefined;
585
+ }[] | undefined;
586
+ link?: string | undefined;
587
+ } | undefined;
588
+ EC?: {
589
+ flatrate?: {
590
+ display_priority?: number | undefined;
591
+ logo_path?: string | undefined;
592
+ provider_id?: number | undefined;
593
+ provider_name?: string | undefined;
594
+ }[] | undefined;
595
+ link?: string | undefined;
596
+ } | undefined;
597
+ EG?: {
598
+ flatrate?: {
599
+ display_priority?: number | undefined;
600
+ logo_path?: string | undefined;
601
+ provider_id?: number | undefined;
602
+ provider_name?: string | undefined;
603
+ }[] | undefined;
604
+ link?: string | undefined;
605
+ } | undefined;
606
+ ES?: {
607
+ flatrate?: {
608
+ display_priority?: number | undefined;
609
+ logo_path?: string | undefined;
610
+ provider_id?: number | undefined;
611
+ provider_name?: string | undefined;
612
+ }[] | undefined;
613
+ link?: string | undefined;
614
+ } | undefined;
615
+ FI?: {
616
+ buy?: {
617
+ display_priority?: number | undefined;
618
+ logo_path?: string | undefined;
619
+ provider_id?: number | undefined;
620
+ provider_name?: string | undefined;
621
+ }[] | undefined;
622
+ flatrate?: {
623
+ display_priority?: number | undefined;
624
+ logo_path?: string | undefined;
625
+ provider_id?: number | undefined;
626
+ provider_name?: string | undefined;
627
+ }[] | undefined;
628
+ link?: string | undefined;
629
+ } | undefined;
630
+ FR?: {
631
+ buy?: {
632
+ display_priority?: number | undefined;
633
+ logo_path?: string | undefined;
634
+ provider_id?: number | undefined;
635
+ provider_name?: string | undefined;
636
+ }[] | undefined;
637
+ flatrate?: {
638
+ display_priority?: number | undefined;
639
+ logo_path?: string | undefined;
640
+ provider_id?: number | undefined;
641
+ provider_name?: string | undefined;
642
+ }[] | undefined;
643
+ link?: string | undefined;
644
+ } | undefined;
645
+ GB?: {
646
+ buy?: {
647
+ display_priority?: number | undefined;
648
+ logo_path?: string | undefined;
649
+ provider_id?: number | undefined;
650
+ provider_name?: string | undefined;
651
+ }[] | undefined;
652
+ flatrate?: {
653
+ display_priority?: number | undefined;
654
+ logo_path?: string | undefined;
655
+ provider_id?: number | undefined;
656
+ provider_name?: string | undefined;
657
+ }[] | undefined;
658
+ link?: string | undefined;
659
+ } | undefined;
660
+ GF?: {
661
+ flatrate?: {
662
+ display_priority?: number | undefined;
663
+ logo_path?: string | undefined;
664
+ provider_id?: number | undefined;
665
+ provider_name?: string | undefined;
666
+ }[] | undefined;
667
+ link?: string | undefined;
668
+ } | undefined;
669
+ GH?: {
670
+ flatrate?: {
671
+ display_priority?: number | undefined;
672
+ logo_path?: string | undefined;
673
+ provider_id?: number | undefined;
674
+ provider_name?: string | undefined;
675
+ }[] | undefined;
676
+ link?: string | undefined;
677
+ } | undefined;
678
+ GQ?: {
679
+ flatrate?: {
680
+ display_priority?: number | undefined;
681
+ logo_path?: string | undefined;
682
+ provider_id?: number | undefined;
683
+ provider_name?: string | undefined;
684
+ }[] | undefined;
685
+ link?: string | undefined;
686
+ } | undefined;
687
+ GT?: {
688
+ flatrate?: {
689
+ display_priority?: number | undefined;
690
+ logo_path?: string | undefined;
691
+ provider_id?: number | undefined;
692
+ provider_name?: string | undefined;
693
+ }[] | undefined;
694
+ link?: string | undefined;
695
+ } | undefined;
696
+ HK?: {
697
+ flatrate?: {
698
+ display_priority?: number | undefined;
699
+ logo_path?: string | undefined;
700
+ provider_id?: number | undefined;
701
+ provider_name?: string | undefined;
702
+ }[] | undefined;
703
+ link?: string | undefined;
704
+ } | undefined;
705
+ HN?: {
706
+ flatrate?: {
707
+ display_priority?: number | undefined;
708
+ logo_path?: string | undefined;
709
+ provider_id?: number | undefined;
710
+ provider_name?: string | undefined;
711
+ }[] | undefined;
712
+ link?: string | undefined;
713
+ } | undefined;
714
+ HR?: {
715
+ flatrate?: {
716
+ display_priority?: number | undefined;
717
+ logo_path?: string | undefined;
718
+ provider_id?: number | undefined;
719
+ provider_name?: string | undefined;
720
+ }[] | undefined;
721
+ link?: string | undefined;
722
+ } | undefined;
723
+ HU?: {
724
+ flatrate?: {
725
+ display_priority?: number | undefined;
726
+ logo_path?: string | undefined;
727
+ provider_id?: number | undefined;
728
+ provider_name?: string | undefined;
729
+ }[] | undefined;
730
+ link?: string | undefined;
731
+ } | undefined;
732
+ ID?: {
733
+ flatrate?: {
734
+ display_priority?: number | undefined;
735
+ logo_path?: string | undefined;
736
+ provider_id?: number | undefined;
737
+ provider_name?: string | undefined;
738
+ }[] | undefined;
739
+ link?: string | undefined;
740
+ } | undefined;
741
+ IE?: {
742
+ buy?: {
743
+ display_priority?: number | undefined;
744
+ logo_path?: string | undefined;
745
+ provider_id?: number | undefined;
746
+ provider_name?: string | undefined;
747
+ }[] | undefined;
748
+ flatrate?: {
749
+ display_priority?: number | undefined;
750
+ logo_path?: string | undefined;
751
+ provider_id?: number | undefined;
752
+ provider_name?: string | undefined;
753
+ }[] | undefined;
754
+ link?: string | undefined;
755
+ } | undefined;
756
+ IL?: {
757
+ flatrate?: {
758
+ display_priority?: number | undefined;
759
+ logo_path?: string | undefined;
760
+ provider_id?: number | undefined;
761
+ provider_name?: string | undefined;
762
+ }[] | undefined;
763
+ link?: string | undefined;
764
+ } | undefined;
765
+ IQ?: {
766
+ flatrate?: {
767
+ display_priority?: number | undefined;
768
+ logo_path?: string | undefined;
769
+ provider_id?: number | undefined;
770
+ provider_name?: string | undefined;
771
+ }[] | undefined;
772
+ link?: string | undefined;
773
+ } | undefined;
774
+ IT?: {
775
+ buy?: {
776
+ display_priority?: number | undefined;
777
+ logo_path?: string | undefined;
778
+ provider_id?: number | undefined;
779
+ provider_name?: string | undefined;
780
+ }[] | undefined;
781
+ flatrate?: {
782
+ display_priority?: number | undefined;
783
+ logo_path?: string | undefined;
784
+ provider_id?: number | undefined;
785
+ provider_name?: string | undefined;
786
+ }[] | undefined;
787
+ link?: string | undefined;
788
+ } | undefined;
789
+ JM?: {
790
+ flatrate?: {
791
+ display_priority?: number | undefined;
792
+ logo_path?: string | undefined;
793
+ provider_id?: number | undefined;
794
+ provider_name?: string | undefined;
795
+ }[] | undefined;
796
+ link?: string | undefined;
797
+ } | undefined;
798
+ JP?: {
799
+ buy?: {
800
+ display_priority?: number | undefined;
801
+ logo_path?: string | undefined;
802
+ provider_id?: number | undefined;
803
+ provider_name?: string | undefined;
804
+ }[] | undefined;
805
+ flatrate?: {
806
+ display_priority?: number | undefined;
807
+ logo_path?: string | undefined;
808
+ provider_id?: number | undefined;
809
+ provider_name?: string | undefined;
810
+ }[] | undefined;
811
+ link?: string | undefined;
812
+ rent?: {
813
+ display_priority?: number | undefined;
814
+ logo_path?: string | undefined;
815
+ provider_id?: number | undefined;
816
+ provider_name?: string | undefined;
817
+ }[] | undefined;
818
+ } | undefined;
819
+ KE?: {
820
+ flatrate?: {
821
+ display_priority?: number | undefined;
822
+ logo_path?: string | undefined;
823
+ provider_id?: number | undefined;
824
+ provider_name?: string | undefined;
825
+ }[] | undefined;
826
+ link?: string | undefined;
827
+ } | undefined;
828
+ KR?: {
829
+ flatrate?: {
830
+ display_priority?: number | undefined;
831
+ logo_path?: string | undefined;
832
+ provider_id?: number | undefined;
833
+ provider_name?: string | undefined;
834
+ }[] | undefined;
835
+ link?: string | undefined;
836
+ } | undefined;
837
+ LB?: {
838
+ flatrate?: {
839
+ display_priority?: number | undefined;
840
+ logo_path?: string | undefined;
841
+ provider_id?: number | undefined;
842
+ provider_name?: string | undefined;
843
+ }[] | undefined;
844
+ link?: string | undefined;
845
+ } | undefined;
846
+ LT?: {
847
+ flatrate?: {
848
+ display_priority?: number | undefined;
849
+ logo_path?: string | undefined;
850
+ provider_id?: number | undefined;
851
+ provider_name?: string | undefined;
852
+ }[] | undefined;
853
+ link?: string | undefined;
854
+ } | undefined;
855
+ LY?: {
856
+ flatrate?: {
857
+ display_priority?: number | undefined;
858
+ logo_path?: string | undefined;
859
+ provider_id?: number | undefined;
860
+ provider_name?: string | undefined;
861
+ }[] | undefined;
862
+ link?: string | undefined;
863
+ } | undefined;
864
+ MD?: {
865
+ flatrate?: {
866
+ display_priority?: number | undefined;
867
+ logo_path?: string | undefined;
868
+ provider_id?: number | undefined;
869
+ provider_name?: string | undefined;
870
+ }[] | undefined;
871
+ link?: string | undefined;
872
+ } | undefined;
873
+ MK?: {
874
+ flatrate?: {
875
+ display_priority?: number | undefined;
876
+ logo_path?: string | undefined;
877
+ provider_id?: number | undefined;
878
+ provider_name?: string | undefined;
879
+ }[] | undefined;
880
+ link?: string | undefined;
881
+ } | undefined;
882
+ MU?: {
883
+ flatrate?: {
884
+ display_priority?: number | undefined;
885
+ logo_path?: string | undefined;
886
+ provider_id?: number | undefined;
887
+ provider_name?: string | undefined;
888
+ }[] | undefined;
889
+ link?: string | undefined;
890
+ } | undefined;
891
+ MX?: {
892
+ flatrate?: {
893
+ display_priority?: number | undefined;
894
+ logo_path?: string | undefined;
895
+ provider_id?: number | undefined;
896
+ provider_name?: string | undefined;
897
+ }[] | undefined;
898
+ link?: string | undefined;
899
+ } | undefined;
900
+ MY?: {
901
+ flatrate?: {
902
+ display_priority?: number | undefined;
903
+ logo_path?: string | undefined;
904
+ provider_id?: number | undefined;
905
+ provider_name?: string | undefined;
906
+ }[] | undefined;
907
+ link?: string | undefined;
908
+ } | undefined;
909
+ MZ?: {
910
+ flatrate?: {
911
+ display_priority?: number | undefined;
912
+ logo_path?: string | undefined;
913
+ provider_id?: number | undefined;
914
+ provider_name?: string | undefined;
915
+ }[] | undefined;
916
+ link?: string | undefined;
917
+ } | undefined;
918
+ NE?: {
919
+ flatrate?: {
920
+ display_priority?: number | undefined;
921
+ logo_path?: string | undefined;
922
+ provider_id?: number | undefined;
923
+ provider_name?: string | undefined;
924
+ }[] | undefined;
925
+ link?: string | undefined;
926
+ } | undefined;
927
+ NG?: {
928
+ flatrate?: {
929
+ display_priority?: number | undefined;
930
+ logo_path?: string | undefined;
931
+ provider_id?: number | undefined;
932
+ provider_name?: string | undefined;
933
+ }[] | undefined;
934
+ link?: string | undefined;
935
+ } | undefined;
936
+ NL?: {
937
+ buy?: {
938
+ display_priority?: number | undefined;
939
+ logo_path?: string | undefined;
940
+ provider_id?: number | undefined;
941
+ provider_name?: string | undefined;
942
+ }[] | undefined;
943
+ flatrate?: {
944
+ display_priority?: number | undefined;
945
+ logo_path?: string | undefined;
946
+ provider_id?: number | undefined;
947
+ provider_name?: string | undefined;
948
+ }[] | undefined;
949
+ link?: string | undefined;
950
+ } | undefined;
951
+ NO?: {
952
+ buy?: {
953
+ display_priority?: number | undefined;
954
+ logo_path?: string | undefined;
955
+ provider_id?: number | undefined;
956
+ provider_name?: string | undefined;
957
+ }[] | undefined;
958
+ flatrate?: {
959
+ display_priority?: number | undefined;
960
+ logo_path?: string | undefined;
961
+ provider_id?: number | undefined;
962
+ provider_name?: string | undefined;
963
+ }[] | undefined;
964
+ link?: string | undefined;
965
+ } | undefined;
966
+ NZ?: {
967
+ flatrate?: {
968
+ display_priority?: number | undefined;
969
+ logo_path?: string | undefined;
970
+ provider_id?: number | undefined;
971
+ provider_name?: string | undefined;
972
+ }[] | undefined;
973
+ link?: string | undefined;
974
+ } | undefined;
975
+ PA?: {
976
+ flatrate?: {
977
+ display_priority?: number | undefined;
978
+ logo_path?: string | undefined;
979
+ provider_id?: number | undefined;
980
+ provider_name?: string | undefined;
981
+ }[] | undefined;
982
+ link?: string | undefined;
983
+ } | undefined;
984
+ PE?: {
985
+ flatrate?: {
986
+ display_priority?: number | undefined;
987
+ logo_path?: string | undefined;
988
+ provider_id?: number | undefined;
989
+ provider_name?: string | undefined;
990
+ }[] | undefined;
991
+ link?: string | undefined;
992
+ } | undefined;
993
+ PH?: {
994
+ flatrate?: {
995
+ display_priority?: number | undefined;
996
+ logo_path?: string | undefined;
997
+ provider_id?: number | undefined;
998
+ provider_name?: string | undefined;
999
+ }[] | undefined;
1000
+ link?: string | undefined;
1001
+ } | undefined;
1002
+ PL?: {
1003
+ flatrate?: {
1004
+ display_priority?: number | undefined;
1005
+ logo_path?: string | undefined;
1006
+ provider_id?: number | undefined;
1007
+ provider_name?: string | undefined;
1008
+ }[] | undefined;
1009
+ link?: string | undefined;
1010
+ rent?: {
1011
+ display_priority?: number | undefined;
1012
+ logo_path?: string | undefined;
1013
+ provider_id?: number | undefined;
1014
+ provider_name?: string | undefined;
1015
+ }[] | undefined;
1016
+ } | undefined;
1017
+ PS?: {
1018
+ flatrate?: {
1019
+ display_priority?: number | undefined;
1020
+ logo_path?: string | undefined;
1021
+ provider_id?: number | undefined;
1022
+ provider_name?: string | undefined;
1023
+ }[] | undefined;
1024
+ link?: string | undefined;
1025
+ } | undefined;
1026
+ PT?: {
1027
+ flatrate?: {
1028
+ display_priority?: number | undefined;
1029
+ logo_path?: string | undefined;
1030
+ provider_id?: number | undefined;
1031
+ provider_name?: string | undefined;
1032
+ }[] | undefined;
1033
+ link?: string | undefined;
1034
+ } | undefined;
1035
+ PY?: {
1036
+ flatrate?: {
1037
+ display_priority?: number | undefined;
1038
+ logo_path?: string | undefined;
1039
+ provider_id?: number | undefined;
1040
+ provider_name?: string | undefined;
1041
+ }[] | undefined;
1042
+ link?: string | undefined;
1043
+ } | undefined;
1044
+ RO?: {
1045
+ flatrate?: {
1046
+ display_priority?: number | undefined;
1047
+ logo_path?: string | undefined;
1048
+ provider_id?: number | undefined;
1049
+ provider_name?: string | undefined;
1050
+ }[] | undefined;
1051
+ link?: string | undefined;
1052
+ } | undefined;
1053
+ RS?: {
1054
+ flatrate?: {
1055
+ display_priority?: number | undefined;
1056
+ logo_path?: string | undefined;
1057
+ provider_id?: number | undefined;
1058
+ provider_name?: string | undefined;
1059
+ }[] | undefined;
1060
+ link?: string | undefined;
1061
+ } | undefined;
1062
+ RU?: {
1063
+ ads?: {
1064
+ display_priority?: number | undefined;
1065
+ logo_path?: string | undefined;
1066
+ provider_id?: number | undefined;
1067
+ provider_name?: string | undefined;
1068
+ }[] | undefined;
1069
+ flatrate?: {
1070
+ display_priority?: number | undefined;
1071
+ logo_path?: string | undefined;
1072
+ provider_id?: number | undefined;
1073
+ provider_name?: string | undefined;
1074
+ }[] | undefined;
1075
+ link?: string | undefined;
1076
+ } | undefined;
1077
+ SA?: {
1078
+ flatrate?: {
1079
+ display_priority?: number | undefined;
1080
+ logo_path?: string | undefined;
1081
+ provider_id?: number | undefined;
1082
+ provider_name?: string | undefined;
1083
+ }[] | undefined;
1084
+ link?: string | undefined;
1085
+ } | undefined;
1086
+ SC?: {
1087
+ flatrate?: {
1088
+ display_priority?: number | undefined;
1089
+ logo_path?: string | undefined;
1090
+ provider_id?: number | undefined;
1091
+ provider_name?: string | undefined;
1092
+ }[] | undefined;
1093
+ link?: string | undefined;
1094
+ } | undefined;
1095
+ SE?: {
1096
+ buy?: {
1097
+ display_priority?: number | undefined;
1098
+ logo_path?: string | undefined;
1099
+ provider_id?: number | undefined;
1100
+ provider_name?: string | undefined;
1101
+ }[] | undefined;
1102
+ flatrate?: {
1103
+ display_priority?: number | undefined;
1104
+ logo_path?: string | undefined;
1105
+ provider_id?: number | undefined;
1106
+ provider_name?: string | undefined;
1107
+ }[] | undefined;
1108
+ link?: string | undefined;
1109
+ } | undefined;
1110
+ SG?: {
1111
+ flatrate?: {
1112
+ display_priority?: number | undefined;
1113
+ logo_path?: string | undefined;
1114
+ provider_id?: number | undefined;
1115
+ provider_name?: string | undefined;
1116
+ }[] | undefined;
1117
+ link?: string | undefined;
1118
+ } | undefined;
1119
+ SI?: {
1120
+ flatrate?: {
1121
+ display_priority?: number | undefined;
1122
+ logo_path?: string | undefined;
1123
+ provider_id?: number | undefined;
1124
+ provider_name?: string | undefined;
1125
+ }[] | undefined;
1126
+ link?: string | undefined;
1127
+ } | undefined;
1128
+ SK?: {
1129
+ flatrate?: {
1130
+ display_priority?: number | undefined;
1131
+ logo_path?: string | undefined;
1132
+ provider_id?: number | undefined;
1133
+ provider_name?: string | undefined;
1134
+ }[] | undefined;
1135
+ link?: string | undefined;
1136
+ } | undefined;
1137
+ SN?: {
1138
+ flatrate?: {
1139
+ display_priority?: number | undefined;
1140
+ logo_path?: string | undefined;
1141
+ provider_id?: number | undefined;
1142
+ provider_name?: string | undefined;
1143
+ }[] | undefined;
1144
+ link?: string | undefined;
1145
+ } | undefined;
1146
+ SV?: {
1147
+ flatrate?: {
1148
+ display_priority?: number | undefined;
1149
+ logo_path?: string | undefined;
1150
+ provider_id?: number | undefined;
1151
+ provider_name?: string | undefined;
1152
+ }[] | undefined;
1153
+ link?: string | undefined;
1154
+ } | undefined;
1155
+ TH?: {
1156
+ flatrate?: {
1157
+ display_priority?: number | undefined;
1158
+ logo_path?: string | undefined;
1159
+ provider_id?: number | undefined;
1160
+ provider_name?: string | undefined;
1161
+ }[] | undefined;
1162
+ link?: string | undefined;
1163
+ } | undefined;
1164
+ TR?: {
1165
+ flatrate?: {
1166
+ display_priority?: number | undefined;
1167
+ logo_path?: string | undefined;
1168
+ provider_id?: number | undefined;
1169
+ provider_name?: string | undefined;
1170
+ }[] | undefined;
1171
+ link?: string | undefined;
1172
+ } | undefined;
1173
+ TT?: {
1174
+ flatrate?: {
1175
+ display_priority?: number | undefined;
1176
+ logo_path?: string | undefined;
1177
+ provider_id?: number | undefined;
1178
+ provider_name?: string | undefined;
1179
+ }[] | undefined;
1180
+ link?: string | undefined;
1181
+ } | undefined;
1182
+ TW?: {
1183
+ flatrate?: {
1184
+ display_priority?: number | undefined;
1185
+ logo_path?: string | undefined;
1186
+ provider_id?: number | undefined;
1187
+ provider_name?: string | undefined;
1188
+ }[] | undefined;
1189
+ link?: string | undefined;
1190
+ } | undefined;
1191
+ TZ?: {
1192
+ flatrate?: {
1193
+ display_priority?: number | undefined;
1194
+ logo_path?: string | undefined;
1195
+ provider_id?: number | undefined;
1196
+ provider_name?: string | undefined;
1197
+ }[] | undefined;
1198
+ link?: string | undefined;
1199
+ } | undefined;
1200
+ UG?: {
1201
+ flatrate?: {
1202
+ display_priority?: number | undefined;
1203
+ logo_path?: string | undefined;
1204
+ provider_id?: number | undefined;
1205
+ provider_name?: string | undefined;
1206
+ }[] | undefined;
1207
+ link?: string | undefined;
1208
+ } | undefined;
1209
+ US?: {
1210
+ buy?: {
1211
+ display_priority?: number | undefined;
1212
+ logo_path?: string | undefined;
1213
+ provider_id?: number | undefined;
1214
+ provider_name?: string | undefined;
1215
+ }[] | undefined;
1216
+ flatrate?: {
1217
+ display_priority?: number | undefined;
1218
+ logo_path?: string | undefined;
1219
+ provider_id?: number | undefined;
1220
+ provider_name?: string | undefined;
1221
+ }[] | undefined;
1222
+ free?: {
1223
+ display_priority?: number | undefined;
1224
+ logo_path?: string | undefined;
1225
+ provider_id?: number | undefined;
1226
+ provider_name?: string | undefined;
1227
+ }[] | undefined;
1228
+ link?: string | undefined;
1229
+ } | undefined;
1230
+ UY?: {
1231
+ flatrate?: {
1232
+ display_priority?: number | undefined;
1233
+ logo_path?: string | undefined;
1234
+ provider_id?: number | undefined;
1235
+ provider_name?: string | undefined;
1236
+ }[] | undefined;
1237
+ link?: string | undefined;
1238
+ } | undefined;
1239
+ VE?: {
1240
+ flatrate?: {
1241
+ display_priority?: number | undefined;
1242
+ logo_path?: string | undefined;
1243
+ provider_id?: number | undefined;
1244
+ provider_name?: string | undefined;
1245
+ }[] | undefined;
1246
+ link?: string | undefined;
1247
+ } | undefined;
1248
+ ZA?: {
1249
+ flatrate?: {
1250
+ display_priority?: number | undefined;
1251
+ logo_path?: string | undefined;
1252
+ provider_id?: number | undefined;
1253
+ provider_name?: string | undefined;
1254
+ }[] | undefined;
1255
+ link?: string | undefined;
1256
+ } | undefined;
1257
+ ZM?: {
1258
+ flatrate?: {
1259
+ display_priority?: number | undefined;
1260
+ logo_path?: string | undefined;
1261
+ provider_id?: number | undefined;
1262
+ provider_name?: string | undefined;
1263
+ }[] | undefined;
1264
+ link?: string | undefined;
1265
+ } | undefined;
1266
+ } | undefined;
1267
+ } | undefined;
1268
+ } & {
1269
+ __headers?: Headers | undefined;
1270
+ }) | undefined, _args: undefined, ctx: import("../types.cts").Context, info: import("graphql").GraphQLResolveInfo) => Promise<{
1271
+ AE?: {
1272
+ flatrate?: {
1273
+ display_priority?: number | undefined;
1274
+ logo_path?: string | undefined;
1275
+ provider_id?: number | undefined;
1276
+ provider_name?: string | undefined;
1277
+ }[] | undefined;
1278
+ link?: string | undefined;
1279
+ } | undefined;
1280
+ AR?: {
1281
+ flatrate?: {
1282
+ display_priority?: number | undefined;
1283
+ logo_path?: string | undefined;
1284
+ provider_id?: number | undefined;
1285
+ provider_name?: string | undefined;
1286
+ }[] | undefined;
1287
+ link?: string | undefined;
1288
+ } | undefined;
1289
+ AT?: {
1290
+ buy?: {
1291
+ display_priority?: number | undefined;
1292
+ logo_path?: string | undefined;
1293
+ provider_id?: number | undefined;
1294
+ provider_name?: string | undefined;
1295
+ }[] | undefined;
1296
+ flatrate?: {
1297
+ display_priority?: number | undefined;
1298
+ logo_path?: string | undefined;
1299
+ provider_id?: number | undefined;
1300
+ provider_name?: string | undefined;
1301
+ }[] | undefined;
1302
+ link?: string | undefined;
1303
+ } | undefined;
1304
+ AU?: {
1305
+ buy?: {
1306
+ display_priority?: number | undefined;
1307
+ logo_path?: string | undefined;
1308
+ provider_id?: number | undefined;
1309
+ provider_name?: string | undefined;
1310
+ }[] | undefined;
1311
+ flatrate?: {
1312
+ display_priority?: number | undefined;
1313
+ logo_path?: string | undefined;
1314
+ provider_id?: number | undefined;
1315
+ provider_name?: string | undefined;
1316
+ }[] | undefined;
1317
+ link?: string | undefined;
1318
+ } | undefined;
1319
+ BA?: {
1320
+ flatrate?: {
1321
+ display_priority?: number | undefined;
1322
+ logo_path?: string | undefined;
1323
+ provider_id?: number | undefined;
1324
+ provider_name?: string | undefined;
1325
+ }[] | undefined;
1326
+ link?: string | undefined;
1327
+ } | undefined;
1328
+ BB?: {
1329
+ flatrate?: {
1330
+ display_priority?: number | undefined;
1331
+ logo_path?: string | undefined;
1332
+ provider_id?: number | undefined;
1333
+ provider_name?: string | undefined;
1334
+ }[] | undefined;
1335
+ link?: string | undefined;
1336
+ } | undefined;
1337
+ BE?: {
1338
+ flatrate?: {
1339
+ display_priority?: number | undefined;
1340
+ logo_path?: string | undefined;
1341
+ provider_id?: number | undefined;
1342
+ provider_name?: string | undefined;
1343
+ }[] | undefined;
1344
+ link?: string | undefined;
1345
+ } | undefined;
1346
+ BG?: {
1347
+ flatrate?: {
1348
+ display_priority?: number | undefined;
1349
+ logo_path?: string | undefined;
1350
+ provider_id?: number | undefined;
1351
+ provider_name?: string | undefined;
1352
+ }[] | undefined;
1353
+ link?: string | undefined;
1354
+ } | undefined;
1355
+ BO?: {
1356
+ flatrate?: {
1357
+ display_priority?: number | undefined;
1358
+ logo_path?: string | undefined;
1359
+ provider_id?: number | undefined;
1360
+ provider_name?: string | undefined;
1361
+ }[] | undefined;
1362
+ link?: string | undefined;
1363
+ } | undefined;
1364
+ BR?: {
1365
+ flatrate?: {
1366
+ display_priority?: number | undefined;
1367
+ logo_path?: string | undefined;
1368
+ provider_id?: number | undefined;
1369
+ provider_name?: string | undefined;
1370
+ }[] | undefined;
1371
+ link?: string | undefined;
1372
+ } | undefined;
1373
+ BS?: {
1374
+ flatrate?: {
1375
+ display_priority?: number | undefined;
1376
+ logo_path?: string | undefined;
1377
+ provider_id?: number | undefined;
1378
+ provider_name?: string | undefined;
1379
+ }[] | undefined;
1380
+ link?: string | undefined;
1381
+ } | undefined;
1382
+ CA?: {
1383
+ buy?: {
1384
+ display_priority?: number | undefined;
1385
+ logo_path?: string | undefined;
1386
+ provider_id?: number | undefined;
1387
+ provider_name?: string | undefined;
1388
+ }[] | undefined;
1389
+ flatrate?: {
1390
+ display_priority?: number | undefined;
1391
+ logo_path?: string | undefined;
1392
+ provider_id?: number | undefined;
1393
+ provider_name?: string | undefined;
1394
+ }[] | undefined;
1395
+ link?: string | undefined;
1396
+ } | undefined;
1397
+ CH?: {
1398
+ buy?: {
1399
+ display_priority?: number | undefined;
1400
+ logo_path?: string | undefined;
1401
+ provider_id?: number | undefined;
1402
+ provider_name?: string | undefined;
1403
+ }[] | undefined;
1404
+ flatrate?: {
1405
+ display_priority?: number | undefined;
1406
+ logo_path?: string | undefined;
1407
+ provider_id?: number | undefined;
1408
+ provider_name?: string | undefined;
1409
+ }[] | undefined;
1410
+ link?: string | undefined;
1411
+ } | undefined;
1412
+ CI?: {
1413
+ flatrate?: {
1414
+ display_priority?: number | undefined;
1415
+ logo_path?: string | undefined;
1416
+ provider_id?: number | undefined;
1417
+ provider_name?: string | undefined;
1418
+ }[] | undefined;
1419
+ link?: string | undefined;
1420
+ } | undefined;
1421
+ CL?: {
1422
+ flatrate?: {
1423
+ display_priority?: number | undefined;
1424
+ logo_path?: string | undefined;
1425
+ provider_id?: number | undefined;
1426
+ provider_name?: string | undefined;
1427
+ }[] | undefined;
1428
+ link?: string | undefined;
1429
+ } | undefined;
1430
+ CO?: {
1431
+ flatrate?: {
1432
+ display_priority?: number | undefined;
1433
+ logo_path?: string | undefined;
1434
+ provider_id?: number | undefined;
1435
+ provider_name?: string | undefined;
1436
+ }[] | undefined;
1437
+ link?: string | undefined;
1438
+ } | undefined;
1439
+ CR?: {
1440
+ flatrate?: {
1441
+ display_priority?: number | undefined;
1442
+ logo_path?: string | undefined;
1443
+ provider_id?: number | undefined;
1444
+ provider_name?: string | undefined;
1445
+ }[] | undefined;
1446
+ link?: string | undefined;
1447
+ } | undefined;
1448
+ CZ?: {
1449
+ flatrate?: {
1450
+ display_priority?: number | undefined;
1451
+ logo_path?: string | undefined;
1452
+ provider_id?: number | undefined;
1453
+ provider_name?: string | undefined;
1454
+ }[] | undefined;
1455
+ link?: string | undefined;
1456
+ } | undefined;
1457
+ DE?: {
1458
+ buy?: {
1459
+ display_priority?: number | undefined;
1460
+ logo_path?: string | undefined;
1461
+ provider_id?: number | undefined;
1462
+ provider_name?: string | undefined;
1463
+ }[] | undefined;
1464
+ flatrate?: {
1465
+ display_priority?: number | undefined;
1466
+ logo_path?: string | undefined;
1467
+ provider_id?: number | undefined;
1468
+ provider_name?: string | undefined;
1469
+ }[] | undefined;
1470
+ link?: string | undefined;
1471
+ } | undefined;
1472
+ DK?: {
1473
+ flatrate?: {
1474
+ display_priority?: number | undefined;
1475
+ logo_path?: string | undefined;
1476
+ provider_id?: number | undefined;
1477
+ provider_name?: string | undefined;
1478
+ }[] | undefined;
1479
+ link?: string | undefined;
1480
+ } | undefined;
1481
+ DO?: {
1482
+ flatrate?: {
1483
+ display_priority?: number | undefined;
1484
+ logo_path?: string | undefined;
1485
+ provider_id?: number | undefined;
1486
+ provider_name?: string | undefined;
1487
+ }[] | undefined;
1488
+ link?: string | undefined;
1489
+ } | undefined;
1490
+ DZ?: {
1491
+ flatrate?: {
1492
+ display_priority?: number | undefined;
1493
+ logo_path?: string | undefined;
1494
+ provider_id?: number | undefined;
1495
+ provider_name?: string | undefined;
1496
+ }[] | undefined;
1497
+ link?: string | undefined;
1498
+ } | undefined;
1499
+ EC?: {
1500
+ flatrate?: {
1501
+ display_priority?: number | undefined;
1502
+ logo_path?: string | undefined;
1503
+ provider_id?: number | undefined;
1504
+ provider_name?: string | undefined;
1505
+ }[] | undefined;
1506
+ link?: string | undefined;
1507
+ } | undefined;
1508
+ EG?: {
1509
+ flatrate?: {
1510
+ display_priority?: number | undefined;
1511
+ logo_path?: string | undefined;
1512
+ provider_id?: number | undefined;
1513
+ provider_name?: string | undefined;
1514
+ }[] | undefined;
1515
+ link?: string | undefined;
1516
+ } | undefined;
1517
+ ES?: {
1518
+ flatrate?: {
1519
+ display_priority?: number | undefined;
1520
+ logo_path?: string | undefined;
1521
+ provider_id?: number | undefined;
1522
+ provider_name?: string | undefined;
1523
+ }[] | undefined;
1524
+ link?: string | undefined;
1525
+ } | undefined;
1526
+ FI?: {
1527
+ buy?: {
1528
+ display_priority?: number | undefined;
1529
+ logo_path?: string | undefined;
1530
+ provider_id?: number | undefined;
1531
+ provider_name?: string | undefined;
1532
+ }[] | undefined;
1533
+ flatrate?: {
1534
+ display_priority?: number | undefined;
1535
+ logo_path?: string | undefined;
1536
+ provider_id?: number | undefined;
1537
+ provider_name?: string | undefined;
1538
+ }[] | undefined;
1539
+ link?: string | undefined;
1540
+ } | undefined;
1541
+ FR?: {
1542
+ buy?: {
1543
+ display_priority?: number | undefined;
1544
+ logo_path?: string | undefined;
1545
+ provider_id?: number | undefined;
1546
+ provider_name?: string | undefined;
1547
+ }[] | undefined;
1548
+ flatrate?: {
1549
+ display_priority?: number | undefined;
1550
+ logo_path?: string | undefined;
1551
+ provider_id?: number | undefined;
1552
+ provider_name?: string | undefined;
1553
+ }[] | undefined;
1554
+ link?: string | undefined;
1555
+ } | undefined;
1556
+ GB?: {
1557
+ buy?: {
1558
+ display_priority?: number | undefined;
1559
+ logo_path?: string | undefined;
1560
+ provider_id?: number | undefined;
1561
+ provider_name?: string | undefined;
1562
+ }[] | undefined;
1563
+ flatrate?: {
1564
+ display_priority?: number | undefined;
1565
+ logo_path?: string | undefined;
1566
+ provider_id?: number | undefined;
1567
+ provider_name?: string | undefined;
1568
+ }[] | undefined;
1569
+ link?: string | undefined;
1570
+ } | undefined;
1571
+ GF?: {
1572
+ flatrate?: {
1573
+ display_priority?: number | undefined;
1574
+ logo_path?: string | undefined;
1575
+ provider_id?: number | undefined;
1576
+ provider_name?: string | undefined;
1577
+ }[] | undefined;
1578
+ link?: string | undefined;
1579
+ } | undefined;
1580
+ GH?: {
1581
+ flatrate?: {
1582
+ display_priority?: number | undefined;
1583
+ logo_path?: string | undefined;
1584
+ provider_id?: number | undefined;
1585
+ provider_name?: string | undefined;
1586
+ }[] | undefined;
1587
+ link?: string | undefined;
1588
+ } | undefined;
1589
+ GQ?: {
1590
+ flatrate?: {
1591
+ display_priority?: number | undefined;
1592
+ logo_path?: string | undefined;
1593
+ provider_id?: number | undefined;
1594
+ provider_name?: string | undefined;
1595
+ }[] | undefined;
1596
+ link?: string | undefined;
1597
+ } | undefined;
1598
+ GT?: {
1599
+ flatrate?: {
1600
+ display_priority?: number | undefined;
1601
+ logo_path?: string | undefined;
1602
+ provider_id?: number | undefined;
1603
+ provider_name?: string | undefined;
1604
+ }[] | undefined;
1605
+ link?: string | undefined;
1606
+ } | undefined;
1607
+ HK?: {
1608
+ flatrate?: {
1609
+ display_priority?: number | undefined;
1610
+ logo_path?: string | undefined;
1611
+ provider_id?: number | undefined;
1612
+ provider_name?: string | undefined;
1613
+ }[] | undefined;
1614
+ link?: string | undefined;
1615
+ } | undefined;
1616
+ HN?: {
1617
+ flatrate?: {
1618
+ display_priority?: number | undefined;
1619
+ logo_path?: string | undefined;
1620
+ provider_id?: number | undefined;
1621
+ provider_name?: string | undefined;
1622
+ }[] | undefined;
1623
+ link?: string | undefined;
1624
+ } | undefined;
1625
+ HR?: {
1626
+ flatrate?: {
1627
+ display_priority?: number | undefined;
1628
+ logo_path?: string | undefined;
1629
+ provider_id?: number | undefined;
1630
+ provider_name?: string | undefined;
1631
+ }[] | undefined;
1632
+ link?: string | undefined;
1633
+ } | undefined;
1634
+ HU?: {
1635
+ flatrate?: {
1636
+ display_priority?: number | undefined;
1637
+ logo_path?: string | undefined;
1638
+ provider_id?: number | undefined;
1639
+ provider_name?: string | undefined;
1640
+ }[] | undefined;
1641
+ link?: string | undefined;
1642
+ } | undefined;
1643
+ ID?: {
1644
+ flatrate?: {
1645
+ display_priority?: number | undefined;
1646
+ logo_path?: string | undefined;
1647
+ provider_id?: number | undefined;
1648
+ provider_name?: string | undefined;
1649
+ }[] | undefined;
1650
+ link?: string | undefined;
1651
+ } | undefined;
1652
+ IE?: {
1653
+ buy?: {
1654
+ display_priority?: number | undefined;
1655
+ logo_path?: string | undefined;
1656
+ provider_id?: number | undefined;
1657
+ provider_name?: string | undefined;
1658
+ }[] | undefined;
1659
+ flatrate?: {
1660
+ display_priority?: number | undefined;
1661
+ logo_path?: string | undefined;
1662
+ provider_id?: number | undefined;
1663
+ provider_name?: string | undefined;
1664
+ }[] | undefined;
1665
+ link?: string | undefined;
1666
+ } | undefined;
1667
+ IL?: {
1668
+ flatrate?: {
1669
+ display_priority?: number | undefined;
1670
+ logo_path?: string | undefined;
1671
+ provider_id?: number | undefined;
1672
+ provider_name?: string | undefined;
1673
+ }[] | undefined;
1674
+ link?: string | undefined;
1675
+ } | undefined;
1676
+ IQ?: {
1677
+ flatrate?: {
1678
+ display_priority?: number | undefined;
1679
+ logo_path?: string | undefined;
1680
+ provider_id?: number | undefined;
1681
+ provider_name?: string | undefined;
1682
+ }[] | undefined;
1683
+ link?: string | undefined;
1684
+ } | undefined;
1685
+ IT?: {
1686
+ buy?: {
1687
+ display_priority?: number | undefined;
1688
+ logo_path?: string | undefined;
1689
+ provider_id?: number | undefined;
1690
+ provider_name?: string | undefined;
1691
+ }[] | undefined;
1692
+ flatrate?: {
1693
+ display_priority?: number | undefined;
1694
+ logo_path?: string | undefined;
1695
+ provider_id?: number | undefined;
1696
+ provider_name?: string | undefined;
1697
+ }[] | undefined;
1698
+ link?: string | undefined;
1699
+ } | undefined;
1700
+ JM?: {
1701
+ flatrate?: {
1702
+ display_priority?: number | undefined;
1703
+ logo_path?: string | undefined;
1704
+ provider_id?: number | undefined;
1705
+ provider_name?: string | undefined;
1706
+ }[] | undefined;
1707
+ link?: string | undefined;
1708
+ } | undefined;
1709
+ JP?: {
1710
+ buy?: {
1711
+ display_priority?: number | undefined;
1712
+ logo_path?: string | undefined;
1713
+ provider_id?: number | undefined;
1714
+ provider_name?: string | undefined;
1715
+ }[] | undefined;
1716
+ flatrate?: {
1717
+ display_priority?: number | undefined;
1718
+ logo_path?: string | undefined;
1719
+ provider_id?: number | undefined;
1720
+ provider_name?: string | undefined;
1721
+ }[] | undefined;
1722
+ link?: string | undefined;
1723
+ rent?: {
1724
+ display_priority?: number | undefined;
1725
+ logo_path?: string | undefined;
1726
+ provider_id?: number | undefined;
1727
+ provider_name?: string | undefined;
1728
+ }[] | undefined;
1729
+ } | undefined;
1730
+ KE?: {
1731
+ flatrate?: {
1732
+ display_priority?: number | undefined;
1733
+ logo_path?: string | undefined;
1734
+ provider_id?: number | undefined;
1735
+ provider_name?: string | undefined;
1736
+ }[] | undefined;
1737
+ link?: string | undefined;
1738
+ } | undefined;
1739
+ KR?: {
1740
+ flatrate?: {
1741
+ display_priority?: number | undefined;
1742
+ logo_path?: string | undefined;
1743
+ provider_id?: number | undefined;
1744
+ provider_name?: string | undefined;
1745
+ }[] | undefined;
1746
+ link?: string | undefined;
1747
+ } | undefined;
1748
+ LB?: {
1749
+ flatrate?: {
1750
+ display_priority?: number | undefined;
1751
+ logo_path?: string | undefined;
1752
+ provider_id?: number | undefined;
1753
+ provider_name?: string | undefined;
1754
+ }[] | undefined;
1755
+ link?: string | undefined;
1756
+ } | undefined;
1757
+ LT?: {
1758
+ flatrate?: {
1759
+ display_priority?: number | undefined;
1760
+ logo_path?: string | undefined;
1761
+ provider_id?: number | undefined;
1762
+ provider_name?: string | undefined;
1763
+ }[] | undefined;
1764
+ link?: string | undefined;
1765
+ } | undefined;
1766
+ LY?: {
1767
+ flatrate?: {
1768
+ display_priority?: number | undefined;
1769
+ logo_path?: string | undefined;
1770
+ provider_id?: number | undefined;
1771
+ provider_name?: string | undefined;
1772
+ }[] | undefined;
1773
+ link?: string | undefined;
1774
+ } | undefined;
1775
+ MD?: {
1776
+ flatrate?: {
1777
+ display_priority?: number | undefined;
1778
+ logo_path?: string | undefined;
1779
+ provider_id?: number | undefined;
1780
+ provider_name?: string | undefined;
1781
+ }[] | undefined;
1782
+ link?: string | undefined;
1783
+ } | undefined;
1784
+ MK?: {
1785
+ flatrate?: {
1786
+ display_priority?: number | undefined;
1787
+ logo_path?: string | undefined;
1788
+ provider_id?: number | undefined;
1789
+ provider_name?: string | undefined;
1790
+ }[] | undefined;
1791
+ link?: string | undefined;
1792
+ } | undefined;
1793
+ MU?: {
1794
+ flatrate?: {
1795
+ display_priority?: number | undefined;
1796
+ logo_path?: string | undefined;
1797
+ provider_id?: number | undefined;
1798
+ provider_name?: string | undefined;
1799
+ }[] | undefined;
1800
+ link?: string | undefined;
1801
+ } | undefined;
1802
+ MX?: {
1803
+ flatrate?: {
1804
+ display_priority?: number | undefined;
1805
+ logo_path?: string | undefined;
1806
+ provider_id?: number | undefined;
1807
+ provider_name?: string | undefined;
1808
+ }[] | undefined;
1809
+ link?: string | undefined;
1810
+ } | undefined;
1811
+ MY?: {
1812
+ flatrate?: {
1813
+ display_priority?: number | undefined;
1814
+ logo_path?: string | undefined;
1815
+ provider_id?: number | undefined;
1816
+ provider_name?: string | undefined;
1817
+ }[] | undefined;
1818
+ link?: string | undefined;
1819
+ } | undefined;
1820
+ MZ?: {
1821
+ flatrate?: {
1822
+ display_priority?: number | undefined;
1823
+ logo_path?: string | undefined;
1824
+ provider_id?: number | undefined;
1825
+ provider_name?: string | undefined;
1826
+ }[] | undefined;
1827
+ link?: string | undefined;
1828
+ } | undefined;
1829
+ NE?: {
1830
+ flatrate?: {
1831
+ display_priority?: number | undefined;
1832
+ logo_path?: string | undefined;
1833
+ provider_id?: number | undefined;
1834
+ provider_name?: string | undefined;
1835
+ }[] | undefined;
1836
+ link?: string | undefined;
1837
+ } | undefined;
1838
+ NG?: {
1839
+ flatrate?: {
1840
+ display_priority?: number | undefined;
1841
+ logo_path?: string | undefined;
1842
+ provider_id?: number | undefined;
1843
+ provider_name?: string | undefined;
1844
+ }[] | undefined;
1845
+ link?: string | undefined;
1846
+ } | undefined;
1847
+ NL?: {
1848
+ buy?: {
1849
+ display_priority?: number | undefined;
1850
+ logo_path?: string | undefined;
1851
+ provider_id?: number | undefined;
1852
+ provider_name?: string | undefined;
1853
+ }[] | undefined;
1854
+ flatrate?: {
1855
+ display_priority?: number | undefined;
1856
+ logo_path?: string | undefined;
1857
+ provider_id?: number | undefined;
1858
+ provider_name?: string | undefined;
1859
+ }[] | undefined;
1860
+ link?: string | undefined;
1861
+ } | undefined;
1862
+ NO?: {
1863
+ buy?: {
1864
+ display_priority?: number | undefined;
1865
+ logo_path?: string | undefined;
1866
+ provider_id?: number | undefined;
1867
+ provider_name?: string | undefined;
1868
+ }[] | undefined;
1869
+ flatrate?: {
1870
+ display_priority?: number | undefined;
1871
+ logo_path?: string | undefined;
1872
+ provider_id?: number | undefined;
1873
+ provider_name?: string | undefined;
1874
+ }[] | undefined;
1875
+ link?: string | undefined;
1876
+ } | undefined;
1877
+ NZ?: {
1878
+ flatrate?: {
1879
+ display_priority?: number | undefined;
1880
+ logo_path?: string | undefined;
1881
+ provider_id?: number | undefined;
1882
+ provider_name?: string | undefined;
1883
+ }[] | undefined;
1884
+ link?: string | undefined;
1885
+ } | undefined;
1886
+ PA?: {
1887
+ flatrate?: {
1888
+ display_priority?: number | undefined;
1889
+ logo_path?: string | undefined;
1890
+ provider_id?: number | undefined;
1891
+ provider_name?: string | undefined;
1892
+ }[] | undefined;
1893
+ link?: string | undefined;
1894
+ } | undefined;
1895
+ PE?: {
1896
+ flatrate?: {
1897
+ display_priority?: number | undefined;
1898
+ logo_path?: string | undefined;
1899
+ provider_id?: number | undefined;
1900
+ provider_name?: string | undefined;
1901
+ }[] | undefined;
1902
+ link?: string | undefined;
1903
+ } | undefined;
1904
+ PH?: {
1905
+ flatrate?: {
1906
+ display_priority?: number | undefined;
1907
+ logo_path?: string | undefined;
1908
+ provider_id?: number | undefined;
1909
+ provider_name?: string | undefined;
1910
+ }[] | undefined;
1911
+ link?: string | undefined;
1912
+ } | undefined;
1913
+ PL?: {
1914
+ flatrate?: {
1915
+ display_priority?: number | undefined;
1916
+ logo_path?: string | undefined;
1917
+ provider_id?: number | undefined;
1918
+ provider_name?: string | undefined;
1919
+ }[] | undefined;
1920
+ link?: string | undefined;
1921
+ rent?: {
1922
+ display_priority?: number | undefined;
1923
+ logo_path?: string | undefined;
1924
+ provider_id?: number | undefined;
1925
+ provider_name?: string | undefined;
1926
+ }[] | undefined;
1927
+ } | undefined;
1928
+ PS?: {
1929
+ flatrate?: {
1930
+ display_priority?: number | undefined;
1931
+ logo_path?: string | undefined;
1932
+ provider_id?: number | undefined;
1933
+ provider_name?: string | undefined;
1934
+ }[] | undefined;
1935
+ link?: string | undefined;
1936
+ } | undefined;
1937
+ PT?: {
1938
+ flatrate?: {
1939
+ display_priority?: number | undefined;
1940
+ logo_path?: string | undefined;
1941
+ provider_id?: number | undefined;
1942
+ provider_name?: string | undefined;
1943
+ }[] | undefined;
1944
+ link?: string | undefined;
1945
+ } | undefined;
1946
+ PY?: {
1947
+ flatrate?: {
1948
+ display_priority?: number | undefined;
1949
+ logo_path?: string | undefined;
1950
+ provider_id?: number | undefined;
1951
+ provider_name?: string | undefined;
1952
+ }[] | undefined;
1953
+ link?: string | undefined;
1954
+ } | undefined;
1955
+ RO?: {
1956
+ flatrate?: {
1957
+ display_priority?: number | undefined;
1958
+ logo_path?: string | undefined;
1959
+ provider_id?: number | undefined;
1960
+ provider_name?: string | undefined;
1961
+ }[] | undefined;
1962
+ link?: string | undefined;
1963
+ } | undefined;
1964
+ RS?: {
1965
+ flatrate?: {
1966
+ display_priority?: number | undefined;
1967
+ logo_path?: string | undefined;
1968
+ provider_id?: number | undefined;
1969
+ provider_name?: string | undefined;
1970
+ }[] | undefined;
1971
+ link?: string | undefined;
1972
+ } | undefined;
1973
+ RU?: {
1974
+ ads?: {
1975
+ display_priority?: number | undefined;
1976
+ logo_path?: string | undefined;
1977
+ provider_id?: number | undefined;
1978
+ provider_name?: string | undefined;
1979
+ }[] | undefined;
1980
+ flatrate?: {
1981
+ display_priority?: number | undefined;
1982
+ logo_path?: string | undefined;
1983
+ provider_id?: number | undefined;
1984
+ provider_name?: string | undefined;
1985
+ }[] | undefined;
1986
+ link?: string | undefined;
1987
+ } | undefined;
1988
+ SA?: {
1989
+ flatrate?: {
1990
+ display_priority?: number | undefined;
1991
+ logo_path?: string | undefined;
1992
+ provider_id?: number | undefined;
1993
+ provider_name?: string | undefined;
1994
+ }[] | undefined;
1995
+ link?: string | undefined;
1996
+ } | undefined;
1997
+ SC?: {
1998
+ flatrate?: {
1999
+ display_priority?: number | undefined;
2000
+ logo_path?: string | undefined;
2001
+ provider_id?: number | undefined;
2002
+ provider_name?: string | undefined;
2003
+ }[] | undefined;
2004
+ link?: string | undefined;
2005
+ } | undefined;
2006
+ SE?: {
2007
+ buy?: {
2008
+ display_priority?: number | undefined;
2009
+ logo_path?: string | undefined;
2010
+ provider_id?: number | undefined;
2011
+ provider_name?: string | undefined;
2012
+ }[] | undefined;
2013
+ flatrate?: {
2014
+ display_priority?: number | undefined;
2015
+ logo_path?: string | undefined;
2016
+ provider_id?: number | undefined;
2017
+ provider_name?: string | undefined;
2018
+ }[] | undefined;
2019
+ link?: string | undefined;
2020
+ } | undefined;
2021
+ SG?: {
2022
+ flatrate?: {
2023
+ display_priority?: number | undefined;
2024
+ logo_path?: string | undefined;
2025
+ provider_id?: number | undefined;
2026
+ provider_name?: string | undefined;
2027
+ }[] | undefined;
2028
+ link?: string | undefined;
2029
+ } | undefined;
2030
+ SI?: {
2031
+ flatrate?: {
2032
+ display_priority?: number | undefined;
2033
+ logo_path?: string | undefined;
2034
+ provider_id?: number | undefined;
2035
+ provider_name?: string | undefined;
2036
+ }[] | undefined;
2037
+ link?: string | undefined;
2038
+ } | undefined;
2039
+ SK?: {
2040
+ flatrate?: {
2041
+ display_priority?: number | undefined;
2042
+ logo_path?: string | undefined;
2043
+ provider_id?: number | undefined;
2044
+ provider_name?: string | undefined;
2045
+ }[] | undefined;
2046
+ link?: string | undefined;
2047
+ } | undefined;
2048
+ SN?: {
2049
+ flatrate?: {
2050
+ display_priority?: number | undefined;
2051
+ logo_path?: string | undefined;
2052
+ provider_id?: number | undefined;
2053
+ provider_name?: string | undefined;
2054
+ }[] | undefined;
2055
+ link?: string | undefined;
2056
+ } | undefined;
2057
+ SV?: {
2058
+ flatrate?: {
2059
+ display_priority?: number | undefined;
2060
+ logo_path?: string | undefined;
2061
+ provider_id?: number | undefined;
2062
+ provider_name?: string | undefined;
2063
+ }[] | undefined;
2064
+ link?: string | undefined;
2065
+ } | undefined;
2066
+ TH?: {
2067
+ flatrate?: {
2068
+ display_priority?: number | undefined;
2069
+ logo_path?: string | undefined;
2070
+ provider_id?: number | undefined;
2071
+ provider_name?: string | undefined;
2072
+ }[] | undefined;
2073
+ link?: string | undefined;
2074
+ } | undefined;
2075
+ TR?: {
2076
+ flatrate?: {
2077
+ display_priority?: number | undefined;
2078
+ logo_path?: string | undefined;
2079
+ provider_id?: number | undefined;
2080
+ provider_name?: string | undefined;
2081
+ }[] | undefined;
2082
+ link?: string | undefined;
2083
+ } | undefined;
2084
+ TT?: {
2085
+ flatrate?: {
2086
+ display_priority?: number | undefined;
2087
+ logo_path?: string | undefined;
2088
+ provider_id?: number | undefined;
2089
+ provider_name?: string | undefined;
2090
+ }[] | undefined;
2091
+ link?: string | undefined;
2092
+ } | undefined;
2093
+ TW?: {
2094
+ flatrate?: {
2095
+ display_priority?: number | undefined;
2096
+ logo_path?: string | undefined;
2097
+ provider_id?: number | undefined;
2098
+ provider_name?: string | undefined;
2099
+ }[] | undefined;
2100
+ link?: string | undefined;
2101
+ } | undefined;
2102
+ TZ?: {
2103
+ flatrate?: {
2104
+ display_priority?: number | undefined;
2105
+ logo_path?: string | undefined;
2106
+ provider_id?: number | undefined;
2107
+ provider_name?: string | undefined;
2108
+ }[] | undefined;
2109
+ link?: string | undefined;
2110
+ } | undefined;
2111
+ UG?: {
2112
+ flatrate?: {
2113
+ display_priority?: number | undefined;
2114
+ logo_path?: string | undefined;
2115
+ provider_id?: number | undefined;
2116
+ provider_name?: string | undefined;
2117
+ }[] | undefined;
2118
+ link?: string | undefined;
2119
+ } | undefined;
2120
+ US?: {
2121
+ buy?: {
2122
+ display_priority?: number | undefined;
2123
+ logo_path?: string | undefined;
2124
+ provider_id?: number | undefined;
2125
+ provider_name?: string | undefined;
2126
+ }[] | undefined;
2127
+ flatrate?: {
2128
+ display_priority?: number | undefined;
2129
+ logo_path?: string | undefined;
2130
+ provider_id?: number | undefined;
2131
+ provider_name?: string | undefined;
2132
+ }[] | undefined;
2133
+ free?: {
2134
+ display_priority?: number | undefined;
2135
+ logo_path?: string | undefined;
2136
+ provider_id?: number | undefined;
2137
+ provider_name?: string | undefined;
2138
+ }[] | undefined;
2139
+ link?: string | undefined;
2140
+ } | undefined;
2141
+ UY?: {
2142
+ flatrate?: {
2143
+ display_priority?: number | undefined;
2144
+ logo_path?: string | undefined;
2145
+ provider_id?: number | undefined;
2146
+ provider_name?: string | undefined;
2147
+ }[] | undefined;
2148
+ link?: string | undefined;
2149
+ } | undefined;
2150
+ VE?: {
2151
+ flatrate?: {
2152
+ display_priority?: number | undefined;
2153
+ logo_path?: string | undefined;
2154
+ provider_id?: number | undefined;
2155
+ provider_name?: string | undefined;
2156
+ }[] | undefined;
2157
+ link?: string | undefined;
2158
+ } | undefined;
2159
+ ZA?: {
2160
+ flatrate?: {
2161
+ display_priority?: number | undefined;
2162
+ logo_path?: string | undefined;
2163
+ provider_id?: number | undefined;
2164
+ provider_name?: string | undefined;
2165
+ }[] | undefined;
2166
+ link?: string | undefined;
2167
+ } | undefined;
2168
+ ZM?: {
2169
+ flatrate?: {
2170
+ display_priority?: number | undefined;
2171
+ logo_path?: string | undefined;
2172
+ provider_id?: number | undefined;
2173
+ provider_name?: string | undefined;
2174
+ }[] | undefined;
2175
+ link?: string | undefined;
2176
+ } | undefined;
1374
2177
  } | undefined>;
1375
2178
  //# sourceMappingURL=tvWatchProviders.d.cts.map