@tmdb-graphql-api/resolvers 0.1.0 → 0.1.1-unstable.1

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