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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (489) hide show
  1. package/dist/cjs/index.cjs +1 -1
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/index.mjs +1 -1
  4. package/dist/esm/index.mjs.map +1 -1
  5. package/dist/production.analysis.txt +506 -413
  6. package/dist/types/cjs/constants.d.cts +3 -0
  7. package/dist/types/cjs/constants.d.cts.map +1 -1
  8. package/dist/types/cjs/helpers/buildArgsResolver.d.cts +9 -0
  9. package/dist/types/cjs/helpers/buildArgsResolver.d.cts.map +1 -0
  10. package/dist/types/cjs/helpers/buildNoObjArgsResolver.d.cts +9 -0
  11. package/dist/types/cjs/helpers/buildNoObjArgsResolver.d.cts.map +1 -0
  12. package/dist/types/cjs/helpers/buildObjArgsResolver.d.cts +9 -0
  13. package/dist/types/cjs/helpers/buildObjArgsResolver.d.cts.map +1 -0
  14. package/dist/types/cjs/helpers/buildObjResolver.d.cts +11 -0
  15. package/dist/types/cjs/helpers/buildObjResolver.d.cts.map +1 -0
  16. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts +4 -3
  17. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts.map +1 -1
  18. package/dist/types/cjs/main.d.cts.map +1 -1
  19. package/dist/types/cjs/queries/certifications.d.cts +429 -4
  20. package/dist/types/cjs/queries/certifications.d.cts.map +1 -1
  21. package/dist/types/cjs/queries/collection.d.cts +61 -3397
  22. package/dist/types/cjs/queries/collection.d.cts.map +1 -1
  23. package/dist/types/cjs/queries/collectionImages.d.cts +40 -13
  24. package/dist/types/cjs/queries/collectionImages.d.cts.map +1 -1
  25. package/dist/types/cjs/queries/collectionTranslations.d.cts +34 -17
  26. package/dist/types/cjs/queries/collectionTranslations.d.cts.map +1 -1
  27. package/dist/types/cjs/queries/company.d.cts +9 -12
  28. package/dist/types/cjs/queries/company.d.cts.map +1 -1
  29. package/dist/types/cjs/queries/companyAlternativeNames.d.cts +27 -9
  30. package/dist/types/cjs/queries/companyAlternativeNames.d.cts.map +1 -1
  31. package/dist/types/cjs/queries/companyLogos.d.cts +19 -13
  32. package/dist/types/cjs/queries/companyLogos.d.cts.map +1 -1
  33. package/dist/types/cjs/queries/configuration.d.cts +11 -14
  34. package/dist/types/cjs/queries/configuration.d.cts.map +1 -1
  35. package/dist/types/cjs/queries/configurationCountries.d.cts +16 -3
  36. package/dist/types/cjs/queries/configurationCountries.d.cts.map +1 -1
  37. package/dist/types/cjs/queries/configurationJobs.d.cts +15 -3
  38. package/dist/types/cjs/queries/configurationJobs.d.cts.map +1 -1
  39. package/dist/types/cjs/queries/configurationLanguages.d.cts +16 -3
  40. package/dist/types/cjs/queries/configurationLanguages.d.cts.map +1 -1
  41. package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts +12 -3
  42. package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts.map +1 -1
  43. package/dist/types/cjs/queries/configurationTimezones.d.cts +15 -3
  44. package/dist/types/cjs/queries/configurationTimezones.d.cts.map +1 -1
  45. package/dist/types/cjs/queries/credit.d.cts +46 -4197
  46. package/dist/types/cjs/queries/credit.d.cts.map +1 -1
  47. package/dist/types/cjs/queries/discoverMovies.d.cts +2 -4
  48. package/dist/types/cjs/queries/discoverMovies.d.cts.map +1 -1
  49. package/dist/types/cjs/queries/discoverTv.d.cts +2 -4
  50. package/dist/types/cjs/queries/discoverTv.d.cts.map +1 -1
  51. package/dist/types/cjs/queries/episode.d.cts +235 -94
  52. package/dist/types/cjs/queries/episode.d.cts.map +1 -1
  53. package/dist/types/cjs/queries/episodeCredits.d.cts +168 -32
  54. package/dist/types/cjs/queries/episodeCredits.d.cts.map +1 -1
  55. package/dist/types/cjs/queries/episodeExternalIds.d.cts +139 -15
  56. package/dist/types/cjs/queries/episodeExternalIds.d.cts.map +1 -1
  57. package/dist/types/cjs/queries/episodeStills.d.cts +140 -5
  58. package/dist/types/cjs/queries/episodeStills.d.cts.map +1 -1
  59. package/dist/types/cjs/queries/episodeTranslations.d.cts +141 -19
  60. package/dist/types/cjs/queries/episodeTranslations.d.cts.map +1 -1
  61. package/dist/types/cjs/queries/episodeVideos.d.cts +142 -14
  62. package/dist/types/cjs/queries/episodeVideos.d.cts.map +1 -1
  63. package/dist/types/cjs/queries/find.d.cts +10 -1801
  64. package/dist/types/cjs/queries/find.d.cts.map +1 -1
  65. package/dist/types/cjs/queries/genres.d.cts +6 -6
  66. package/dist/types/cjs/queries/genres.d.cts.map +1 -1
  67. package/dist/types/cjs/queries/keyword.d.cts +2 -5
  68. package/dist/types/cjs/queries/keyword.d.cts.map +1 -1
  69. package/dist/types/cjs/queries/movie.d.cts +35 -3588
  70. package/dist/types/cjs/queries/movie.d.cts.map +1 -1
  71. package/dist/types/cjs/queries/movieAlternativeTitles.d.cts +1736 -5
  72. package/dist/types/cjs/queries/movieAlternativeTitles.d.cts.map +1 -1
  73. package/dist/types/cjs/queries/movieCredits.d.cts +1755 -30
  74. package/dist/types/cjs/queries/movieCredits.d.cts.map +1 -1
  75. package/dist/types/cjs/queries/movieExternalIds.d.cts +1738 -15
  76. package/dist/types/cjs/queries/movieExternalIds.d.cts.map +1 -1
  77. package/dist/types/cjs/queries/movieImages.d.cts +1756 -5
  78. package/dist/types/cjs/queries/movieImages.d.cts.map +1 -1
  79. package/dist/types/cjs/queries/movieKeywords.d.cts +1735 -5
  80. package/dist/types/cjs/queries/movieKeywords.d.cts.map +1 -1
  81. package/dist/types/cjs/queries/movieRecommendations.d.cts +1728 -1848
  82. package/dist/types/cjs/queries/movieRecommendations.d.cts.map +1 -1
  83. package/dist/types/cjs/queries/movieReleaseDates.d.cts +1742 -12
  84. package/dist/types/cjs/queries/movieReleaseDates.d.cts.map +1 -1
  85. package/dist/types/cjs/queries/movieReviews.d.cts +1728 -1848
  86. package/dist/types/cjs/queries/movieReviews.d.cts.map +1 -1
  87. package/dist/types/cjs/queries/movieSimilarMovies.d.cts +1728 -1848
  88. package/dist/types/cjs/queries/movieSimilarMovies.d.cts.map +1 -1
  89. package/dist/types/cjs/queries/movieTranslations.d.cts +1744 -19
  90. package/dist/types/cjs/queries/movieTranslations.d.cts.map +1 -1
  91. package/dist/types/cjs/queries/movieVideos.d.cts +1741 -13
  92. package/dist/types/cjs/queries/movieVideos.d.cts.map +1 -1
  93. package/dist/types/cjs/queries/movieWatchProviders.d.cts +3205 -1373
  94. package/dist/types/cjs/queries/movieWatchProviders.d.cts.map +1 -1
  95. package/dist/types/cjs/queries/network.d.cts +14 -23
  96. package/dist/types/cjs/queries/network.d.cts.map +1 -1
  97. package/dist/types/cjs/queries/networkAlternativeNames.d.cts +11 -9
  98. package/dist/types/cjs/queries/networkAlternativeNames.d.cts.map +1 -1
  99. package/dist/types/cjs/queries/networkLogos.d.cts +17 -13
  100. package/dist/types/cjs/queries/networkLogos.d.cts.map +1 -1
  101. package/dist/types/cjs/queries/person.d.cts +13 -41
  102. package/dist/types/cjs/queries/person.d.cts.map +1 -1
  103. package/dist/types/cjs/queries/personCombinedCredits.d.cts +233 -5
  104. package/dist/types/cjs/queries/personCombinedCredits.d.cts.map +1 -1
  105. package/dist/types/cjs/queries/personExternalIds.d.cts +203 -5
  106. package/dist/types/cjs/queries/personExternalIds.d.cts.map +1 -1
  107. package/dist/types/cjs/queries/personMovieCredits.d.cts +231 -5
  108. package/dist/types/cjs/queries/personMovieCredits.d.cts.map +1 -1
  109. package/dist/types/cjs/queries/personProfiles.d.cts +200 -5
  110. package/dist/types/cjs/queries/personProfiles.d.cts.map +1 -1
  111. package/dist/types/cjs/queries/personTranslations.d.cts +201 -19
  112. package/dist/types/cjs/queries/personTranslations.d.cts.map +1 -1
  113. package/dist/types/cjs/queries/personTvCredits.d.cts +232 -5
  114. package/dist/types/cjs/queries/personTvCredits.d.cts.map +1 -1
  115. package/dist/types/cjs/queries/rated.d.cts +6 -8
  116. package/dist/types/cjs/queries/rated.d.cts.map +1 -1
  117. package/dist/types/cjs/queries/review.d.cts +37 -23
  118. package/dist/types/cjs/queries/review.d.cts.map +1 -1
  119. package/dist/types/cjs/queries/search.d.cts +6 -8
  120. package/dist/types/cjs/queries/search.d.cts.map +1 -1
  121. package/dist/types/cjs/queries/season.d.cts +233 -282
  122. package/dist/types/cjs/queries/season.d.cts.map +1 -1
  123. package/dist/types/cjs/queries/seasonCredits.d.cts +152 -32
  124. package/dist/types/cjs/queries/seasonCredits.d.cts.map +1 -1
  125. package/dist/types/cjs/queries/seasonEpisodeCount.d.cts.map +1 -1
  126. package/dist/types/cjs/queries/seasonExternalIds.d.cts +134 -5
  127. package/dist/types/cjs/queries/seasonExternalIds.d.cts.map +1 -1
  128. package/dist/types/cjs/queries/seasonPosters.d.cts +136 -5
  129. package/dist/types/cjs/queries/seasonPosters.d.cts.map +1 -1
  130. package/dist/types/cjs/queries/seasonTranslations.d.cts +137 -19
  131. package/dist/types/cjs/queries/seasonTranslations.d.cts.map +1 -1
  132. package/dist/types/cjs/queries/seasonVideos.d.cts +138 -14
  133. package/dist/types/cjs/queries/seasonVideos.d.cts.map +1 -1
  134. package/dist/types/cjs/queries/trending.d.cts +5 -7
  135. package/dist/types/cjs/queries/trending.d.cts.map +1 -1
  136. package/dist/types/cjs/queries/tv.d.cts +79 -10478
  137. package/dist/types/cjs/queries/tv.d.cts.map +1 -1
  138. package/dist/types/cjs/queries/tvAlternativeTitles.d.cts +1273 -10
  139. package/dist/types/cjs/queries/tvAlternativeTitles.d.cts.map +1 -1
  140. package/dist/types/cjs/queries/tvContentRatings.d.cts +1273 -8
  141. package/dist/types/cjs/queries/tvContentRatings.d.cts.map +1 -1
  142. package/dist/types/cjs/queries/tvCredits.d.cts +1292 -30
  143. package/dist/types/cjs/queries/tvCredits.d.cts.map +1 -1
  144. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts +1280 -37
  145. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts.map +1 -1
  146. package/dist/types/cjs/queries/tvExternalIds.d.cts +1280 -15
  147. package/dist/types/cjs/queries/tvExternalIds.d.cts.map +1 -1
  148. package/dist/types/cjs/queries/tvImages.d.cts +1294 -15
  149. package/dist/types/cjs/queries/tvImages.d.cts.map +1 -1
  150. package/dist/types/cjs/queries/tvKeywords.d.cts +1271 -7
  151. package/dist/types/cjs/queries/tvKeywords.d.cts.map +1 -1
  152. package/dist/types/cjs/queries/tvRecommendations.d.cts +1264 -5365
  153. package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
  154. package/dist/types/cjs/queries/tvReviews.d.cts +1264 -5365
  155. package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
  156. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +1264 -5365
  157. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts.map +1 -1
  158. package/dist/types/cjs/queries/tvTranslations.d.cts +1280 -18
  159. package/dist/types/cjs/queries/tvTranslations.d.cts.map +1 -1
  160. package/dist/types/cjs/queries/tvVideos.d.cts +1279 -13
  161. package/dist/types/cjs/queries/tvVideos.d.cts.map +1 -1
  162. package/dist/types/cjs/queries/tvWatchProviders.d.cts +2174 -1371
  163. package/dist/types/cjs/queries/tvWatchProviders.d.cts.map +1 -1
  164. package/dist/types/cjs/queries/videoType.d.cts +2 -2
  165. package/dist/types/cjs/queries/videoType.d.cts.map +1 -1
  166. package/dist/types/cjs/types.d.cts +130 -297
  167. package/dist/types/cjs/types.d.cts.map +1 -1
  168. package/dist/types/esm/constants.d.ts +3 -0
  169. package/dist/types/esm/constants.d.ts.map +1 -1
  170. package/dist/types/esm/helpers/buildArgsResolver.d.ts +9 -0
  171. package/dist/types/esm/helpers/buildArgsResolver.d.ts.map +1 -0
  172. package/dist/types/esm/helpers/buildNoObjArgsResolver.d.ts +9 -0
  173. package/dist/types/esm/helpers/buildNoObjArgsResolver.d.ts.map +1 -0
  174. package/dist/types/esm/helpers/buildObjArgsResolver.d.ts +9 -0
  175. package/dist/types/esm/helpers/buildObjArgsResolver.d.ts.map +1 -0
  176. package/dist/types/esm/helpers/buildObjResolver.d.ts +11 -0
  177. package/dist/types/esm/helpers/buildObjResolver.d.ts.map +1 -0
  178. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +4 -3
  179. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts.map +1 -1
  180. package/dist/types/esm/main.d.ts.map +1 -1
  181. package/dist/types/esm/queries/certifications.d.ts +429 -4
  182. package/dist/types/esm/queries/certifications.d.ts.map +1 -1
  183. package/dist/types/esm/queries/collection.d.ts +61 -3397
  184. package/dist/types/esm/queries/collection.d.ts.map +1 -1
  185. package/dist/types/esm/queries/collectionImages.d.ts +40 -13
  186. package/dist/types/esm/queries/collectionImages.d.ts.map +1 -1
  187. package/dist/types/esm/queries/collectionTranslations.d.ts +34 -17
  188. package/dist/types/esm/queries/collectionTranslations.d.ts.map +1 -1
  189. package/dist/types/esm/queries/company.d.ts +9 -12
  190. package/dist/types/esm/queries/company.d.ts.map +1 -1
  191. package/dist/types/esm/queries/companyAlternativeNames.d.ts +27 -9
  192. package/dist/types/esm/queries/companyAlternativeNames.d.ts.map +1 -1
  193. package/dist/types/esm/queries/companyLogos.d.ts +19 -13
  194. package/dist/types/esm/queries/companyLogos.d.ts.map +1 -1
  195. package/dist/types/esm/queries/configuration.d.ts +11 -14
  196. package/dist/types/esm/queries/configuration.d.ts.map +1 -1
  197. package/dist/types/esm/queries/configurationCountries.d.ts +16 -3
  198. package/dist/types/esm/queries/configurationCountries.d.ts.map +1 -1
  199. package/dist/types/esm/queries/configurationJobs.d.ts +15 -3
  200. package/dist/types/esm/queries/configurationJobs.d.ts.map +1 -1
  201. package/dist/types/esm/queries/configurationLanguages.d.ts +16 -3
  202. package/dist/types/esm/queries/configurationLanguages.d.ts.map +1 -1
  203. package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts +12 -3
  204. package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts.map +1 -1
  205. package/dist/types/esm/queries/configurationTimezones.d.ts +15 -3
  206. package/dist/types/esm/queries/configurationTimezones.d.ts.map +1 -1
  207. package/dist/types/esm/queries/credit.d.ts +46 -4197
  208. package/dist/types/esm/queries/credit.d.ts.map +1 -1
  209. package/dist/types/esm/queries/discoverMovies.d.ts +2 -4
  210. package/dist/types/esm/queries/discoverMovies.d.ts.map +1 -1
  211. package/dist/types/esm/queries/discoverTv.d.ts +2 -4
  212. package/dist/types/esm/queries/discoverTv.d.ts.map +1 -1
  213. package/dist/types/esm/queries/episode.d.ts +235 -94
  214. package/dist/types/esm/queries/episode.d.ts.map +1 -1
  215. package/dist/types/esm/queries/episodeCredits.d.ts +168 -32
  216. package/dist/types/esm/queries/episodeCredits.d.ts.map +1 -1
  217. package/dist/types/esm/queries/episodeExternalIds.d.ts +139 -15
  218. package/dist/types/esm/queries/episodeExternalIds.d.ts.map +1 -1
  219. package/dist/types/esm/queries/episodeStills.d.ts +140 -5
  220. package/dist/types/esm/queries/episodeStills.d.ts.map +1 -1
  221. package/dist/types/esm/queries/episodeTranslations.d.ts +141 -19
  222. package/dist/types/esm/queries/episodeTranslations.d.ts.map +1 -1
  223. package/dist/types/esm/queries/episodeVideos.d.ts +142 -14
  224. package/dist/types/esm/queries/episodeVideos.d.ts.map +1 -1
  225. package/dist/types/esm/queries/find.d.ts +10 -1801
  226. package/dist/types/esm/queries/find.d.ts.map +1 -1
  227. package/dist/types/esm/queries/genres.d.ts +6 -6
  228. package/dist/types/esm/queries/genres.d.ts.map +1 -1
  229. package/dist/types/esm/queries/keyword.d.ts +2 -5
  230. package/dist/types/esm/queries/keyword.d.ts.map +1 -1
  231. package/dist/types/esm/queries/movie.d.ts +35 -3588
  232. package/dist/types/esm/queries/movie.d.ts.map +1 -1
  233. package/dist/types/esm/queries/movieAlternativeTitles.d.ts +1736 -5
  234. package/dist/types/esm/queries/movieAlternativeTitles.d.ts.map +1 -1
  235. package/dist/types/esm/queries/movieCredits.d.ts +1755 -30
  236. package/dist/types/esm/queries/movieCredits.d.ts.map +1 -1
  237. package/dist/types/esm/queries/movieExternalIds.d.ts +1738 -15
  238. package/dist/types/esm/queries/movieExternalIds.d.ts.map +1 -1
  239. package/dist/types/esm/queries/movieImages.d.ts +1756 -5
  240. package/dist/types/esm/queries/movieImages.d.ts.map +1 -1
  241. package/dist/types/esm/queries/movieKeywords.d.ts +1735 -5
  242. package/dist/types/esm/queries/movieKeywords.d.ts.map +1 -1
  243. package/dist/types/esm/queries/movieRecommendations.d.ts +1728 -1848
  244. package/dist/types/esm/queries/movieRecommendations.d.ts.map +1 -1
  245. package/dist/types/esm/queries/movieReleaseDates.d.ts +1742 -12
  246. package/dist/types/esm/queries/movieReleaseDates.d.ts.map +1 -1
  247. package/dist/types/esm/queries/movieReviews.d.ts +1728 -1848
  248. package/dist/types/esm/queries/movieReviews.d.ts.map +1 -1
  249. package/dist/types/esm/queries/movieSimilarMovies.d.ts +1728 -1848
  250. package/dist/types/esm/queries/movieSimilarMovies.d.ts.map +1 -1
  251. package/dist/types/esm/queries/movieTranslations.d.ts +1744 -19
  252. package/dist/types/esm/queries/movieTranslations.d.ts.map +1 -1
  253. package/dist/types/esm/queries/movieVideos.d.ts +1741 -13
  254. package/dist/types/esm/queries/movieVideos.d.ts.map +1 -1
  255. package/dist/types/esm/queries/movieWatchProviders.d.ts +3205 -1373
  256. package/dist/types/esm/queries/movieWatchProviders.d.ts.map +1 -1
  257. package/dist/types/esm/queries/network.d.ts +14 -23
  258. package/dist/types/esm/queries/network.d.ts.map +1 -1
  259. package/dist/types/esm/queries/networkAlternativeNames.d.ts +11 -9
  260. package/dist/types/esm/queries/networkAlternativeNames.d.ts.map +1 -1
  261. package/dist/types/esm/queries/networkLogos.d.ts +17 -13
  262. package/dist/types/esm/queries/networkLogos.d.ts.map +1 -1
  263. package/dist/types/esm/queries/person.d.ts +13 -41
  264. package/dist/types/esm/queries/person.d.ts.map +1 -1
  265. package/dist/types/esm/queries/personCombinedCredits.d.ts +233 -5
  266. package/dist/types/esm/queries/personCombinedCredits.d.ts.map +1 -1
  267. package/dist/types/esm/queries/personExternalIds.d.ts +203 -5
  268. package/dist/types/esm/queries/personExternalIds.d.ts.map +1 -1
  269. package/dist/types/esm/queries/personMovieCredits.d.ts +231 -5
  270. package/dist/types/esm/queries/personMovieCredits.d.ts.map +1 -1
  271. package/dist/types/esm/queries/personProfiles.d.ts +200 -5
  272. package/dist/types/esm/queries/personProfiles.d.ts.map +1 -1
  273. package/dist/types/esm/queries/personTranslations.d.ts +201 -19
  274. package/dist/types/esm/queries/personTranslations.d.ts.map +1 -1
  275. package/dist/types/esm/queries/personTvCredits.d.ts +232 -5
  276. package/dist/types/esm/queries/personTvCredits.d.ts.map +1 -1
  277. package/dist/types/esm/queries/rated.d.ts +6 -8
  278. package/dist/types/esm/queries/rated.d.ts.map +1 -1
  279. package/dist/types/esm/queries/review.d.ts +37 -23
  280. package/dist/types/esm/queries/review.d.ts.map +1 -1
  281. package/dist/types/esm/queries/search.d.ts +6 -8
  282. package/dist/types/esm/queries/search.d.ts.map +1 -1
  283. package/dist/types/esm/queries/season.d.ts +233 -282
  284. package/dist/types/esm/queries/season.d.ts.map +1 -1
  285. package/dist/types/esm/queries/seasonCredits.d.ts +152 -32
  286. package/dist/types/esm/queries/seasonCredits.d.ts.map +1 -1
  287. package/dist/types/esm/queries/seasonEpisodeCount.d.ts.map +1 -1
  288. package/dist/types/esm/queries/seasonExternalIds.d.ts +134 -5
  289. package/dist/types/esm/queries/seasonExternalIds.d.ts.map +1 -1
  290. package/dist/types/esm/queries/seasonPosters.d.ts +136 -5
  291. package/dist/types/esm/queries/seasonPosters.d.ts.map +1 -1
  292. package/dist/types/esm/queries/seasonTranslations.d.ts +137 -19
  293. package/dist/types/esm/queries/seasonTranslations.d.ts.map +1 -1
  294. package/dist/types/esm/queries/seasonVideos.d.ts +138 -14
  295. package/dist/types/esm/queries/seasonVideos.d.ts.map +1 -1
  296. package/dist/types/esm/queries/trending.d.ts +5 -7
  297. package/dist/types/esm/queries/trending.d.ts.map +1 -1
  298. package/dist/types/esm/queries/tv.d.ts +79 -10478
  299. package/dist/types/esm/queries/tv.d.ts.map +1 -1
  300. package/dist/types/esm/queries/tvAlternativeTitles.d.ts +1273 -10
  301. package/dist/types/esm/queries/tvAlternativeTitles.d.ts.map +1 -1
  302. package/dist/types/esm/queries/tvContentRatings.d.ts +1273 -8
  303. package/dist/types/esm/queries/tvContentRatings.d.ts.map +1 -1
  304. package/dist/types/esm/queries/tvCredits.d.ts +1292 -30
  305. package/dist/types/esm/queries/tvCredits.d.ts.map +1 -1
  306. package/dist/types/esm/queries/tvEpisodeGroups.d.ts +1280 -37
  307. package/dist/types/esm/queries/tvEpisodeGroups.d.ts.map +1 -1
  308. package/dist/types/esm/queries/tvExternalIds.d.ts +1280 -15
  309. package/dist/types/esm/queries/tvExternalIds.d.ts.map +1 -1
  310. package/dist/types/esm/queries/tvImages.d.ts +1294 -15
  311. package/dist/types/esm/queries/tvImages.d.ts.map +1 -1
  312. package/dist/types/esm/queries/tvKeywords.d.ts +1271 -7
  313. package/dist/types/esm/queries/tvKeywords.d.ts.map +1 -1
  314. package/dist/types/esm/queries/tvRecommendations.d.ts +1264 -5365
  315. package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
  316. package/dist/types/esm/queries/tvReviews.d.ts +1264 -5365
  317. package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
  318. package/dist/types/esm/queries/tvSimilarTvShows.d.ts +1264 -5365
  319. package/dist/types/esm/queries/tvSimilarTvShows.d.ts.map +1 -1
  320. package/dist/types/esm/queries/tvTranslations.d.ts +1280 -18
  321. package/dist/types/esm/queries/tvTranslations.d.ts.map +1 -1
  322. package/dist/types/esm/queries/tvVideos.d.ts +1279 -13
  323. package/dist/types/esm/queries/tvVideos.d.ts.map +1 -1
  324. package/dist/types/esm/queries/tvWatchProviders.d.ts +2174 -1371
  325. package/dist/types/esm/queries/tvWatchProviders.d.ts.map +1 -1
  326. package/dist/types/esm/queries/videoType.d.ts +2 -2
  327. package/dist/types/esm/queries/videoType.d.ts.map +1 -1
  328. package/dist/types/esm/types.d.ts +130 -297
  329. package/dist/types/esm/types.d.ts.map +1 -1
  330. package/dist/types/tsconfig.build.tsbuildinfo +1 -1
  331. package/package.json +12 -11
  332. package/src/__testUtils__/helpers/createMockLogger.ts +10 -0
  333. package/src/constants.ts +3 -0
  334. package/src/helpers/__snapshots__/typePropNames.test.ts.snap +0 -2
  335. package/src/helpers/buildArgsResolver.ts +37 -0
  336. package/src/helpers/buildNoObjArgsResolver.ts +36 -0
  337. package/src/helpers/buildObjArgsResolver.ts +43 -0
  338. package/src/helpers/buildObjResolver.ts +48 -0
  339. package/src/helpers/getTvIdSeasonAndEpisode.ts +12 -8
  340. package/src/main.ts +5 -11
  341. package/src/queries/__snapshots__/episode.test.ts.snap +1 -2
  342. package/src/queries/__snapshots__/season.test.ts.snap +1 -2
  343. package/src/queries/certifications.test.ts +13 -20
  344. package/src/queries/certifications.ts +21 -24
  345. package/src/queries/collection.test.ts +13 -16
  346. package/src/queries/collection.ts +20 -23
  347. package/src/queries/collectionImages.test.ts +16 -24
  348. package/src/queries/collectionImages.ts +16 -19
  349. package/src/queries/collectionTranslations.test.ts +29 -17
  350. package/src/queries/collectionTranslations.ts +19 -23
  351. package/src/queries/company.test.ts +13 -16
  352. package/src/queries/company.ts +20 -23
  353. package/src/queries/companyAlternativeNames.test.ts +34 -19
  354. package/src/queries/companyAlternativeNames.ts +19 -23
  355. package/src/queries/companyLogos.test.ts +29 -19
  356. package/src/queries/companyLogos.ts +13 -21
  357. package/src/queries/configuration.test.ts +12 -16
  358. package/src/queries/configuration.ts +11 -15
  359. package/src/queries/configurationCountries.test.ts +27 -17
  360. package/src/queries/configurationCountries.ts +19 -23
  361. package/src/queries/configurationJobs.test.ts +27 -17
  362. package/src/queries/configurationJobs.ts +19 -23
  363. package/src/queries/configurationLanguages.test.ts +27 -17
  364. package/src/queries/configurationLanguages.ts +19 -23
  365. package/src/queries/configurationPrimaryTranslations.test.ts +26 -17
  366. package/src/queries/configurationPrimaryTranslations.ts +14 -18
  367. package/src/queries/configurationTimezones.test.ts +27 -17
  368. package/src/queries/configurationTimezones.ts +19 -23
  369. package/src/queries/credit.test.ts +13 -16
  370. package/src/queries/credit.ts +12 -15
  371. package/src/queries/discoverMovies.test.ts +35 -81
  372. package/src/queries/discoverMovies.ts +21 -20
  373. package/src/queries/discoverTv.test.ts +29 -43
  374. package/src/queries/discoverTv.ts +16 -21
  375. package/src/queries/episode.test.ts +16 -17
  376. package/src/queries/episode.ts +36 -36
  377. package/src/queries/episodeCredits.test.ts +35 -67
  378. package/src/queries/episodeCredits.ts +29 -22
  379. package/src/queries/episodeExternalIds.test.ts +27 -39
  380. package/src/queries/episodeExternalIds.ts +35 -23
  381. package/src/queries/episodeStills.test.ts +28 -41
  382. package/src/queries/episodeStills.ts +32 -22
  383. package/src/queries/episodeTranslations.test.ts +26 -34
  384. package/src/queries/episodeTranslations.ts +29 -22
  385. package/src/queries/episodeVideos.test.ts +28 -41
  386. package/src/queries/episodeVideos.ts +29 -22
  387. package/src/queries/find.test.ts +13 -16
  388. package/src/queries/find.ts +25 -22
  389. package/src/queries/genres.test.ts +13 -22
  390. package/src/queries/genres.ts +13 -19
  391. package/src/queries/keyword.test.ts +13 -16
  392. package/src/queries/keyword.ts +12 -15
  393. package/src/queries/movie.test.ts +16 -20
  394. package/src/queries/movie.ts +20 -21
  395. package/src/queries/movieAlternativeTitles.test.ts +24 -30
  396. package/src/queries/movieAlternativeTitles.ts +34 -22
  397. package/src/queries/movieCredits.test.ts +27 -45
  398. package/src/queries/movieCredits.ts +24 -21
  399. package/src/queries/movieExternalIds.test.ts +22 -29
  400. package/src/queries/movieExternalIds.ts +26 -21
  401. package/src/queries/movieImages.test.ts +28 -46
  402. package/src/queries/movieImages.ts +26 -23
  403. package/src/queries/movieKeywords.test.ts +21 -26
  404. package/src/queries/movieKeywords.ts +24 -21
  405. package/src/queries/movieRecommendations.test.ts +27 -49
  406. package/src/queries/movieRecommendations.ts +27 -23
  407. package/src/queries/movieReleaseDates.test.ts +24 -28
  408. package/src/queries/movieReleaseDates.ts +25 -21
  409. package/src/queries/movieReviews.test.ts +32 -36
  410. package/src/queries/movieReviews.ts +28 -23
  411. package/src/queries/movieSimilarMovies.test.ts +25 -47
  412. package/src/queries/movieSimilarMovies.ts +28 -24
  413. package/src/queries/movieTranslations.test.ts +20 -25
  414. package/src/queries/movieTranslations.ts +24 -21
  415. package/src/queries/movieVideos.test.ts +22 -29
  416. package/src/queries/movieVideos.ts +24 -21
  417. package/src/queries/movieWatchProviders.test.ts +19 -27
  418. package/src/queries/movieWatchProviders.ts +26 -23
  419. package/src/queries/network.test.ts +13 -16
  420. package/src/queries/network.ts +20 -23
  421. package/src/queries/networkAlternativeNames.test.ts +16 -18
  422. package/src/queries/networkAlternativeNames.ts +19 -23
  423. package/src/queries/networkLogos.test.ts +14 -15
  424. package/src/queries/networkLogos.ts +13 -20
  425. package/src/queries/person.test.ts +16 -20
  426. package/src/queries/person.ts +20 -21
  427. package/src/queries/personCombinedCredits.test.ts +26 -26
  428. package/src/queries/personCombinedCredits.ts +27 -21
  429. package/src/queries/personExternalIds.test.ts +26 -26
  430. package/src/queries/personExternalIds.ts +27 -21
  431. package/src/queries/personMovieCredits.test.ts +26 -26
  432. package/src/queries/personMovieCredits.ts +27 -21
  433. package/src/queries/personProfiles.test.ts +22 -26
  434. package/src/queries/personProfiles.ts +25 -22
  435. package/src/queries/personTranslations.test.ts +22 -25
  436. package/src/queries/personTranslations.ts +24 -21
  437. package/src/queries/personTvCredits.test.ts +28 -28
  438. package/src/queries/personTvCredits.ts +26 -21
  439. package/src/queries/rated.test.ts +33 -69
  440. package/src/queries/rated.ts +31 -20
  441. package/src/queries/review.test.ts +13 -16
  442. package/src/queries/review.ts +27 -31
  443. package/src/queries/search.test.ts +53 -107
  444. package/src/queries/search.ts +42 -20
  445. package/src/queries/season.test.ts +16 -17
  446. package/src/queries/season.ts +34 -44
  447. package/src/queries/seasonCredits.test.ts +36 -45
  448. package/src/queries/seasonCredits.ts +27 -23
  449. package/src/queries/seasonEpisodeCount.ts +0 -4
  450. package/src/queries/seasonExternalIds.test.ts +25 -28
  451. package/src/queries/seasonExternalIds.ts +32 -22
  452. package/src/queries/seasonPosters.test.ts +25 -30
  453. package/src/queries/seasonPosters.ts +25 -22
  454. package/src/queries/seasonTranslations.test.ts +21 -27
  455. package/src/queries/seasonTranslations.ts +29 -22
  456. package/src/queries/seasonVideos.test.ts +23 -28
  457. package/src/queries/seasonVideos.ts +25 -22
  458. package/src/queries/trending.test.ts +28 -60
  459. package/src/queries/trending.ts +42 -20
  460. package/src/queries/tv.test.ts +16 -20
  461. package/src/queries/tv.ts +26 -34
  462. package/src/queries/tvAlternativeTitles.test.ts +25 -28
  463. package/src/queries/tvAlternativeTitles.ts +25 -22
  464. package/src/queries/tvContentRatings.test.ts +25 -28
  465. package/src/queries/tvContentRatings.ts +24 -22
  466. package/src/queries/tvCredits.test.ts +38 -44
  467. package/src/queries/tvCredits.ts +24 -21
  468. package/src/queries/tvEpisodeGroups.test.ts +25 -28
  469. package/src/queries/tvEpisodeGroups.ts +24 -21
  470. package/src/queries/tvExternalIds.test.ts +25 -28
  471. package/src/queries/tvExternalIds.ts +26 -21
  472. package/src/queries/tvImages.test.ts +36 -46
  473. package/src/queries/tvImages.ts +26 -23
  474. package/src/queries/tvKeywords.test.ts +24 -28
  475. package/src/queries/tvKeywords.ts +24 -21
  476. package/src/queries/tvRecommendations.test.ts +29 -49
  477. package/src/queries/tvRecommendations.ts +28 -22
  478. package/src/queries/tvReviews.test.ts +37 -48
  479. package/src/queries/tvReviews.ts +27 -23
  480. package/src/queries/tvSimilarTvShows.test.ts +37 -48
  481. package/src/queries/tvSimilarTvShows.ts +28 -24
  482. package/src/queries/tvTranslations.test.ts +24 -28
  483. package/src/queries/tvTranslations.ts +24 -21
  484. package/src/queries/tvVideos.test.ts +24 -28
  485. package/src/queries/tvVideos.ts +24 -21
  486. package/src/queries/tvWatchProviders.test.ts +24 -28
  487. package/src/queries/tvWatchProviders.ts +26 -23
  488. package/src/queries/videoType.ts +2 -2
  489. package/src/types.ts +226 -391
@@ -1,1375 +1,3207 @@
1
- import { type GraphQLResolveInfo } from 'graphql';
2
- import { type Context, type RawMovieWithAppendToResponse } from '../types.cts';
3
- export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToResponse & {
4
- __headers?: Headers;
5
- }, _args: undefined, { requestID, restClient, setCacheMetadata, tmdbGuestSessionId }: Context, { fieldNodes }: GraphQLResolveInfo) => Promise<{
6
- AR: {
7
- __typename?: "WatchProviderCategories" | undefined;
8
- ads?: ({
9
- __typename?: "WatchProvider" | undefined;
10
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
11
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
12
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
13
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
14
- } | null)[] | null | undefined;
15
- buy?: ({
16
- __typename?: "WatchProvider" | undefined;
17
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
18
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
19
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
20
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
21
- } | null)[] | null | undefined;
22
- flatrate?: ({
23
- __typename?: "WatchProvider" | undefined;
24
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
25
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
26
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
27
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
28
- } | null)[] | null | undefined;
29
- free?: ({
30
- __typename?: "WatchProvider" | undefined;
31
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
32
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
33
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
34
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
35
- } | null)[] | null | undefined;
36
- rent?: ({
37
- __typename?: "WatchProvider" | undefined;
38
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
39
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
40
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
41
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
42
- } | null)[] | null | undefined;
43
- };
44
- AT: {
45
- __typename?: "WatchProviderCategories" | undefined;
46
- ads?: ({
47
- __typename?: "WatchProvider" | undefined;
48
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
49
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
50
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
51
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
52
- } | null)[] | null | undefined;
53
- buy?: ({
54
- __typename?: "WatchProvider" | undefined;
55
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
56
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
57
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
58
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
59
- } | null)[] | null | undefined;
60
- flatrate?: ({
61
- __typename?: "WatchProvider" | undefined;
62
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
63
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
64
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
65
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
66
- } | null)[] | null | undefined;
67
- free?: ({
68
- __typename?: "WatchProvider" | undefined;
69
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
70
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
71
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
72
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
73
- } | null)[] | null | undefined;
74
- rent?: ({
75
- __typename?: "WatchProvider" | undefined;
76
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
77
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
78
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
79
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
80
- } | null)[] | null | undefined;
81
- };
82
- AU: {
83
- __typename?: "WatchProviderCategories" | undefined;
84
- ads?: ({
85
- __typename?: "WatchProvider" | undefined;
86
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
87
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
88
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
89
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
90
- } | null)[] | null | undefined;
91
- buy?: ({
92
- __typename?: "WatchProvider" | undefined;
93
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
94
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
95
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
96
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
97
- } | null)[] | null | undefined;
98
- flatrate?: ({
99
- __typename?: "WatchProvider" | undefined;
100
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
101
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
102
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
103
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
104
- } | null)[] | null | undefined;
105
- free?: ({
106
- __typename?: "WatchProvider" | undefined;
107
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
108
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
109
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
110
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
111
- } | null)[] | null | undefined;
112
- rent?: ({
113
- __typename?: "WatchProvider" | undefined;
114
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
115
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
116
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
117
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
118
- } | null)[] | null | undefined;
119
- };
120
- BE: {
121
- __typename?: "WatchProviderCategories" | undefined;
122
- ads?: ({
123
- __typename?: "WatchProvider" | undefined;
124
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
125
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
126
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
127
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
128
- } | null)[] | null | undefined;
129
- buy?: ({
130
- __typename?: "WatchProvider" | undefined;
131
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
132
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
133
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
134
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
135
- } | null)[] | null | undefined;
136
- flatrate?: ({
137
- __typename?: "WatchProvider" | undefined;
138
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
139
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
140
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
141
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
142
- } | null)[] | null | undefined;
143
- free?: ({
144
- __typename?: "WatchProvider" | undefined;
145
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
146
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
147
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
148
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
149
- } | null)[] | null | undefined;
150
- rent?: ({
151
- __typename?: "WatchProvider" | undefined;
152
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
153
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
154
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
155
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
156
- } | null)[] | null | undefined;
157
- };
158
- BR: {
159
- __typename?: "WatchProviderCategories" | undefined;
160
- ads?: ({
161
- __typename?: "WatchProvider" | undefined;
162
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
163
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
164
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
165
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
166
- } | null)[] | null | undefined;
167
- buy?: ({
168
- __typename?: "WatchProvider" | undefined;
169
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
170
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
171
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
172
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
173
- } | null)[] | null | undefined;
174
- flatrate?: ({
175
- __typename?: "WatchProvider" | undefined;
176
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
177
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
178
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
179
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
180
- } | null)[] | null | undefined;
181
- free?: ({
182
- __typename?: "WatchProvider" | undefined;
183
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
184
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
185
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
186
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
187
- } | null)[] | null | undefined;
188
- rent?: ({
189
- __typename?: "WatchProvider" | undefined;
190
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
191
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
192
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
193
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
194
- } | null)[] | null | undefined;
195
- };
196
- CA: {
197
- __typename?: "WatchProviderCategories" | undefined;
198
- ads?: ({
199
- __typename?: "WatchProvider" | undefined;
200
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
201
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
202
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
203
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
204
- } | null)[] | null | undefined;
205
- buy?: ({
206
- __typename?: "WatchProvider" | undefined;
207
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
208
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
209
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
210
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
211
- } | null)[] | null | undefined;
212
- flatrate?: ({
213
- __typename?: "WatchProvider" | undefined;
214
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
215
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
216
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
217
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
218
- } | null)[] | null | undefined;
219
- free?: ({
220
- __typename?: "WatchProvider" | undefined;
221
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
222
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
223
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
224
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
225
- } | null)[] | null | undefined;
226
- rent?: ({
227
- __typename?: "WatchProvider" | undefined;
228
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
229
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
230
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
231
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
232
- } | null)[] | null | undefined;
233
- };
234
- CH: {
235
- __typename?: "WatchProviderCategories" | undefined;
236
- ads?: ({
237
- __typename?: "WatchProvider" | undefined;
238
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
239
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
240
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
241
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
242
- } | null)[] | null | undefined;
243
- buy?: ({
244
- __typename?: "WatchProvider" | undefined;
245
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
246
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
247
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
248
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
249
- } | null)[] | null | undefined;
250
- flatrate?: ({
251
- __typename?: "WatchProvider" | undefined;
252
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
253
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
254
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
255
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
256
- } | null)[] | null | undefined;
257
- free?: ({
258
- __typename?: "WatchProvider" | undefined;
259
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
260
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
261
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
262
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
263
- } | null)[] | null | undefined;
264
- rent?: ({
265
- __typename?: "WatchProvider" | undefined;
266
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
267
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
268
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
269
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
270
- } | null)[] | null | undefined;
271
- };
272
- CL: {
273
- __typename?: "WatchProviderCategories" | undefined;
274
- ads?: ({
275
- __typename?: "WatchProvider" | undefined;
276
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
277
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
278
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
279
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
280
- } | null)[] | null | undefined;
281
- buy?: ({
282
- __typename?: "WatchProvider" | undefined;
283
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
284
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
285
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
286
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
287
- } | null)[] | null | undefined;
288
- flatrate?: ({
289
- __typename?: "WatchProvider" | undefined;
290
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
291
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
292
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
293
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
294
- } | null)[] | null | undefined;
295
- free?: ({
296
- __typename?: "WatchProvider" | undefined;
297
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
298
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
299
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
300
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
301
- } | null)[] | null | undefined;
302
- rent?: ({
303
- __typename?: "WatchProvider" | undefined;
304
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
305
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
306
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
307
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
308
- } | null)[] | null | undefined;
309
- };
310
- CO: {
311
- __typename?: "WatchProviderCategories" | undefined;
312
- ads?: ({
313
- __typename?: "WatchProvider" | undefined;
314
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
315
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
316
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
317
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
318
- } | null)[] | null | undefined;
319
- buy?: ({
320
- __typename?: "WatchProvider" | undefined;
321
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
322
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
323
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
324
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
325
- } | null)[] | null | undefined;
326
- flatrate?: ({
327
- __typename?: "WatchProvider" | undefined;
328
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
329
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
330
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
331
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
332
- } | null)[] | null | undefined;
333
- free?: ({
334
- __typename?: "WatchProvider" | undefined;
335
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
336
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
337
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
338
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
339
- } | null)[] | null | undefined;
340
- rent?: ({
341
- __typename?: "WatchProvider" | undefined;
342
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
343
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
344
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
345
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
346
- } | null)[] | null | undefined;
347
- };
348
- CZ: {
349
- __typename?: "WatchProviderCategories" | undefined;
350
- ads?: ({
351
- __typename?: "WatchProvider" | undefined;
352
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
353
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
354
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
355
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
356
- } | null)[] | null | undefined;
357
- buy?: ({
358
- __typename?: "WatchProvider" | undefined;
359
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
360
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
361
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
362
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
363
- } | null)[] | null | undefined;
364
- flatrate?: ({
365
- __typename?: "WatchProvider" | undefined;
366
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
367
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
368
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
369
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
370
- } | null)[] | null | undefined;
371
- free?: ({
372
- __typename?: "WatchProvider" | undefined;
373
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
374
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
375
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
376
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
377
- } | null)[] | null | undefined;
378
- rent?: ({
379
- __typename?: "WatchProvider" | undefined;
380
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
381
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
382
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
383
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
384
- } | null)[] | null | undefined;
385
- };
386
- DE: {
387
- __typename?: "WatchProviderCategories" | undefined;
388
- ads?: ({
389
- __typename?: "WatchProvider" | undefined;
390
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
391
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
392
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
393
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
394
- } | null)[] | null | undefined;
395
- buy?: ({
396
- __typename?: "WatchProvider" | undefined;
397
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
398
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
399
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
400
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
401
- } | null)[] | null | undefined;
402
- flatrate?: ({
403
- __typename?: "WatchProvider" | undefined;
404
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
405
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
406
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
407
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
408
- } | null)[] | null | undefined;
409
- free?: ({
410
- __typename?: "WatchProvider" | undefined;
411
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
412
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
413
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
414
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
415
- } | null)[] | null | undefined;
416
- rent?: ({
417
- __typename?: "WatchProvider" | undefined;
418
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
419
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
420
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
421
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
422
- } | null)[] | null | undefined;
423
- };
424
- DK: {
425
- __typename?: "WatchProviderCategories" | undefined;
426
- ads?: ({
427
- __typename?: "WatchProvider" | undefined;
428
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
429
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
430
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
431
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
432
- } | null)[] | null | undefined;
433
- buy?: ({
434
- __typename?: "WatchProvider" | undefined;
435
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
436
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
437
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
438
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
439
- } | null)[] | null | undefined;
440
- flatrate?: ({
441
- __typename?: "WatchProvider" | undefined;
442
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
443
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
444
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
445
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
446
- } | null)[] | null | undefined;
447
- free?: ({
448
- __typename?: "WatchProvider" | undefined;
449
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
450
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
451
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
452
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
453
- } | null)[] | null | undefined;
454
- rent?: ({
455
- __typename?: "WatchProvider" | undefined;
456
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
457
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
458
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
459
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
460
- } | null)[] | null | undefined;
461
- };
462
- EC: {
463
- __typename?: "WatchProviderCategories" | undefined;
464
- ads?: ({
465
- __typename?: "WatchProvider" | undefined;
466
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
467
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
468
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
469
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
470
- } | null)[] | null | undefined;
471
- buy?: ({
472
- __typename?: "WatchProvider" | undefined;
473
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
474
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
475
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
476
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
477
- } | null)[] | null | undefined;
478
- flatrate?: ({
479
- __typename?: "WatchProvider" | undefined;
480
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
481
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
482
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
483
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
484
- } | null)[] | null | undefined;
485
- free?: ({
486
- __typename?: "WatchProvider" | undefined;
487
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
488
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
489
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
490
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
491
- } | null)[] | null | undefined;
492
- rent?: ({
493
- __typename?: "WatchProvider" | undefined;
494
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
495
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
496
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
497
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
498
- } | null)[] | null | undefined;
499
- };
500
- ES: {
501
- __typename?: "WatchProviderCategories" | undefined;
502
- ads?: ({
503
- __typename?: "WatchProvider" | undefined;
504
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
505
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
506
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
507
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
508
- } | null)[] | null | undefined;
509
- buy?: ({
510
- __typename?: "WatchProvider" | undefined;
511
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
512
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
513
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
514
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
515
- } | null)[] | null | undefined;
516
- flatrate?: ({
517
- __typename?: "WatchProvider" | undefined;
518
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
519
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
520
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
521
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
522
- } | null)[] | null | undefined;
523
- free?: ({
524
- __typename?: "WatchProvider" | undefined;
525
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
526
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
527
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
528
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
529
- } | null)[] | null | undefined;
530
- rent?: ({
531
- __typename?: "WatchProvider" | undefined;
532
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
533
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
534
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
535
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
536
- } | null)[] | null | undefined;
537
- };
538
- FI: {
539
- __typename?: "WatchProviderCategories" | undefined;
540
- ads?: ({
541
- __typename?: "WatchProvider" | undefined;
542
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
543
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
544
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
545
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
546
- } | null)[] | null | undefined;
547
- buy?: ({
548
- __typename?: "WatchProvider" | undefined;
549
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
550
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
551
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
552
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
553
- } | null)[] | null | undefined;
554
- flatrate?: ({
555
- __typename?: "WatchProvider" | undefined;
556
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
557
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
558
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
559
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
560
- } | null)[] | null | undefined;
561
- free?: ({
562
- __typename?: "WatchProvider" | undefined;
563
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
564
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
565
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
566
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
567
- } | null)[] | null | undefined;
568
- rent?: ({
569
- __typename?: "WatchProvider" | undefined;
570
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
571
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
572
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
573
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
574
- } | null)[] | null | undefined;
575
- };
576
- FR: {
577
- __typename?: "WatchProviderCategories" | undefined;
578
- ads?: ({
579
- __typename?: "WatchProvider" | undefined;
580
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
581
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
582
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
583
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
584
- } | null)[] | null | undefined;
585
- buy?: ({
586
- __typename?: "WatchProvider" | undefined;
587
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
588
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
589
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
590
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
591
- } | null)[] | null | undefined;
592
- flatrate?: ({
593
- __typename?: "WatchProvider" | undefined;
594
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
595
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
596
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
597
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
598
- } | null)[] | null | undefined;
599
- free?: ({
600
- __typename?: "WatchProvider" | undefined;
601
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
602
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
603
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
604
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
605
- } | null)[] | null | undefined;
606
- rent?: ({
607
- __typename?: "WatchProvider" | undefined;
608
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
609
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
610
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
611
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
612
- } | null)[] | null | undefined;
613
- };
614
- GB: {
615
- __typename?: "WatchProviderCategories" | undefined;
616
- ads?: ({
617
- __typename?: "WatchProvider" | undefined;
618
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
619
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
620
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
621
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
622
- } | null)[] | null | undefined;
623
- buy?: ({
624
- __typename?: "WatchProvider" | undefined;
625
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
626
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
627
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
628
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
629
- } | null)[] | null | undefined;
630
- flatrate?: ({
631
- __typename?: "WatchProvider" | undefined;
632
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
633
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
634
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
635
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
636
- } | null)[] | null | undefined;
637
- free?: ({
638
- __typename?: "WatchProvider" | undefined;
639
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
640
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
641
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
642
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
643
- } | null)[] | null | undefined;
644
- rent?: ({
645
- __typename?: "WatchProvider" | undefined;
646
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
647
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
648
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
649
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
650
- } | null)[] | null | undefined;
651
- };
652
- HU: {
653
- __typename?: "WatchProviderCategories" | undefined;
654
- ads?: ({
655
- __typename?: "WatchProvider" | undefined;
656
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
657
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
658
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
659
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
660
- } | null)[] | null | undefined;
661
- buy?: ({
662
- __typename?: "WatchProvider" | undefined;
663
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
664
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
665
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
666
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
667
- } | null)[] | null | undefined;
668
- flatrate?: ({
669
- __typename?: "WatchProvider" | undefined;
670
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
671
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
672
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
673
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
674
- } | null)[] | null | undefined;
675
- free?: ({
676
- __typename?: "WatchProvider" | undefined;
677
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
678
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
679
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
680
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
681
- } | null)[] | null | undefined;
682
- rent?: ({
683
- __typename?: "WatchProvider" | undefined;
684
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
685
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
686
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
687
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
688
- } | null)[] | null | undefined;
689
- };
690
- IE: {
691
- __typename?: "WatchProviderCategories" | undefined;
692
- ads?: ({
693
- __typename?: "WatchProvider" | undefined;
694
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
695
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
696
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
697
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
698
- } | null)[] | null | undefined;
699
- buy?: ({
700
- __typename?: "WatchProvider" | undefined;
701
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
702
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
703
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
704
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
705
- } | null)[] | null | undefined;
706
- flatrate?: ({
707
- __typename?: "WatchProvider" | undefined;
708
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
709
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
710
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
711
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
712
- } | null)[] | null | undefined;
713
- free?: ({
714
- __typename?: "WatchProvider" | undefined;
715
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
716
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
717
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
718
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
719
- } | null)[] | null | undefined;
720
- rent?: ({
721
- __typename?: "WatchProvider" | undefined;
722
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
723
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
724
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
725
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
726
- } | null)[] | null | undefined;
727
- };
728
- IN: {
729
- __typename?: "WatchProviderCategories" | undefined;
730
- ads?: ({
731
- __typename?: "WatchProvider" | undefined;
732
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
733
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
734
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
735
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
736
- } | null)[] | null | undefined;
737
- buy?: ({
738
- __typename?: "WatchProvider" | undefined;
739
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
740
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
741
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
742
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
743
- } | null)[] | null | undefined;
744
- flatrate?: ({
745
- __typename?: "WatchProvider" | undefined;
746
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
747
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
748
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
749
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
750
- } | null)[] | null | undefined;
751
- free?: ({
752
- __typename?: "WatchProvider" | undefined;
753
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
754
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
755
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
756
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
757
- } | null)[] | null | undefined;
758
- rent?: ({
759
- __typename?: "WatchProvider" | undefined;
760
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
761
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
762
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
763
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
764
- } | null)[] | null | undefined;
765
- };
766
- IT: {
767
- __typename?: "WatchProviderCategories" | undefined;
768
- ads?: ({
769
- __typename?: "WatchProvider" | undefined;
770
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
771
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
772
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
773
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
774
- } | null)[] | null | undefined;
775
- buy?: ({
776
- __typename?: "WatchProvider" | undefined;
777
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
778
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
779
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
780
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
781
- } | null)[] | null | undefined;
782
- flatrate?: ({
783
- __typename?: "WatchProvider" | undefined;
784
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
785
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
786
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
787
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
788
- } | null)[] | null | undefined;
789
- free?: ({
790
- __typename?: "WatchProvider" | undefined;
791
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
792
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
793
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
794
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
795
- } | null)[] | null | undefined;
796
- rent?: ({
797
- __typename?: "WatchProvider" | undefined;
798
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
799
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
800
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
801
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
802
- } | null)[] | null | undefined;
803
- };
804
- JP: {
805
- __typename?: "WatchProviderCategories" | undefined;
806
- ads?: ({
807
- __typename?: "WatchProvider" | undefined;
808
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
809
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
810
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
811
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
812
- } | null)[] | null | undefined;
813
- buy?: ({
814
- __typename?: "WatchProvider" | undefined;
815
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
816
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
817
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
818
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
819
- } | null)[] | null | undefined;
820
- flatrate?: ({
821
- __typename?: "WatchProvider" | undefined;
822
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
823
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
824
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
825
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
826
- } | null)[] | null | undefined;
827
- free?: ({
828
- __typename?: "WatchProvider" | undefined;
829
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
830
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
831
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
832
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
833
- } | null)[] | null | undefined;
834
- rent?: ({
835
- __typename?: "WatchProvider" | undefined;
836
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
837
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
838
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
839
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
840
- } | null)[] | null | undefined;
841
- };
842
- MX: {
843
- __typename?: "WatchProviderCategories" | undefined;
844
- ads?: ({
845
- __typename?: "WatchProvider" | undefined;
846
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
847
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
848
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
849
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
850
- } | null)[] | null | undefined;
851
- buy?: ({
852
- __typename?: "WatchProvider" | undefined;
853
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
854
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
855
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
856
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
857
- } | null)[] | null | undefined;
858
- flatrate?: ({
859
- __typename?: "WatchProvider" | undefined;
860
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
861
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
862
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
863
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
864
- } | null)[] | null | undefined;
865
- free?: ({
866
- __typename?: "WatchProvider" | undefined;
867
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
868
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
869
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
870
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
871
- } | null)[] | null | undefined;
872
- rent?: ({
873
- __typename?: "WatchProvider" | undefined;
874
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
875
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
876
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
877
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
878
- } | null)[] | null | undefined;
879
- };
880
- NL: {
881
- __typename?: "WatchProviderCategories" | undefined;
882
- ads?: ({
883
- __typename?: "WatchProvider" | undefined;
884
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
885
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
886
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
887
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
888
- } | null)[] | null | undefined;
889
- buy?: ({
890
- __typename?: "WatchProvider" | undefined;
891
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
892
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
893
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
894
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
895
- } | null)[] | null | undefined;
896
- flatrate?: ({
897
- __typename?: "WatchProvider" | undefined;
898
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
899
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
900
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
901
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
902
- } | null)[] | null | undefined;
903
- free?: ({
904
- __typename?: "WatchProvider" | undefined;
905
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
906
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
907
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
908
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
909
- } | null)[] | null | undefined;
910
- rent?: ({
911
- __typename?: "WatchProvider" | undefined;
912
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
913
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
914
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
915
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
916
- } | null)[] | null | undefined;
917
- };
918
- NO: {
919
- __typename?: "WatchProviderCategories" | undefined;
920
- ads?: ({
921
- __typename?: "WatchProvider" | undefined;
922
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
923
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
924
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
925
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
926
- } | null)[] | null | undefined;
927
- buy?: ({
928
- __typename?: "WatchProvider" | undefined;
929
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
930
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
931
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
932
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
933
- } | null)[] | null | undefined;
934
- flatrate?: ({
935
- __typename?: "WatchProvider" | undefined;
936
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
937
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
938
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
939
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
940
- } | null)[] | null | undefined;
941
- free?: ({
942
- __typename?: "WatchProvider" | undefined;
943
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
944
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
945
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
946
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
947
- } | null)[] | null | undefined;
948
- rent?: ({
949
- __typename?: "WatchProvider" | undefined;
950
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
951
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
952
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
953
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
954
- } | null)[] | null | undefined;
955
- };
956
- NZ: {
957
- __typename?: "WatchProviderCategories" | undefined;
958
- ads?: ({
959
- __typename?: "WatchProvider" | undefined;
960
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
961
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
962
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
963
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
964
- } | null)[] | null | undefined;
965
- buy?: ({
966
- __typename?: "WatchProvider" | undefined;
967
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
968
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
969
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
970
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
971
- } | null)[] | null | undefined;
972
- flatrate?: ({
973
- __typename?: "WatchProvider" | undefined;
974
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
975
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
976
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
977
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
978
- } | null)[] | null | undefined;
979
- free?: ({
980
- __typename?: "WatchProvider" | undefined;
981
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
982
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
983
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
984
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
985
- } | null)[] | null | undefined;
986
- rent?: ({
987
- __typename?: "WatchProvider" | undefined;
988
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
989
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
990
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
991
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
992
- } | null)[] | null | undefined;
993
- };
994
- PE: {
995
- __typename?: "WatchProviderCategories" | undefined;
996
- ads?: ({
997
- __typename?: "WatchProvider" | undefined;
998
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
999
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1000
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1001
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1002
- } | null)[] | null | undefined;
1003
- buy?: ({
1004
- __typename?: "WatchProvider" | undefined;
1005
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1006
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1007
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1008
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1009
- } | null)[] | null | undefined;
1010
- flatrate?: ({
1011
- __typename?: "WatchProvider" | undefined;
1012
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1013
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1014
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1015
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1016
- } | null)[] | null | undefined;
1017
- free?: ({
1018
- __typename?: "WatchProvider" | undefined;
1019
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1020
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1021
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1022
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1023
- } | null)[] | null | undefined;
1024
- rent?: ({
1025
- __typename?: "WatchProvider" | undefined;
1026
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1027
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1028
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1029
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1030
- } | null)[] | null | undefined;
1031
- };
1032
- PL: {
1033
- __typename?: "WatchProviderCategories" | undefined;
1034
- ads?: ({
1035
- __typename?: "WatchProvider" | undefined;
1036
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1037
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1038
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1039
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1040
- } | null)[] | null | undefined;
1041
- buy?: ({
1042
- __typename?: "WatchProvider" | undefined;
1043
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1044
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1045
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1046
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1047
- } | null)[] | null | undefined;
1048
- flatrate?: ({
1049
- __typename?: "WatchProvider" | undefined;
1050
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1051
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1052
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1053
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1054
- } | null)[] | null | undefined;
1055
- free?: ({
1056
- __typename?: "WatchProvider" | undefined;
1057
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1058
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1059
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1060
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1061
- } | null)[] | null | undefined;
1062
- rent?: ({
1063
- __typename?: "WatchProvider" | undefined;
1064
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1065
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1066
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1067
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1068
- } | null)[] | null | undefined;
1069
- };
1070
- PT: {
1071
- __typename?: "WatchProviderCategories" | undefined;
1072
- ads?: ({
1073
- __typename?: "WatchProvider" | undefined;
1074
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1075
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1076
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1077
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1078
- } | null)[] | null | undefined;
1079
- buy?: ({
1080
- __typename?: "WatchProvider" | undefined;
1081
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1082
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1083
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1084
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1085
- } | null)[] | null | undefined;
1086
- flatrate?: ({
1087
- __typename?: "WatchProvider" | undefined;
1088
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1089
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1090
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1091
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1092
- } | null)[] | null | undefined;
1093
- free?: ({
1094
- __typename?: "WatchProvider" | undefined;
1095
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1096
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1097
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1098
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1099
- } | null)[] | null | undefined;
1100
- rent?: ({
1101
- __typename?: "WatchProvider" | undefined;
1102
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1103
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1104
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1105
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1106
- } | null)[] | null | undefined;
1107
- };
1108
- RO: {
1109
- __typename?: "WatchProviderCategories" | undefined;
1110
- ads?: ({
1111
- __typename?: "WatchProvider" | undefined;
1112
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1113
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1114
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1115
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1116
- } | null)[] | null | undefined;
1117
- buy?: ({
1118
- __typename?: "WatchProvider" | undefined;
1119
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1120
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1121
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1122
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1123
- } | null)[] | null | undefined;
1124
- flatrate?: ({
1125
- __typename?: "WatchProvider" | undefined;
1126
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1127
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1128
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1129
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1130
- } | null)[] | null | undefined;
1131
- free?: ({
1132
- __typename?: "WatchProvider" | undefined;
1133
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1134
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1135
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1136
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1137
- } | null)[] | null | undefined;
1138
- rent?: ({
1139
- __typename?: "WatchProvider" | undefined;
1140
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1141
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1142
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1143
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1144
- } | null)[] | null | undefined;
1145
- };
1146
- RU: {
1147
- __typename?: "WatchProviderCategories" | undefined;
1148
- ads?: ({
1149
- __typename?: "WatchProvider" | undefined;
1150
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1151
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1152
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1153
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1154
- } | null)[] | null | undefined;
1155
- buy?: ({
1156
- __typename?: "WatchProvider" | undefined;
1157
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1158
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1159
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1160
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1161
- } | null)[] | null | undefined;
1162
- flatrate?: ({
1163
- __typename?: "WatchProvider" | undefined;
1164
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1165
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1166
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1167
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1168
- } | null)[] | null | undefined;
1169
- free?: ({
1170
- __typename?: "WatchProvider" | undefined;
1171
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1172
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1173
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1174
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1175
- } | null)[] | null | undefined;
1176
- rent?: ({
1177
- __typename?: "WatchProvider" | undefined;
1178
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1179
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1180
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1181
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1182
- } | null)[] | null | undefined;
1183
- };
1184
- SE: {
1185
- __typename?: "WatchProviderCategories" | undefined;
1186
- ads?: ({
1187
- __typename?: "WatchProvider" | undefined;
1188
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1189
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1190
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1191
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1192
- } | null)[] | null | undefined;
1193
- buy?: ({
1194
- __typename?: "WatchProvider" | undefined;
1195
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1196
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1197
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1198
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1199
- } | null)[] | null | undefined;
1200
- flatrate?: ({
1201
- __typename?: "WatchProvider" | undefined;
1202
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1203
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1204
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1205
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1206
- } | null)[] | null | undefined;
1207
- free?: ({
1208
- __typename?: "WatchProvider" | undefined;
1209
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1210
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1211
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1212
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1213
- } | null)[] | null | undefined;
1214
- rent?: ({
1215
- __typename?: "WatchProvider" | undefined;
1216
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1217
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1218
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1219
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1220
- } | null)[] | null | undefined;
1221
- };
1222
- TR: {
1223
- __typename?: "WatchProviderCategories" | undefined;
1224
- ads?: ({
1225
- __typename?: "WatchProvider" | undefined;
1226
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1227
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1228
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1229
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1230
- } | null)[] | null | undefined;
1231
- buy?: ({
1232
- __typename?: "WatchProvider" | undefined;
1233
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1234
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1235
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1236
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1237
- } | null)[] | null | undefined;
1238
- flatrate?: ({
1239
- __typename?: "WatchProvider" | undefined;
1240
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1241
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1242
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1243
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1244
- } | null)[] | null | undefined;
1245
- free?: ({
1246
- __typename?: "WatchProvider" | undefined;
1247
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1248
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1249
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1250
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1251
- } | null)[] | null | undefined;
1252
- rent?: ({
1253
- __typename?: "WatchProvider" | undefined;
1254
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1255
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1256
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1257
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1258
- } | null)[] | null | undefined;
1259
- };
1260
- US: {
1261
- __typename?: "WatchProviderCategories" | undefined;
1262
- ads?: ({
1263
- __typename?: "WatchProvider" | undefined;
1264
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1265
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1266
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1267
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1268
- } | null)[] | null | undefined;
1269
- buy?: ({
1270
- __typename?: "WatchProvider" | undefined;
1271
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1272
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1273
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1274
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1275
- } | null)[] | null | undefined;
1276
- flatrate?: ({
1277
- __typename?: "WatchProvider" | undefined;
1278
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1279
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1280
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1281
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1282
- } | null)[] | null | undefined;
1283
- free?: ({
1284
- __typename?: "WatchProvider" | undefined;
1285
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1286
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1287
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1288
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1289
- } | null)[] | null | undefined;
1290
- rent?: ({
1291
- __typename?: "WatchProvider" | undefined;
1292
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1293
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1294
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1295
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1296
- } | null)[] | null | undefined;
1297
- };
1298
- VE: {
1299
- __typename?: "WatchProviderCategories" | undefined;
1300
- ads?: ({
1301
- __typename?: "WatchProvider" | undefined;
1302
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1303
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1304
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1305
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1306
- } | null)[] | null | undefined;
1307
- buy?: ({
1308
- __typename?: "WatchProvider" | undefined;
1309
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1310
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1311
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1312
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1313
- } | null)[] | null | undefined;
1314
- flatrate?: ({
1315
- __typename?: "WatchProvider" | undefined;
1316
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1317
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1318
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1319
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1320
- } | null)[] | null | undefined;
1321
- free?: ({
1322
- __typename?: "WatchProvider" | undefined;
1323
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1324
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1325
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1326
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1327
- } | null)[] | null | undefined;
1328
- rent?: ({
1329
- __typename?: "WatchProvider" | undefined;
1330
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1331
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1332
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1333
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1334
- } | null)[] | null | undefined;
1335
- };
1336
- ZA: {
1337
- __typename?: "WatchProviderCategories" | undefined;
1338
- ads?: ({
1339
- __typename?: "WatchProvider" | undefined;
1340
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1341
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1342
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1343
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1344
- } | null)[] | null | undefined;
1345
- buy?: ({
1346
- __typename?: "WatchProvider" | undefined;
1347
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1348
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1349
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1350
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1351
- } | null)[] | null | undefined;
1352
- flatrate?: ({
1353
- __typename?: "WatchProvider" | undefined;
1354
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1355
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1356
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1357
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1358
- } | null)[] | null | undefined;
1359
- free?: ({
1360
- __typename?: "WatchProvider" | undefined;
1361
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1362
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1363
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1364
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1365
- } | null)[] | null | undefined;
1366
- rent?: ({
1367
- __typename?: "WatchProvider" | undefined;
1368
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1369
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1370
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1371
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1372
- } | null)[] | null | undefined;
1373
- };
1
+ export declare const resolveMovieWatchProviders: (obj: {
2
+ adult?: boolean | undefined;
3
+ backdrop_path?: string | undefined;
4
+ belongs_to_collection?: unknown;
5
+ budget?: number | undefined;
6
+ genres?: {
7
+ id?: number | undefined;
8
+ name?: string | undefined;
9
+ }[] | undefined;
10
+ homepage?: string | undefined;
11
+ imdb_id?: string | undefined;
12
+ original_language?: string | undefined;
13
+ original_title?: string | undefined;
14
+ overview?: string | undefined;
15
+ popularity?: number | undefined;
16
+ poster_path?: string | undefined;
17
+ production_companies?: {
18
+ id?: number | undefined;
19
+ logo_path?: string | undefined;
20
+ name?: string | undefined;
21
+ origin_country?: string | undefined;
22
+ }[] | undefined;
23
+ production_countries?: {
24
+ iso_3166_1?: string | undefined;
25
+ name?: string | undefined;
26
+ }[] | undefined;
27
+ release_date?: string | undefined;
28
+ revenue?: number | undefined;
29
+ runtime?: number | undefined;
30
+ spoken_languages?: {
31
+ english_name?: string | undefined;
32
+ iso_639_1?: string | undefined;
33
+ name?: string | undefined;
34
+ }[] | undefined;
35
+ status?: string | undefined;
36
+ tagline?: string | undefined;
37
+ title?: string | undefined;
38
+ video?: boolean | undefined;
39
+ vote_average?: number | undefined;
40
+ vote_count?: number | undefined;
41
+ id: number;
42
+ } | ({
43
+ adult?: boolean | undefined;
44
+ backdrop_path?: string | undefined;
45
+ belongs_to_collection?: unknown;
46
+ budget?: number | undefined;
47
+ genres?: {
48
+ id?: number | undefined;
49
+ name?: string | undefined;
50
+ }[] | undefined;
51
+ homepage?: string | undefined;
52
+ imdb_id?: string | undefined;
53
+ original_language?: string | undefined;
54
+ original_title?: string | undefined;
55
+ overview?: string | undefined;
56
+ popularity?: number | undefined;
57
+ poster_path?: string | undefined;
58
+ production_companies?: {
59
+ id?: number | undefined;
60
+ logo_path?: string | undefined;
61
+ name?: string | undefined;
62
+ origin_country?: string | undefined;
63
+ }[] | undefined;
64
+ production_countries?: {
65
+ iso_3166_1?: string | undefined;
66
+ name?: string | undefined;
67
+ }[] | undefined;
68
+ release_date?: string | undefined;
69
+ revenue?: number | undefined;
70
+ runtime?: number | undefined;
71
+ spoken_languages?: {
72
+ english_name?: string | undefined;
73
+ iso_639_1?: string | undefined;
74
+ name?: string | undefined;
75
+ }[] | undefined;
76
+ status?: string | undefined;
77
+ tagline?: string | undefined;
78
+ title?: string | undefined;
79
+ video?: boolean | undefined;
80
+ vote_average?: number | undefined;
81
+ vote_count?: number | undefined;
82
+ id: number;
83
+ } & {
84
+ alternative_titles?: {
85
+ titles?: {
86
+ iso_3166_1?: string | undefined;
87
+ title?: string | undefined;
88
+ type?: string | undefined;
89
+ }[] | undefined;
90
+ } | undefined;
91
+ credits?: {
92
+ cast?: {
93
+ adult?: boolean | undefined;
94
+ cast_id?: number | undefined;
95
+ character?: string | undefined;
96
+ credit_id?: string | undefined;
97
+ gender?: number | undefined;
98
+ id?: number | undefined;
99
+ known_for_department?: string | undefined;
100
+ name?: string | undefined;
101
+ profile_path?: string | undefined;
102
+ original_name?: string | undefined;
103
+ popularity?: number | undefined;
104
+ order?: number | undefined;
105
+ }[] | undefined;
106
+ crew?: {
107
+ adult?: boolean | undefined;
108
+ credit_id?: string | undefined;
109
+ department?: string | undefined;
110
+ gender?: number | undefined;
111
+ id?: number | undefined;
112
+ job?: string | undefined;
113
+ known_for_department?: string | undefined;
114
+ name?: string | undefined;
115
+ popularity?: number | undefined;
116
+ profile_path?: string | undefined;
117
+ original_name?: string | undefined;
118
+ }[] | undefined;
119
+ } | undefined;
120
+ external_ids?: {
121
+ facebook_id?: string | undefined;
122
+ imdb_id?: string | undefined;
123
+ instagram_id?: unknown;
124
+ twitter_id?: unknown;
125
+ wikidata_id?: unknown;
126
+ } | undefined;
127
+ images?: {
128
+ backdrops?: {
129
+ aspect_ratio?: number | undefined;
130
+ file_path?: string | undefined;
131
+ height?: number | undefined;
132
+ iso_639_1?: unknown;
133
+ vote_average?: number | undefined;
134
+ vote_count?: number | undefined;
135
+ width?: number | undefined;
136
+ }[] | undefined;
137
+ logos?: {
138
+ aspect_ratio?: number | undefined;
139
+ file_path?: string | undefined;
140
+ height?: number | undefined;
141
+ iso_639_1?: string | undefined;
142
+ vote_average?: number | undefined;
143
+ vote_count?: number | undefined;
144
+ width?: number | undefined;
145
+ }[] | undefined;
146
+ posters?: {
147
+ aspect_ratio?: number | undefined;
148
+ file_path?: string | undefined;
149
+ height?: number | undefined;
150
+ iso_639_1?: string | undefined;
151
+ vote_average?: number | undefined;
152
+ vote_count?: number | undefined;
153
+ width?: number | undefined;
154
+ }[] | undefined;
155
+ } | undefined;
156
+ keywords?: {
157
+ keywords?: {
158
+ id?: number | undefined;
159
+ name?: string | undefined;
160
+ }[] | undefined;
161
+ } | undefined;
162
+ recommendations?: {
163
+ page?: number | undefined;
164
+ results?: {
165
+ description?: string | undefined;
166
+ favorite_count?: number | undefined;
167
+ id?: number | undefined;
168
+ iso_639_1?: string | undefined;
169
+ item_count?: number | undefined;
170
+ list_type?: string | undefined;
171
+ name?: string | undefined;
172
+ poster_path?: unknown;
173
+ }[] | undefined;
174
+ total_pages?: number | undefined;
175
+ total_results?: number | undefined;
176
+ } | undefined;
177
+ release_dates?: {
178
+ results?: {
179
+ iso_3166_1?: string | undefined;
180
+ release_dates?: {
181
+ certification?: string | undefined;
182
+ descriptors?: unknown[] | undefined;
183
+ iso_639_1?: string | undefined;
184
+ note?: string | undefined;
185
+ release_date?: string | undefined;
186
+ type?: number | undefined;
187
+ }[] | undefined;
188
+ }[] | undefined;
189
+ } | undefined;
190
+ reviews?: {
191
+ page?: number | undefined;
192
+ results?: {
193
+ author?: string | undefined;
194
+ author_details?: {
195
+ avatar_path?: string | undefined;
196
+ name?: string | undefined;
197
+ rating?: unknown;
198
+ username?: string | undefined;
199
+ } | undefined;
200
+ content?: string | undefined;
201
+ created_at?: string | undefined;
202
+ id?: string | undefined;
203
+ updated_at?: string | undefined;
204
+ url?: string | undefined;
205
+ }[] | undefined;
206
+ total_pages?: number | undefined;
207
+ total_results?: number | undefined;
208
+ } | undefined;
209
+ similar?: {
210
+ page?: number | undefined;
211
+ results?: {
212
+ description?: string | undefined;
213
+ favorite_count?: number | undefined;
214
+ id?: number | undefined;
215
+ iso_639_1?: string | undefined;
216
+ item_count?: number | undefined;
217
+ list_type?: string | undefined;
218
+ name?: string | undefined;
219
+ poster_path?: unknown;
220
+ }[] | undefined;
221
+ total_pages?: number | undefined;
222
+ total_results?: number | undefined;
223
+ } | undefined;
224
+ translations?: {
225
+ translations?: {
226
+ data?: {
227
+ homepage?: string | undefined;
228
+ overview?: string | undefined;
229
+ runtime?: number | undefined;
230
+ tagline?: string | undefined;
231
+ title?: string | undefined;
232
+ } | undefined;
233
+ english_name?: string | undefined;
234
+ iso_639_1?: string | undefined;
235
+ iso_3166_1?: string | undefined;
236
+ name?: string | undefined;
237
+ }[] | undefined;
238
+ } | undefined;
239
+ videos?: {
240
+ results?: {
241
+ id?: string | undefined;
242
+ iso_639_1?: string | undefined;
243
+ iso_3166_1?: string | undefined;
244
+ key?: string | undefined;
245
+ name?: string | undefined;
246
+ official?: boolean | undefined;
247
+ published_at?: string | undefined;
248
+ site?: string | undefined;
249
+ size?: number | undefined;
250
+ type?: string | undefined;
251
+ }[] | undefined;
252
+ } | undefined;
253
+ 'watch/providers'?: {
254
+ results?: {
255
+ AE?: {
256
+ buy?: {
257
+ display_priority?: number | undefined;
258
+ logo_path?: string | undefined;
259
+ provider_id?: number | undefined;
260
+ provider_name?: string | undefined;
261
+ }[] | undefined;
262
+ flatrate?: {
263
+ display_priority?: number | undefined;
264
+ logo_path?: string | undefined;
265
+ provider_id?: number | undefined;
266
+ provider_name?: string | undefined;
267
+ }[] | undefined;
268
+ link?: string | undefined;
269
+ rent?: {
270
+ display_priority?: number | undefined;
271
+ logo_path?: string | undefined;
272
+ provider_id?: number | undefined;
273
+ provider_name?: string | undefined;
274
+ }[] | undefined;
275
+ } | undefined;
276
+ AL?: {
277
+ buy?: {
278
+ display_priority?: number | undefined;
279
+ logo_path?: string | undefined;
280
+ provider_id?: number | undefined;
281
+ provider_name?: string | undefined;
282
+ }[] | undefined;
283
+ link?: string | undefined;
284
+ } | undefined;
285
+ AR?: {
286
+ buy?: {
287
+ display_priority?: number | undefined;
288
+ logo_path?: string | undefined;
289
+ provider_id?: number | undefined;
290
+ provider_name?: string | undefined;
291
+ }[] | undefined;
292
+ flatrate?: {
293
+ display_priority?: number | undefined;
294
+ logo_path?: string | undefined;
295
+ provider_id?: number | undefined;
296
+ provider_name?: string | undefined;
297
+ }[] | undefined;
298
+ link?: string | undefined;
299
+ rent?: {
300
+ display_priority?: number | undefined;
301
+ logo_path?: string | undefined;
302
+ provider_id?: number | undefined;
303
+ provider_name?: string | undefined;
304
+ }[] | undefined;
305
+ } | undefined;
306
+ AT?: {
307
+ buy?: {
308
+ display_priority?: number | undefined;
309
+ logo_path?: string | undefined;
310
+ provider_id?: number | undefined;
311
+ provider_name?: string | undefined;
312
+ }[] | undefined;
313
+ flatrate?: {
314
+ display_priority?: number | undefined;
315
+ logo_path?: string | undefined;
316
+ provider_id?: number | undefined;
317
+ provider_name?: string | undefined;
318
+ }[] | undefined;
319
+ link?: string | undefined;
320
+ rent?: {
321
+ display_priority?: number | undefined;
322
+ logo_path?: string | undefined;
323
+ provider_id?: number | undefined;
324
+ provider_name?: string | undefined;
325
+ }[] | undefined;
326
+ } | undefined;
327
+ AU?: {
328
+ buy?: {
329
+ display_priority?: number | undefined;
330
+ logo_path?: string | undefined;
331
+ provider_id?: number | undefined;
332
+ provider_name?: string | undefined;
333
+ }[] | undefined;
334
+ flatrate?: {
335
+ display_priority?: number | undefined;
336
+ logo_path?: string | undefined;
337
+ provider_id?: number | undefined;
338
+ provider_name?: string | undefined;
339
+ }[] | undefined;
340
+ link?: string | undefined;
341
+ } | undefined;
342
+ BA?: {
343
+ buy?: {
344
+ display_priority?: number | undefined;
345
+ logo_path?: string | undefined;
346
+ provider_id?: number | undefined;
347
+ provider_name?: string | undefined;
348
+ }[] | undefined;
349
+ flatrate?: {
350
+ display_priority?: number | undefined;
351
+ logo_path?: string | undefined;
352
+ provider_id?: number | undefined;
353
+ provider_name?: string | undefined;
354
+ }[] | undefined;
355
+ link?: string | undefined;
356
+ } | undefined;
357
+ BB?: {
358
+ flatrate?: {
359
+ display_priority?: number | undefined;
360
+ logo_path?: string | undefined;
361
+ provider_id?: number | undefined;
362
+ provider_name?: string | undefined;
363
+ }[] | undefined;
364
+ link?: string | undefined;
365
+ } | undefined;
366
+ BE?: {
367
+ buy?: {
368
+ display_priority?: number | undefined;
369
+ logo_path?: string | undefined;
370
+ provider_id?: number | undefined;
371
+ provider_name?: string | undefined;
372
+ }[] | undefined;
373
+ flatrate?: {
374
+ display_priority?: number | undefined;
375
+ logo_path?: string | undefined;
376
+ provider_id?: number | undefined;
377
+ provider_name?: string | undefined;
378
+ }[] | undefined;
379
+ link?: string | undefined;
380
+ rent?: {
381
+ display_priority?: number | undefined;
382
+ logo_path?: string | undefined;
383
+ provider_id?: number | undefined;
384
+ provider_name?: string | undefined;
385
+ }[] | undefined;
386
+ } | undefined;
387
+ BG?: {
388
+ buy?: {
389
+ display_priority?: number | undefined;
390
+ logo_path?: string | undefined;
391
+ provider_id?: number | undefined;
392
+ provider_name?: string | undefined;
393
+ }[] | undefined;
394
+ flatrate?: {
395
+ display_priority?: number | undefined;
396
+ logo_path?: string | undefined;
397
+ provider_id?: number | undefined;
398
+ provider_name?: string | undefined;
399
+ }[] | undefined;
400
+ link?: string | undefined;
401
+ rent?: {
402
+ display_priority?: number | undefined;
403
+ logo_path?: string | undefined;
404
+ provider_id?: number | undefined;
405
+ provider_name?: string | undefined;
406
+ }[] | undefined;
407
+ } | undefined;
408
+ BH?: {
409
+ buy?: {
410
+ display_priority?: number | undefined;
411
+ logo_path?: string | undefined;
412
+ provider_id?: number | undefined;
413
+ provider_name?: string | undefined;
414
+ }[] | undefined;
415
+ link?: string | undefined;
416
+ } | undefined;
417
+ BO?: {
418
+ flatrate?: {
419
+ display_priority?: number | undefined;
420
+ logo_path?: string | undefined;
421
+ provider_id?: number | undefined;
422
+ provider_name?: string | undefined;
423
+ }[] | undefined;
424
+ link?: string | undefined;
425
+ } | undefined;
426
+ BR?: {
427
+ flatrate?: {
428
+ display_priority?: number | undefined;
429
+ logo_path?: string | undefined;
430
+ provider_id?: number | undefined;
431
+ provider_name?: string | undefined;
432
+ }[] | undefined;
433
+ link?: string | undefined;
434
+ } | undefined;
435
+ BS?: {
436
+ flatrate?: {
437
+ display_priority?: number | undefined;
438
+ logo_path?: string | undefined;
439
+ provider_id?: number | undefined;
440
+ provider_name?: string | undefined;
441
+ }[] | undefined;
442
+ link?: string | undefined;
443
+ } | undefined;
444
+ CA?: {
445
+ buy?: {
446
+ display_priority?: number | undefined;
447
+ logo_path?: string | undefined;
448
+ provider_id?: number | undefined;
449
+ provider_name?: string | undefined;
450
+ }[] | undefined;
451
+ flatrate?: {
452
+ display_priority?: number | undefined;
453
+ logo_path?: string | undefined;
454
+ provider_id?: number | undefined;
455
+ provider_name?: string | undefined;
456
+ }[] | undefined;
457
+ link?: string | undefined;
458
+ rent?: {
459
+ display_priority?: number | undefined;
460
+ logo_path?: string | undefined;
461
+ provider_id?: number | undefined;
462
+ provider_name?: string | undefined;
463
+ }[] | undefined;
464
+ } | undefined;
465
+ CH?: {
466
+ buy?: {
467
+ display_priority?: number | undefined;
468
+ logo_path?: string | undefined;
469
+ provider_id?: number | undefined;
470
+ provider_name?: string | undefined;
471
+ }[] | undefined;
472
+ flatrate?: {
473
+ display_priority?: number | undefined;
474
+ logo_path?: string | undefined;
475
+ provider_id?: number | undefined;
476
+ provider_name?: string | undefined;
477
+ }[] | undefined;
478
+ link?: string | undefined;
479
+ rent?: {
480
+ display_priority?: number | undefined;
481
+ logo_path?: string | undefined;
482
+ provider_id?: number | undefined;
483
+ provider_name?: string | undefined;
484
+ }[] | undefined;
485
+ } | undefined;
486
+ CL?: {
487
+ buy?: {
488
+ display_priority?: number | undefined;
489
+ logo_path?: string | undefined;
490
+ provider_id?: number | undefined;
491
+ provider_name?: string | undefined;
492
+ }[] | undefined;
493
+ flatrate?: {
494
+ display_priority?: number | undefined;
495
+ logo_path?: string | undefined;
496
+ provider_id?: number | undefined;
497
+ provider_name?: string | undefined;
498
+ }[] | undefined;
499
+ link?: string | undefined;
500
+ rent?: {
501
+ display_priority?: number | undefined;
502
+ logo_path?: string | undefined;
503
+ provider_id?: number | undefined;
504
+ provider_name?: string | undefined;
505
+ }[] | undefined;
506
+ } | undefined;
507
+ CO?: {
508
+ buy?: {
509
+ display_priority?: number | undefined;
510
+ logo_path?: string | undefined;
511
+ provider_id?: number | undefined;
512
+ provider_name?: string | undefined;
513
+ }[] | undefined;
514
+ flatrate?: {
515
+ display_priority?: number | undefined;
516
+ logo_path?: string | undefined;
517
+ provider_id?: number | undefined;
518
+ provider_name?: string | undefined;
519
+ }[] | undefined;
520
+ link?: string | undefined;
521
+ rent?: {
522
+ display_priority?: number | undefined;
523
+ logo_path?: string | undefined;
524
+ provider_id?: number | undefined;
525
+ provider_name?: string | undefined;
526
+ }[] | undefined;
527
+ } | undefined;
528
+ CR?: {
529
+ flatrate?: {
530
+ display_priority?: number | undefined;
531
+ logo_path?: string | undefined;
532
+ provider_id?: number | undefined;
533
+ provider_name?: string | undefined;
534
+ }[] | undefined;
535
+ link?: string | undefined;
536
+ } | undefined;
537
+ CV?: {
538
+ buy?: {
539
+ display_priority?: number | undefined;
540
+ logo_path?: string | undefined;
541
+ provider_id?: number | undefined;
542
+ provider_name?: string | undefined;
543
+ }[] | undefined;
544
+ link?: string | undefined;
545
+ rent?: {
546
+ display_priority?: number | undefined;
547
+ logo_path?: string | undefined;
548
+ provider_id?: number | undefined;
549
+ provider_name?: string | undefined;
550
+ }[] | undefined;
551
+ } | undefined;
552
+ CZ?: {
553
+ buy?: {
554
+ display_priority?: number | undefined;
555
+ logo_path?: string | undefined;
556
+ provider_id?: number | undefined;
557
+ provider_name?: string | undefined;
558
+ }[] | undefined;
559
+ flatrate?: {
560
+ display_priority?: number | undefined;
561
+ logo_path?: string | undefined;
562
+ provider_id?: number | undefined;
563
+ provider_name?: string | undefined;
564
+ }[] | undefined;
565
+ link?: string | undefined;
566
+ rent?: {
567
+ display_priority?: number | undefined;
568
+ logo_path?: string | undefined;
569
+ provider_id?: number | undefined;
570
+ provider_name?: string | undefined;
571
+ }[] | undefined;
572
+ } | undefined;
573
+ DE?: {
574
+ buy?: {
575
+ display_priority?: number | undefined;
576
+ logo_path?: string | undefined;
577
+ provider_id?: number | undefined;
578
+ provider_name?: string | undefined;
579
+ }[] | undefined;
580
+ flatrate?: {
581
+ display_priority?: number | undefined;
582
+ logo_path?: string | undefined;
583
+ provider_id?: number | undefined;
584
+ provider_name?: string | undefined;
585
+ }[] | undefined;
586
+ link?: string | undefined;
587
+ rent?: {
588
+ display_priority?: number | undefined;
589
+ logo_path?: string | undefined;
590
+ provider_id?: number | undefined;
591
+ provider_name?: string | undefined;
592
+ }[] | undefined;
593
+ } | undefined;
594
+ DK?: {
595
+ buy?: {
596
+ display_priority?: number | undefined;
597
+ logo_path?: string | undefined;
598
+ provider_id?: number | undefined;
599
+ provider_name?: string | undefined;
600
+ }[] | undefined;
601
+ flatrate?: {
602
+ display_priority?: number | undefined;
603
+ logo_path?: string | undefined;
604
+ provider_id?: number | undefined;
605
+ provider_name?: string | undefined;
606
+ }[] | undefined;
607
+ link?: string | undefined;
608
+ rent?: {
609
+ display_priority?: number | undefined;
610
+ logo_path?: string | undefined;
611
+ provider_id?: number | undefined;
612
+ provider_name?: string | undefined;
613
+ }[] | undefined;
614
+ } | undefined;
615
+ DO?: {
616
+ flatrate?: {
617
+ display_priority?: number | undefined;
618
+ logo_path?: string | undefined;
619
+ provider_id?: number | undefined;
620
+ provider_name?: string | undefined;
621
+ }[] | undefined;
622
+ link?: string | undefined;
623
+ } | undefined;
624
+ EC?: {
625
+ buy?: {
626
+ display_priority?: number | undefined;
627
+ logo_path?: string | undefined;
628
+ provider_id?: number | undefined;
629
+ provider_name?: string | undefined;
630
+ }[] | undefined;
631
+ flatrate?: {
632
+ display_priority?: number | undefined;
633
+ logo_path?: string | undefined;
634
+ provider_id?: number | undefined;
635
+ provider_name?: string | undefined;
636
+ }[] | undefined;
637
+ link?: string | undefined;
638
+ rent?: {
639
+ display_priority?: number | undefined;
640
+ logo_path?: string | undefined;
641
+ provider_id?: number | undefined;
642
+ provider_name?: string | undefined;
643
+ }[] | undefined;
644
+ } | undefined;
645
+ EE?: {
646
+ buy?: {
647
+ display_priority?: number | undefined;
648
+ logo_path?: string | undefined;
649
+ provider_id?: number | undefined;
650
+ provider_name?: string | undefined;
651
+ }[] | undefined;
652
+ flatrate?: {
653
+ display_priority?: number | undefined;
654
+ logo_path?: string | undefined;
655
+ provider_id?: number | undefined;
656
+ provider_name?: string | undefined;
657
+ }[] | undefined;
658
+ link?: string | undefined;
659
+ rent?: {
660
+ display_priority?: number | undefined;
661
+ logo_path?: string | undefined;
662
+ provider_id?: number | undefined;
663
+ provider_name?: string | undefined;
664
+ }[] | undefined;
665
+ } | undefined;
666
+ EG?: {
667
+ buy?: {
668
+ display_priority?: number | undefined;
669
+ logo_path?: string | undefined;
670
+ provider_id?: number | undefined;
671
+ provider_name?: string | undefined;
672
+ }[] | undefined;
673
+ link?: string | undefined;
674
+ rent?: {
675
+ display_priority?: number | undefined;
676
+ logo_path?: string | undefined;
677
+ provider_id?: number | undefined;
678
+ provider_name?: string | undefined;
679
+ }[] | undefined;
680
+ } | undefined;
681
+ ES?: {
682
+ ads?: {
683
+ display_priority?: number | undefined;
684
+ logo_path?: string | undefined;
685
+ provider_id?: number | undefined;
686
+ provider_name?: string | undefined;
687
+ }[] | undefined;
688
+ buy?: {
689
+ display_priority?: number | undefined;
690
+ logo_path?: string | undefined;
691
+ provider_id?: number | undefined;
692
+ provider_name?: string | undefined;
693
+ }[] | undefined;
694
+ flatrate?: {
695
+ display_priority?: number | undefined;
696
+ logo_path?: string | undefined;
697
+ provider_id?: number | undefined;
698
+ provider_name?: string | undefined;
699
+ }[] | undefined;
700
+ link?: string | undefined;
701
+ rent?: {
702
+ display_priority?: number | undefined;
703
+ logo_path?: string | undefined;
704
+ provider_id?: number | undefined;
705
+ provider_name?: string | undefined;
706
+ }[] | undefined;
707
+ } | undefined;
708
+ FI?: {
709
+ buy?: {
710
+ display_priority?: number | undefined;
711
+ logo_path?: string | undefined;
712
+ provider_id?: number | undefined;
713
+ provider_name?: string | undefined;
714
+ }[] | undefined;
715
+ flatrate?: {
716
+ display_priority?: number | undefined;
717
+ logo_path?: string | undefined;
718
+ provider_id?: number | undefined;
719
+ provider_name?: string | undefined;
720
+ }[] | undefined;
721
+ link?: string | undefined;
722
+ rent?: {
723
+ display_priority?: number | undefined;
724
+ logo_path?: string | undefined;
725
+ provider_id?: number | undefined;
726
+ provider_name?: string | undefined;
727
+ }[] | undefined;
728
+ } | undefined;
729
+ FJ?: {
730
+ buy?: {
731
+ display_priority?: number | undefined;
732
+ logo_path?: string | undefined;
733
+ provider_id?: number | undefined;
734
+ provider_name?: string | undefined;
735
+ }[] | undefined;
736
+ link?: string | undefined;
737
+ } | undefined;
738
+ FR?: {
739
+ buy?: {
740
+ display_priority?: number | undefined;
741
+ logo_path?: string | undefined;
742
+ provider_id?: number | undefined;
743
+ provider_name?: string | undefined;
744
+ }[] | undefined;
745
+ flatrate?: {
746
+ display_priority?: number | undefined;
747
+ logo_path?: string | undefined;
748
+ provider_id?: number | undefined;
749
+ provider_name?: string | undefined;
750
+ }[] | undefined;
751
+ link?: string | undefined;
752
+ rent?: {
753
+ display_priority?: number | undefined;
754
+ logo_path?: string | undefined;
755
+ provider_id?: number | undefined;
756
+ provider_name?: string | undefined;
757
+ }[] | undefined;
758
+ } | undefined;
759
+ GB?: {
760
+ buy?: {
761
+ display_priority?: number | undefined;
762
+ logo_path?: string | undefined;
763
+ provider_id?: number | undefined;
764
+ provider_name?: string | undefined;
765
+ }[] | undefined;
766
+ flatrate?: {
767
+ display_priority?: number | undefined;
768
+ logo_path?: string | undefined;
769
+ provider_id?: number | undefined;
770
+ provider_name?: string | undefined;
771
+ }[] | undefined;
772
+ link?: string | undefined;
773
+ rent?: {
774
+ display_priority?: number | undefined;
775
+ logo_path?: string | undefined;
776
+ provider_id?: number | undefined;
777
+ provider_name?: string | undefined;
778
+ }[] | undefined;
779
+ } | undefined;
780
+ GF?: {
781
+ flatrate?: {
782
+ display_priority?: number | undefined;
783
+ logo_path?: string | undefined;
784
+ provider_id?: number | undefined;
785
+ provider_name?: string | undefined;
786
+ }[] | undefined;
787
+ link?: string | undefined;
788
+ } | undefined;
789
+ GI?: {
790
+ flatrate?: {
791
+ display_priority?: number | undefined;
792
+ logo_path?: string | undefined;
793
+ provider_id?: number | undefined;
794
+ provider_name?: string | undefined;
795
+ }[] | undefined;
796
+ link?: string | undefined;
797
+ } | undefined;
798
+ GR?: {
799
+ buy?: {
800
+ display_priority?: number | undefined;
801
+ logo_path?: string | undefined;
802
+ provider_id?: number | undefined;
803
+ provider_name?: string | undefined;
804
+ }[] | undefined;
805
+ flatrate?: {
806
+ display_priority?: number | undefined;
807
+ logo_path?: string | undefined;
808
+ provider_id?: number | undefined;
809
+ provider_name?: string | undefined;
810
+ }[] | undefined;
811
+ link?: string | undefined;
812
+ rent?: {
813
+ display_priority?: number | undefined;
814
+ logo_path?: string | undefined;
815
+ provider_id?: number | undefined;
816
+ provider_name?: string | undefined;
817
+ }[] | undefined;
818
+ } | undefined;
819
+ GT?: {
820
+ flatrate?: {
821
+ display_priority?: number | undefined;
822
+ logo_path?: string | undefined;
823
+ provider_id?: number | undefined;
824
+ provider_name?: string | undefined;
825
+ }[] | undefined;
826
+ link?: string | undefined;
827
+ } | undefined;
828
+ HK?: {
829
+ flatrate?: {
830
+ display_priority?: number | undefined;
831
+ logo_path?: string | undefined;
832
+ provider_id?: number | undefined;
833
+ provider_name?: string | undefined;
834
+ }[] | undefined;
835
+ link?: string | undefined;
836
+ } | undefined;
837
+ HN?: {
838
+ flatrate?: {
839
+ display_priority?: number | undefined;
840
+ logo_path?: string | undefined;
841
+ provider_id?: number | undefined;
842
+ provider_name?: string | undefined;
843
+ }[] | undefined;
844
+ link?: string | undefined;
845
+ } | undefined;
846
+ HR?: {
847
+ ads?: {
848
+ display_priority?: number | undefined;
849
+ logo_path?: string | undefined;
850
+ provider_id?: number | undefined;
851
+ provider_name?: string | undefined;
852
+ }[] | undefined;
853
+ buy?: {
854
+ display_priority?: number | undefined;
855
+ logo_path?: string | undefined;
856
+ provider_id?: number | undefined;
857
+ provider_name?: string | undefined;
858
+ }[] | undefined;
859
+ flatrate?: {
860
+ display_priority?: number | undefined;
861
+ logo_path?: string | undefined;
862
+ provider_id?: number | undefined;
863
+ provider_name?: string | undefined;
864
+ }[] | undefined;
865
+ link?: string | undefined;
866
+ } | undefined;
867
+ HU?: {
868
+ buy?: {
869
+ display_priority?: number | undefined;
870
+ logo_path?: string | undefined;
871
+ provider_id?: number | undefined;
872
+ provider_name?: string | undefined;
873
+ }[] | undefined;
874
+ flatrate?: {
875
+ display_priority?: number | undefined;
876
+ logo_path?: string | undefined;
877
+ provider_id?: number | undefined;
878
+ provider_name?: string | undefined;
879
+ }[] | undefined;
880
+ link?: string | undefined;
881
+ rent?: {
882
+ display_priority?: number | undefined;
883
+ logo_path?: string | undefined;
884
+ provider_id?: number | undefined;
885
+ provider_name?: string | undefined;
886
+ }[] | undefined;
887
+ } | undefined;
888
+ ID?: {
889
+ flatrate?: {
890
+ display_priority?: number | undefined;
891
+ logo_path?: string | undefined;
892
+ provider_id?: number | undefined;
893
+ provider_name?: string | undefined;
894
+ }[] | undefined;
895
+ link?: string | undefined;
896
+ } | undefined;
897
+ IE?: {
898
+ buy?: {
899
+ display_priority?: number | undefined;
900
+ logo_path?: string | undefined;
901
+ provider_id?: number | undefined;
902
+ provider_name?: string | undefined;
903
+ }[] | undefined;
904
+ flatrate?: {
905
+ display_priority?: number | undefined;
906
+ logo_path?: string | undefined;
907
+ provider_id?: number | undefined;
908
+ provider_name?: string | undefined;
909
+ }[] | undefined;
910
+ link?: string | undefined;
911
+ rent?: {
912
+ display_priority?: number | undefined;
913
+ logo_path?: string | undefined;
914
+ provider_id?: number | undefined;
915
+ provider_name?: string | undefined;
916
+ }[] | undefined;
917
+ } | undefined;
918
+ IL?: {
919
+ buy?: {
920
+ display_priority?: number | undefined;
921
+ logo_path?: string | undefined;
922
+ provider_id?: number | undefined;
923
+ provider_name?: string | undefined;
924
+ }[] | undefined;
925
+ flatrate?: {
926
+ display_priority?: number | undefined;
927
+ logo_path?: string | undefined;
928
+ provider_id?: number | undefined;
929
+ provider_name?: string | undefined;
930
+ }[] | undefined;
931
+ link?: string | undefined;
932
+ } | undefined;
933
+ IN?: {
934
+ buy?: {
935
+ display_priority?: number | undefined;
936
+ logo_path?: string | undefined;
937
+ provider_id?: number | undefined;
938
+ provider_name?: string | undefined;
939
+ }[] | undefined;
940
+ flatrate?: {
941
+ display_priority?: number | undefined;
942
+ logo_path?: string | undefined;
943
+ provider_id?: number | undefined;
944
+ provider_name?: string | undefined;
945
+ }[] | undefined;
946
+ link?: string | undefined;
947
+ rent?: {
948
+ display_priority?: number | undefined;
949
+ logo_path?: string | undefined;
950
+ provider_id?: number | undefined;
951
+ provider_name?: string | undefined;
952
+ }[] | undefined;
953
+ } | undefined;
954
+ IQ?: {
955
+ flatrate?: {
956
+ display_priority?: number | undefined;
957
+ logo_path?: string | undefined;
958
+ provider_id?: number | undefined;
959
+ provider_name?: string | undefined;
960
+ }[] | undefined;
961
+ link?: string | undefined;
962
+ } | undefined;
963
+ IS?: {
964
+ buy?: {
965
+ display_priority?: number | undefined;
966
+ logo_path?: string | undefined;
967
+ provider_id?: number | undefined;
968
+ provider_name?: string | undefined;
969
+ }[] | undefined;
970
+ flatrate?: {
971
+ display_priority?: number | undefined;
972
+ logo_path?: string | undefined;
973
+ provider_id?: number | undefined;
974
+ provider_name?: string | undefined;
975
+ }[] | undefined;
976
+ link?: string | undefined;
977
+ } | undefined;
978
+ IT?: {
979
+ buy?: {
980
+ display_priority?: number | undefined;
981
+ logo_path?: string | undefined;
982
+ provider_id?: number | undefined;
983
+ provider_name?: string | undefined;
984
+ }[] | undefined;
985
+ flatrate?: {
986
+ display_priority?: number | undefined;
987
+ logo_path?: string | undefined;
988
+ provider_id?: number | undefined;
989
+ provider_name?: string | undefined;
990
+ }[] | undefined;
991
+ link?: string | undefined;
992
+ rent?: {
993
+ display_priority?: number | undefined;
994
+ logo_path?: string | undefined;
995
+ provider_id?: number | undefined;
996
+ provider_name?: string | undefined;
997
+ }[] | undefined;
998
+ } | undefined;
999
+ JM?: {
1000
+ flatrate?: {
1001
+ display_priority?: number | undefined;
1002
+ logo_path?: string | undefined;
1003
+ provider_id?: number | undefined;
1004
+ provider_name?: string | undefined;
1005
+ }[] | undefined;
1006
+ link?: string | undefined;
1007
+ } | undefined;
1008
+ JO?: {
1009
+ buy?: {
1010
+ display_priority?: number | undefined;
1011
+ logo_path?: string | undefined;
1012
+ provider_id?: number | undefined;
1013
+ provider_name?: string | undefined;
1014
+ }[] | undefined;
1015
+ flatrate?: {
1016
+ display_priority?: number | undefined;
1017
+ logo_path?: string | undefined;
1018
+ provider_id?: number | undefined;
1019
+ provider_name?: string | undefined;
1020
+ }[] | undefined;
1021
+ link?: string | undefined;
1022
+ } | undefined;
1023
+ JP?: {
1024
+ buy?: {
1025
+ display_priority?: number | undefined;
1026
+ logo_path?: string | undefined;
1027
+ provider_id?: number | undefined;
1028
+ provider_name?: string | undefined;
1029
+ }[] | undefined;
1030
+ flatrate?: {
1031
+ display_priority?: number | undefined;
1032
+ logo_path?: string | undefined;
1033
+ provider_id?: number | undefined;
1034
+ provider_name?: string | undefined;
1035
+ }[] | undefined;
1036
+ link?: string | undefined;
1037
+ rent?: {
1038
+ display_priority?: number | undefined;
1039
+ logo_path?: string | undefined;
1040
+ provider_id?: number | undefined;
1041
+ provider_name?: string | undefined;
1042
+ }[] | undefined;
1043
+ } | undefined;
1044
+ KR?: {
1045
+ buy?: {
1046
+ display_priority?: number | undefined;
1047
+ logo_path?: string | undefined;
1048
+ provider_id?: number | undefined;
1049
+ provider_name?: string | undefined;
1050
+ }[] | undefined;
1051
+ flatrate?: {
1052
+ display_priority?: number | undefined;
1053
+ logo_path?: string | undefined;
1054
+ provider_id?: number | undefined;
1055
+ provider_name?: string | undefined;
1056
+ }[] | undefined;
1057
+ link?: string | undefined;
1058
+ } | undefined;
1059
+ KW?: {
1060
+ buy?: {
1061
+ display_priority?: number | undefined;
1062
+ logo_path?: string | undefined;
1063
+ provider_id?: number | undefined;
1064
+ provider_name?: string | undefined;
1065
+ }[] | undefined;
1066
+ flatrate?: {
1067
+ display_priority?: number | undefined;
1068
+ logo_path?: string | undefined;
1069
+ provider_id?: number | undefined;
1070
+ provider_name?: string | undefined;
1071
+ }[] | undefined;
1072
+ link?: string | undefined;
1073
+ } | undefined;
1074
+ LB?: {
1075
+ buy?: {
1076
+ display_priority?: number | undefined;
1077
+ logo_path?: string | undefined;
1078
+ provider_id?: number | undefined;
1079
+ provider_name?: string | undefined;
1080
+ }[] | undefined;
1081
+ flatrate?: {
1082
+ display_priority?: number | undefined;
1083
+ logo_path?: string | undefined;
1084
+ provider_id?: number | undefined;
1085
+ provider_name?: string | undefined;
1086
+ }[] | undefined;
1087
+ link?: string | undefined;
1088
+ } | undefined;
1089
+ LI?: {
1090
+ flatrate?: {
1091
+ display_priority?: number | undefined;
1092
+ logo_path?: string | undefined;
1093
+ provider_id?: number | undefined;
1094
+ provider_name?: string | undefined;
1095
+ }[] | undefined;
1096
+ link?: string | undefined;
1097
+ } | undefined;
1098
+ LT?: {
1099
+ buy?: {
1100
+ display_priority?: number | undefined;
1101
+ logo_path?: string | undefined;
1102
+ provider_id?: number | undefined;
1103
+ provider_name?: string | undefined;
1104
+ }[] | undefined;
1105
+ flatrate?: {
1106
+ display_priority?: number | undefined;
1107
+ logo_path?: string | undefined;
1108
+ provider_id?: number | undefined;
1109
+ provider_name?: string | undefined;
1110
+ }[] | undefined;
1111
+ link?: string | undefined;
1112
+ rent?: {
1113
+ display_priority?: number | undefined;
1114
+ logo_path?: string | undefined;
1115
+ provider_id?: number | undefined;
1116
+ provider_name?: string | undefined;
1117
+ }[] | undefined;
1118
+ } | undefined;
1119
+ LV?: {
1120
+ buy?: {
1121
+ display_priority?: number | undefined;
1122
+ logo_path?: string | undefined;
1123
+ provider_id?: number | undefined;
1124
+ provider_name?: string | undefined;
1125
+ }[] | undefined;
1126
+ flatrate?: {
1127
+ display_priority?: number | undefined;
1128
+ logo_path?: string | undefined;
1129
+ provider_id?: number | undefined;
1130
+ provider_name?: string | undefined;
1131
+ }[] | undefined;
1132
+ link?: string | undefined;
1133
+ } | undefined;
1134
+ MD?: {
1135
+ buy?: {
1136
+ display_priority?: number | undefined;
1137
+ logo_path?: string | undefined;
1138
+ provider_id?: number | undefined;
1139
+ provider_name?: string | undefined;
1140
+ }[] | undefined;
1141
+ flatrate?: {
1142
+ display_priority?: number | undefined;
1143
+ logo_path?: string | undefined;
1144
+ provider_id?: number | undefined;
1145
+ provider_name?: string | undefined;
1146
+ }[] | undefined;
1147
+ link?: string | undefined;
1148
+ } | undefined;
1149
+ MK?: {
1150
+ buy?: {
1151
+ display_priority?: number | undefined;
1152
+ logo_path?: string | undefined;
1153
+ provider_id?: number | undefined;
1154
+ provider_name?: string | undefined;
1155
+ }[] | undefined;
1156
+ flatrate?: {
1157
+ display_priority?: number | undefined;
1158
+ logo_path?: string | undefined;
1159
+ provider_id?: number | undefined;
1160
+ provider_name?: string | undefined;
1161
+ }[] | undefined;
1162
+ link?: string | undefined;
1163
+ } | undefined;
1164
+ MT?: {
1165
+ buy?: {
1166
+ display_priority?: number | undefined;
1167
+ logo_path?: string | undefined;
1168
+ provider_id?: number | undefined;
1169
+ provider_name?: string | undefined;
1170
+ }[] | undefined;
1171
+ flatrate?: {
1172
+ display_priority?: number | undefined;
1173
+ logo_path?: string | undefined;
1174
+ provider_id?: number | undefined;
1175
+ provider_name?: string | undefined;
1176
+ }[] | undefined;
1177
+ link?: string | undefined;
1178
+ rent?: {
1179
+ display_priority?: number | undefined;
1180
+ logo_path?: string | undefined;
1181
+ provider_id?: number | undefined;
1182
+ provider_name?: string | undefined;
1183
+ }[] | undefined;
1184
+ } | undefined;
1185
+ MU?: {
1186
+ buy?: {
1187
+ display_priority?: number | undefined;
1188
+ logo_path?: string | undefined;
1189
+ provider_id?: number | undefined;
1190
+ provider_name?: string | undefined;
1191
+ }[] | undefined;
1192
+ link?: string | undefined;
1193
+ rent?: {
1194
+ display_priority?: number | undefined;
1195
+ logo_path?: string | undefined;
1196
+ provider_id?: number | undefined;
1197
+ provider_name?: string | undefined;
1198
+ }[] | undefined;
1199
+ } | undefined;
1200
+ MX?: {
1201
+ flatrate?: {
1202
+ display_priority?: number | undefined;
1203
+ logo_path?: string | undefined;
1204
+ provider_id?: number | undefined;
1205
+ provider_name?: string | undefined;
1206
+ }[] | undefined;
1207
+ link?: string | undefined;
1208
+ } | undefined;
1209
+ MY?: {
1210
+ flatrate?: {
1211
+ display_priority?: number | undefined;
1212
+ logo_path?: string | undefined;
1213
+ provider_id?: number | undefined;
1214
+ provider_name?: string | undefined;
1215
+ }[] | undefined;
1216
+ link?: string | undefined;
1217
+ } | undefined;
1218
+ MZ?: {
1219
+ buy?: {
1220
+ display_priority?: number | undefined;
1221
+ logo_path?: string | undefined;
1222
+ provider_id?: number | undefined;
1223
+ provider_name?: string | undefined;
1224
+ }[] | undefined;
1225
+ link?: string | undefined;
1226
+ rent?: {
1227
+ display_priority?: number | undefined;
1228
+ logo_path?: string | undefined;
1229
+ provider_id?: number | undefined;
1230
+ provider_name?: string | undefined;
1231
+ }[] | undefined;
1232
+ } | undefined;
1233
+ NL?: {
1234
+ buy?: {
1235
+ display_priority?: number | undefined;
1236
+ logo_path?: string | undefined;
1237
+ provider_id?: number | undefined;
1238
+ provider_name?: string | undefined;
1239
+ }[] | undefined;
1240
+ flatrate?: {
1241
+ display_priority?: number | undefined;
1242
+ logo_path?: string | undefined;
1243
+ provider_id?: number | undefined;
1244
+ provider_name?: string | undefined;
1245
+ }[] | undefined;
1246
+ link?: string | undefined;
1247
+ rent?: {
1248
+ display_priority?: number | undefined;
1249
+ logo_path?: string | undefined;
1250
+ provider_id?: number | undefined;
1251
+ provider_name?: string | undefined;
1252
+ }[] | undefined;
1253
+ } | undefined;
1254
+ NO?: {
1255
+ buy?: {
1256
+ display_priority?: number | undefined;
1257
+ logo_path?: string | undefined;
1258
+ provider_id?: number | undefined;
1259
+ provider_name?: string | undefined;
1260
+ }[] | undefined;
1261
+ flatrate?: {
1262
+ display_priority?: number | undefined;
1263
+ logo_path?: string | undefined;
1264
+ provider_id?: number | undefined;
1265
+ provider_name?: string | undefined;
1266
+ }[] | undefined;
1267
+ link?: string | undefined;
1268
+ rent?: {
1269
+ display_priority?: number | undefined;
1270
+ logo_path?: string | undefined;
1271
+ provider_id?: number | undefined;
1272
+ provider_name?: string | undefined;
1273
+ }[] | undefined;
1274
+ } | undefined;
1275
+ NZ?: {
1276
+ buy?: {
1277
+ display_priority?: number | undefined;
1278
+ logo_path?: string | undefined;
1279
+ provider_id?: number | undefined;
1280
+ provider_name?: string | undefined;
1281
+ }[] | undefined;
1282
+ flatrate?: {
1283
+ display_priority?: number | undefined;
1284
+ logo_path?: string | undefined;
1285
+ provider_id?: number | undefined;
1286
+ provider_name?: string | undefined;
1287
+ }[] | undefined;
1288
+ link?: string | undefined;
1289
+ } | undefined;
1290
+ OM?: {
1291
+ buy?: {
1292
+ display_priority?: number | undefined;
1293
+ logo_path?: string | undefined;
1294
+ provider_id?: number | undefined;
1295
+ provider_name?: string | undefined;
1296
+ }[] | undefined;
1297
+ flatrate?: {
1298
+ display_priority?: number | undefined;
1299
+ logo_path?: string | undefined;
1300
+ provider_id?: number | undefined;
1301
+ provider_name?: string | undefined;
1302
+ }[] | undefined;
1303
+ link?: string | undefined;
1304
+ rent?: {
1305
+ display_priority?: number | undefined;
1306
+ logo_path?: string | undefined;
1307
+ provider_id?: number | undefined;
1308
+ provider_name?: string | undefined;
1309
+ }[] | undefined;
1310
+ } | undefined;
1311
+ PA?: {
1312
+ flatrate?: {
1313
+ display_priority?: number | undefined;
1314
+ logo_path?: string | undefined;
1315
+ provider_id?: number | undefined;
1316
+ provider_name?: string | undefined;
1317
+ }[] | undefined;
1318
+ link?: string | undefined;
1319
+ } | undefined;
1320
+ PE?: {
1321
+ buy?: {
1322
+ display_priority?: number | undefined;
1323
+ logo_path?: string | undefined;
1324
+ provider_id?: number | undefined;
1325
+ provider_name?: string | undefined;
1326
+ }[] | undefined;
1327
+ flatrate?: {
1328
+ display_priority?: number | undefined;
1329
+ logo_path?: string | undefined;
1330
+ provider_id?: number | undefined;
1331
+ provider_name?: string | undefined;
1332
+ }[] | undefined;
1333
+ link?: string | undefined;
1334
+ rent?: {
1335
+ display_priority?: number | undefined;
1336
+ logo_path?: string | undefined;
1337
+ provider_id?: number | undefined;
1338
+ provider_name?: string | undefined;
1339
+ }[] | undefined;
1340
+ } | undefined;
1341
+ PH?: {
1342
+ flatrate?: {
1343
+ display_priority?: number | undefined;
1344
+ logo_path?: string | undefined;
1345
+ provider_id?: number | undefined;
1346
+ provider_name?: string | undefined;
1347
+ }[] | undefined;
1348
+ link?: string | undefined;
1349
+ } | undefined;
1350
+ PK?: {
1351
+ flatrate?: {
1352
+ display_priority?: number | undefined;
1353
+ logo_path?: string | undefined;
1354
+ provider_id?: number | undefined;
1355
+ provider_name?: string | undefined;
1356
+ }[] | undefined;
1357
+ link?: string | undefined;
1358
+ } | undefined;
1359
+ PL?: {
1360
+ buy?: {
1361
+ display_priority?: number | undefined;
1362
+ logo_path?: string | undefined;
1363
+ provider_id?: number | undefined;
1364
+ provider_name?: string | undefined;
1365
+ }[] | undefined;
1366
+ flatrate?: {
1367
+ display_priority?: number | undefined;
1368
+ logo_path?: string | undefined;
1369
+ provider_id?: number | undefined;
1370
+ provider_name?: string | undefined;
1371
+ }[] | undefined;
1372
+ link?: string | undefined;
1373
+ rent?: {
1374
+ display_priority?: number | undefined;
1375
+ logo_path?: string | undefined;
1376
+ provider_id?: number | undefined;
1377
+ provider_name?: string | undefined;
1378
+ }[] | undefined;
1379
+ } | undefined;
1380
+ PS?: {
1381
+ flatrate?: {
1382
+ display_priority?: number | undefined;
1383
+ logo_path?: string | undefined;
1384
+ provider_id?: number | undefined;
1385
+ provider_name?: string | undefined;
1386
+ }[] | undefined;
1387
+ link?: string | undefined;
1388
+ } | undefined;
1389
+ PT?: {
1390
+ buy?: {
1391
+ display_priority?: number | undefined;
1392
+ logo_path?: string | undefined;
1393
+ provider_id?: number | undefined;
1394
+ provider_name?: string | undefined;
1395
+ }[] | undefined;
1396
+ flatrate?: {
1397
+ display_priority?: number | undefined;
1398
+ logo_path?: string | undefined;
1399
+ provider_id?: number | undefined;
1400
+ provider_name?: string | undefined;
1401
+ }[] | undefined;
1402
+ link?: string | undefined;
1403
+ rent?: {
1404
+ display_priority?: number | undefined;
1405
+ logo_path?: string | undefined;
1406
+ provider_id?: number | undefined;
1407
+ provider_name?: string | undefined;
1408
+ }[] | undefined;
1409
+ } | undefined;
1410
+ PY?: {
1411
+ flatrate?: {
1412
+ display_priority?: number | undefined;
1413
+ logo_path?: string | undefined;
1414
+ provider_id?: number | undefined;
1415
+ provider_name?: string | undefined;
1416
+ }[] | undefined;
1417
+ link?: string | undefined;
1418
+ } | undefined;
1419
+ QA?: {
1420
+ buy?: {
1421
+ display_priority?: number | undefined;
1422
+ logo_path?: string | undefined;
1423
+ provider_id?: number | undefined;
1424
+ provider_name?: string | undefined;
1425
+ }[] | undefined;
1426
+ flatrate?: {
1427
+ display_priority?: number | undefined;
1428
+ logo_path?: string | undefined;
1429
+ provider_id?: number | undefined;
1430
+ provider_name?: string | undefined;
1431
+ }[] | undefined;
1432
+ link?: string | undefined;
1433
+ } | undefined;
1434
+ RO?: {
1435
+ flatrate?: {
1436
+ display_priority?: number | undefined;
1437
+ logo_path?: string | undefined;
1438
+ provider_id?: number | undefined;
1439
+ provider_name?: string | undefined;
1440
+ }[] | undefined;
1441
+ link?: string | undefined;
1442
+ } | undefined;
1443
+ RS?: {
1444
+ buy?: {
1445
+ display_priority?: number | undefined;
1446
+ logo_path?: string | undefined;
1447
+ provider_id?: number | undefined;
1448
+ provider_name?: string | undefined;
1449
+ }[] | undefined;
1450
+ flatrate?: {
1451
+ display_priority?: number | undefined;
1452
+ logo_path?: string | undefined;
1453
+ provider_id?: number | undefined;
1454
+ provider_name?: string | undefined;
1455
+ }[] | undefined;
1456
+ link?: string | undefined;
1457
+ } | undefined;
1458
+ RU?: {
1459
+ buy?: {
1460
+ display_priority?: number | undefined;
1461
+ logo_path?: string | undefined;
1462
+ provider_id?: number | undefined;
1463
+ provider_name?: string | undefined;
1464
+ }[] | undefined;
1465
+ flatrate?: {
1466
+ display_priority?: number | undefined;
1467
+ logo_path?: string | undefined;
1468
+ provider_id?: number | undefined;
1469
+ provider_name?: string | undefined;
1470
+ }[] | undefined;
1471
+ link?: string | undefined;
1472
+ rent?: {
1473
+ display_priority?: number | undefined;
1474
+ logo_path?: string | undefined;
1475
+ provider_id?: number | undefined;
1476
+ provider_name?: string | undefined;
1477
+ }[] | undefined;
1478
+ } | undefined;
1479
+ SA?: {
1480
+ buy?: {
1481
+ display_priority?: number | undefined;
1482
+ logo_path?: string | undefined;
1483
+ provider_id?: number | undefined;
1484
+ provider_name?: string | undefined;
1485
+ }[] | undefined;
1486
+ flatrate?: {
1487
+ display_priority?: number | undefined;
1488
+ logo_path?: string | undefined;
1489
+ provider_id?: number | undefined;
1490
+ provider_name?: string | undefined;
1491
+ }[] | undefined;
1492
+ link?: string | undefined;
1493
+ rent?: {
1494
+ display_priority?: number | undefined;
1495
+ logo_path?: string | undefined;
1496
+ provider_id?: number | undefined;
1497
+ provider_name?: string | undefined;
1498
+ }[] | undefined;
1499
+ } | undefined;
1500
+ SE?: {
1501
+ buy?: {
1502
+ display_priority?: number | undefined;
1503
+ logo_path?: string | undefined;
1504
+ provider_id?: number | undefined;
1505
+ provider_name?: string | undefined;
1506
+ }[] | undefined;
1507
+ flatrate?: {
1508
+ display_priority?: number | undefined;
1509
+ logo_path?: string | undefined;
1510
+ provider_id?: number | undefined;
1511
+ provider_name?: string | undefined;
1512
+ }[] | undefined;
1513
+ link?: string | undefined;
1514
+ rent?: {
1515
+ display_priority?: number | undefined;
1516
+ logo_path?: string | undefined;
1517
+ provider_id?: number | undefined;
1518
+ provider_name?: string | undefined;
1519
+ }[] | undefined;
1520
+ } | undefined;
1521
+ SG?: {
1522
+ flatrate?: {
1523
+ display_priority?: number | undefined;
1524
+ logo_path?: string | undefined;
1525
+ provider_id?: number | undefined;
1526
+ provider_name?: string | undefined;
1527
+ }[] | undefined;
1528
+ link?: string | undefined;
1529
+ } | undefined;
1530
+ SI?: {
1531
+ buy?: {
1532
+ display_priority?: number | undefined;
1533
+ logo_path?: string | undefined;
1534
+ provider_id?: number | undefined;
1535
+ provider_name?: string | undefined;
1536
+ }[] | undefined;
1537
+ flatrate?: {
1538
+ display_priority?: number | undefined;
1539
+ logo_path?: string | undefined;
1540
+ provider_id?: number | undefined;
1541
+ provider_name?: string | undefined;
1542
+ }[] | undefined;
1543
+ link?: string | undefined;
1544
+ } | undefined;
1545
+ SK?: {
1546
+ buy?: {
1547
+ display_priority?: number | undefined;
1548
+ logo_path?: string | undefined;
1549
+ provider_id?: number | undefined;
1550
+ provider_name?: string | undefined;
1551
+ }[] | undefined;
1552
+ flatrate?: {
1553
+ display_priority?: number | undefined;
1554
+ logo_path?: string | undefined;
1555
+ provider_id?: number | undefined;
1556
+ provider_name?: string | undefined;
1557
+ }[] | undefined;
1558
+ link?: string | undefined;
1559
+ rent?: {
1560
+ display_priority?: number | undefined;
1561
+ logo_path?: string | undefined;
1562
+ provider_id?: number | undefined;
1563
+ provider_name?: string | undefined;
1564
+ }[] | undefined;
1565
+ } | undefined;
1566
+ SM?: {
1567
+ flatrate?: {
1568
+ display_priority?: number | undefined;
1569
+ logo_path?: string | undefined;
1570
+ provider_id?: number | undefined;
1571
+ provider_name?: string | undefined;
1572
+ }[] | undefined;
1573
+ link?: string | undefined;
1574
+ } | undefined;
1575
+ SV?: {
1576
+ flatrate?: {
1577
+ display_priority?: number | undefined;
1578
+ logo_path?: string | undefined;
1579
+ provider_id?: number | undefined;
1580
+ provider_name?: string | undefined;
1581
+ }[] | undefined;
1582
+ link?: string | undefined;
1583
+ } | undefined;
1584
+ TH?: {
1585
+ flatrate?: {
1586
+ display_priority?: number | undefined;
1587
+ logo_path?: string | undefined;
1588
+ provider_id?: number | undefined;
1589
+ provider_name?: string | undefined;
1590
+ }[] | undefined;
1591
+ link?: string | undefined;
1592
+ } | undefined;
1593
+ TR?: {
1594
+ buy?: {
1595
+ display_priority?: number | undefined;
1596
+ logo_path?: string | undefined;
1597
+ provider_id?: number | undefined;
1598
+ provider_name?: string | undefined;
1599
+ }[] | undefined;
1600
+ flatrate?: {
1601
+ display_priority?: number | undefined;
1602
+ logo_path?: string | undefined;
1603
+ provider_id?: number | undefined;
1604
+ provider_name?: string | undefined;
1605
+ }[] | undefined;
1606
+ link?: string | undefined;
1607
+ rent?: {
1608
+ display_priority?: number | undefined;
1609
+ logo_path?: string | undefined;
1610
+ provider_id?: number | undefined;
1611
+ provider_name?: string | undefined;
1612
+ }[] | undefined;
1613
+ } | undefined;
1614
+ TT?: {
1615
+ flatrate?: {
1616
+ display_priority?: number | undefined;
1617
+ logo_path?: string | undefined;
1618
+ provider_id?: number | undefined;
1619
+ provider_name?: string | undefined;
1620
+ }[] | undefined;
1621
+ link?: string | undefined;
1622
+ } | undefined;
1623
+ TW?: {
1624
+ flatrate?: {
1625
+ display_priority?: number | undefined;
1626
+ logo_path?: string | undefined;
1627
+ provider_id?: number | undefined;
1628
+ provider_name?: string | undefined;
1629
+ }[] | undefined;
1630
+ link?: string | undefined;
1631
+ } | undefined;
1632
+ UG?: {
1633
+ buy?: {
1634
+ display_priority?: number | undefined;
1635
+ logo_path?: string | undefined;
1636
+ provider_id?: number | undefined;
1637
+ provider_name?: string | undefined;
1638
+ }[] | undefined;
1639
+ link?: string | undefined;
1640
+ rent?: {
1641
+ display_priority?: number | undefined;
1642
+ logo_path?: string | undefined;
1643
+ provider_id?: number | undefined;
1644
+ provider_name?: string | undefined;
1645
+ }[] | undefined;
1646
+ } | undefined;
1647
+ US?: {
1648
+ buy?: {
1649
+ display_priority?: number | undefined;
1650
+ logo_path?: string | undefined;
1651
+ provider_id?: number | undefined;
1652
+ provider_name?: string | undefined;
1653
+ }[] | undefined;
1654
+ flatrate?: {
1655
+ display_priority?: number | undefined;
1656
+ logo_path?: string | undefined;
1657
+ provider_id?: number | undefined;
1658
+ provider_name?: string | undefined;
1659
+ }[] | undefined;
1660
+ link?: string | undefined;
1661
+ rent?: {
1662
+ display_priority?: number | undefined;
1663
+ logo_path?: string | undefined;
1664
+ provider_id?: number | undefined;
1665
+ provider_name?: string | undefined;
1666
+ }[] | undefined;
1667
+ } | undefined;
1668
+ UY?: {
1669
+ flatrate?: {
1670
+ display_priority?: number | undefined;
1671
+ logo_path?: string | undefined;
1672
+ provider_id?: number | undefined;
1673
+ provider_name?: string | undefined;
1674
+ }[] | undefined;
1675
+ link?: string | undefined;
1676
+ } | undefined;
1677
+ VE?: {
1678
+ buy?: {
1679
+ display_priority?: number | undefined;
1680
+ logo_path?: string | undefined;
1681
+ provider_id?: number | undefined;
1682
+ provider_name?: string | undefined;
1683
+ }[] | undefined;
1684
+ flatrate?: {
1685
+ display_priority?: number | undefined;
1686
+ logo_path?: string | undefined;
1687
+ provider_id?: number | undefined;
1688
+ provider_name?: string | undefined;
1689
+ }[] | undefined;
1690
+ link?: string | undefined;
1691
+ rent?: {
1692
+ display_priority?: number | undefined;
1693
+ logo_path?: string | undefined;
1694
+ provider_id?: number | undefined;
1695
+ provider_name?: string | undefined;
1696
+ }[] | undefined;
1697
+ } | undefined;
1698
+ YE?: {
1699
+ flatrate?: {
1700
+ display_priority?: number | undefined;
1701
+ logo_path?: string | undefined;
1702
+ provider_id?: number | undefined;
1703
+ provider_name?: string | undefined;
1704
+ }[] | undefined;
1705
+ link?: string | undefined;
1706
+ } | undefined;
1707
+ ZA?: {
1708
+ buy?: {
1709
+ display_priority?: number | undefined;
1710
+ logo_path?: string | undefined;
1711
+ provider_id?: number | undefined;
1712
+ provider_name?: string | undefined;
1713
+ }[] | undefined;
1714
+ flatrate?: {
1715
+ display_priority?: number | undefined;
1716
+ logo_path?: string | undefined;
1717
+ provider_id?: number | undefined;
1718
+ provider_name?: string | undefined;
1719
+ }[] | undefined;
1720
+ link?: string | undefined;
1721
+ rent?: {
1722
+ display_priority?: number | undefined;
1723
+ logo_path?: string | undefined;
1724
+ provider_id?: number | undefined;
1725
+ provider_name?: string | undefined;
1726
+ }[] | undefined;
1727
+ } | undefined;
1728
+ } | undefined;
1729
+ } | undefined;
1730
+ } & {
1731
+ __headers?: Headers | undefined;
1732
+ }) | undefined, _args: undefined, ctx: import("../types.cts").Context, info: import("graphql").GraphQLResolveInfo) => Promise<{
1733
+ AE?: {
1734
+ buy?: {
1735
+ display_priority?: number | undefined;
1736
+ logo_path?: string | undefined;
1737
+ provider_id?: number | undefined;
1738
+ provider_name?: string | undefined;
1739
+ }[] | undefined;
1740
+ flatrate?: {
1741
+ display_priority?: number | undefined;
1742
+ logo_path?: string | undefined;
1743
+ provider_id?: number | undefined;
1744
+ provider_name?: string | undefined;
1745
+ }[] | undefined;
1746
+ link?: string | undefined;
1747
+ rent?: {
1748
+ display_priority?: number | undefined;
1749
+ logo_path?: string | undefined;
1750
+ provider_id?: number | undefined;
1751
+ provider_name?: string | undefined;
1752
+ }[] | undefined;
1753
+ } | undefined;
1754
+ AL?: {
1755
+ buy?: {
1756
+ display_priority?: number | undefined;
1757
+ logo_path?: string | undefined;
1758
+ provider_id?: number | undefined;
1759
+ provider_name?: string | undefined;
1760
+ }[] | undefined;
1761
+ link?: string | undefined;
1762
+ } | undefined;
1763
+ AR?: {
1764
+ buy?: {
1765
+ display_priority?: number | undefined;
1766
+ logo_path?: string | undefined;
1767
+ provider_id?: number | undefined;
1768
+ provider_name?: string | undefined;
1769
+ }[] | undefined;
1770
+ flatrate?: {
1771
+ display_priority?: number | undefined;
1772
+ logo_path?: string | undefined;
1773
+ provider_id?: number | undefined;
1774
+ provider_name?: string | undefined;
1775
+ }[] | undefined;
1776
+ link?: string | undefined;
1777
+ rent?: {
1778
+ display_priority?: number | undefined;
1779
+ logo_path?: string | undefined;
1780
+ provider_id?: number | undefined;
1781
+ provider_name?: string | undefined;
1782
+ }[] | undefined;
1783
+ } | undefined;
1784
+ AT?: {
1785
+ buy?: {
1786
+ display_priority?: number | undefined;
1787
+ logo_path?: string | undefined;
1788
+ provider_id?: number | undefined;
1789
+ provider_name?: string | undefined;
1790
+ }[] | undefined;
1791
+ flatrate?: {
1792
+ display_priority?: number | undefined;
1793
+ logo_path?: string | undefined;
1794
+ provider_id?: number | undefined;
1795
+ provider_name?: string | undefined;
1796
+ }[] | undefined;
1797
+ link?: string | undefined;
1798
+ rent?: {
1799
+ display_priority?: number | undefined;
1800
+ logo_path?: string | undefined;
1801
+ provider_id?: number | undefined;
1802
+ provider_name?: string | undefined;
1803
+ }[] | undefined;
1804
+ } | undefined;
1805
+ AU?: {
1806
+ buy?: {
1807
+ display_priority?: number | undefined;
1808
+ logo_path?: string | undefined;
1809
+ provider_id?: number | undefined;
1810
+ provider_name?: string | undefined;
1811
+ }[] | undefined;
1812
+ flatrate?: {
1813
+ display_priority?: number | undefined;
1814
+ logo_path?: string | undefined;
1815
+ provider_id?: number | undefined;
1816
+ provider_name?: string | undefined;
1817
+ }[] | undefined;
1818
+ link?: string | undefined;
1819
+ } | undefined;
1820
+ BA?: {
1821
+ buy?: {
1822
+ display_priority?: number | undefined;
1823
+ logo_path?: string | undefined;
1824
+ provider_id?: number | undefined;
1825
+ provider_name?: string | undefined;
1826
+ }[] | undefined;
1827
+ flatrate?: {
1828
+ display_priority?: number | undefined;
1829
+ logo_path?: string | undefined;
1830
+ provider_id?: number | undefined;
1831
+ provider_name?: string | undefined;
1832
+ }[] | undefined;
1833
+ link?: string | undefined;
1834
+ } | undefined;
1835
+ BB?: {
1836
+ flatrate?: {
1837
+ display_priority?: number | undefined;
1838
+ logo_path?: string | undefined;
1839
+ provider_id?: number | undefined;
1840
+ provider_name?: string | undefined;
1841
+ }[] | undefined;
1842
+ link?: string | undefined;
1843
+ } | undefined;
1844
+ BE?: {
1845
+ buy?: {
1846
+ display_priority?: number | undefined;
1847
+ logo_path?: string | undefined;
1848
+ provider_id?: number | undefined;
1849
+ provider_name?: string | undefined;
1850
+ }[] | undefined;
1851
+ flatrate?: {
1852
+ display_priority?: number | undefined;
1853
+ logo_path?: string | undefined;
1854
+ provider_id?: number | undefined;
1855
+ provider_name?: string | undefined;
1856
+ }[] | undefined;
1857
+ link?: string | undefined;
1858
+ rent?: {
1859
+ display_priority?: number | undefined;
1860
+ logo_path?: string | undefined;
1861
+ provider_id?: number | undefined;
1862
+ provider_name?: string | undefined;
1863
+ }[] | undefined;
1864
+ } | undefined;
1865
+ BG?: {
1866
+ buy?: {
1867
+ display_priority?: number | undefined;
1868
+ logo_path?: string | undefined;
1869
+ provider_id?: number | undefined;
1870
+ provider_name?: string | undefined;
1871
+ }[] | undefined;
1872
+ flatrate?: {
1873
+ display_priority?: number | undefined;
1874
+ logo_path?: string | undefined;
1875
+ provider_id?: number | undefined;
1876
+ provider_name?: string | undefined;
1877
+ }[] | undefined;
1878
+ link?: string | undefined;
1879
+ rent?: {
1880
+ display_priority?: number | undefined;
1881
+ logo_path?: string | undefined;
1882
+ provider_id?: number | undefined;
1883
+ provider_name?: string | undefined;
1884
+ }[] | undefined;
1885
+ } | undefined;
1886
+ BH?: {
1887
+ buy?: {
1888
+ display_priority?: number | undefined;
1889
+ logo_path?: string | undefined;
1890
+ provider_id?: number | undefined;
1891
+ provider_name?: string | undefined;
1892
+ }[] | undefined;
1893
+ link?: string | undefined;
1894
+ } | undefined;
1895
+ BO?: {
1896
+ flatrate?: {
1897
+ display_priority?: number | undefined;
1898
+ logo_path?: string | undefined;
1899
+ provider_id?: number | undefined;
1900
+ provider_name?: string | undefined;
1901
+ }[] | undefined;
1902
+ link?: string | undefined;
1903
+ } | undefined;
1904
+ BR?: {
1905
+ flatrate?: {
1906
+ display_priority?: number | undefined;
1907
+ logo_path?: string | undefined;
1908
+ provider_id?: number | undefined;
1909
+ provider_name?: string | undefined;
1910
+ }[] | undefined;
1911
+ link?: string | undefined;
1912
+ } | undefined;
1913
+ BS?: {
1914
+ flatrate?: {
1915
+ display_priority?: number | undefined;
1916
+ logo_path?: string | undefined;
1917
+ provider_id?: number | undefined;
1918
+ provider_name?: string | undefined;
1919
+ }[] | undefined;
1920
+ link?: string | undefined;
1921
+ } | undefined;
1922
+ CA?: {
1923
+ buy?: {
1924
+ display_priority?: number | undefined;
1925
+ logo_path?: string | undefined;
1926
+ provider_id?: number | undefined;
1927
+ provider_name?: string | undefined;
1928
+ }[] | undefined;
1929
+ flatrate?: {
1930
+ display_priority?: number | undefined;
1931
+ logo_path?: string | undefined;
1932
+ provider_id?: number | undefined;
1933
+ provider_name?: string | undefined;
1934
+ }[] | undefined;
1935
+ link?: string | undefined;
1936
+ rent?: {
1937
+ display_priority?: number | undefined;
1938
+ logo_path?: string | undefined;
1939
+ provider_id?: number | undefined;
1940
+ provider_name?: string | undefined;
1941
+ }[] | undefined;
1942
+ } | undefined;
1943
+ CH?: {
1944
+ buy?: {
1945
+ display_priority?: number | undefined;
1946
+ logo_path?: string | undefined;
1947
+ provider_id?: number | undefined;
1948
+ provider_name?: string | undefined;
1949
+ }[] | undefined;
1950
+ flatrate?: {
1951
+ display_priority?: number | undefined;
1952
+ logo_path?: string | undefined;
1953
+ provider_id?: number | undefined;
1954
+ provider_name?: string | undefined;
1955
+ }[] | undefined;
1956
+ link?: string | undefined;
1957
+ rent?: {
1958
+ display_priority?: number | undefined;
1959
+ logo_path?: string | undefined;
1960
+ provider_id?: number | undefined;
1961
+ provider_name?: string | undefined;
1962
+ }[] | undefined;
1963
+ } | undefined;
1964
+ CL?: {
1965
+ buy?: {
1966
+ display_priority?: number | undefined;
1967
+ logo_path?: string | undefined;
1968
+ provider_id?: number | undefined;
1969
+ provider_name?: string | undefined;
1970
+ }[] | undefined;
1971
+ flatrate?: {
1972
+ display_priority?: number | undefined;
1973
+ logo_path?: string | undefined;
1974
+ provider_id?: number | undefined;
1975
+ provider_name?: string | undefined;
1976
+ }[] | undefined;
1977
+ link?: string | undefined;
1978
+ rent?: {
1979
+ display_priority?: number | undefined;
1980
+ logo_path?: string | undefined;
1981
+ provider_id?: number | undefined;
1982
+ provider_name?: string | undefined;
1983
+ }[] | undefined;
1984
+ } | undefined;
1985
+ CO?: {
1986
+ buy?: {
1987
+ display_priority?: number | undefined;
1988
+ logo_path?: string | undefined;
1989
+ provider_id?: number | undefined;
1990
+ provider_name?: string | undefined;
1991
+ }[] | undefined;
1992
+ flatrate?: {
1993
+ display_priority?: number | undefined;
1994
+ logo_path?: string | undefined;
1995
+ provider_id?: number | undefined;
1996
+ provider_name?: string | undefined;
1997
+ }[] | undefined;
1998
+ link?: string | undefined;
1999
+ rent?: {
2000
+ display_priority?: number | undefined;
2001
+ logo_path?: string | undefined;
2002
+ provider_id?: number | undefined;
2003
+ provider_name?: string | undefined;
2004
+ }[] | undefined;
2005
+ } | undefined;
2006
+ CR?: {
2007
+ flatrate?: {
2008
+ display_priority?: number | undefined;
2009
+ logo_path?: string | undefined;
2010
+ provider_id?: number | undefined;
2011
+ provider_name?: string | undefined;
2012
+ }[] | undefined;
2013
+ link?: string | undefined;
2014
+ } | undefined;
2015
+ CV?: {
2016
+ buy?: {
2017
+ display_priority?: number | undefined;
2018
+ logo_path?: string | undefined;
2019
+ provider_id?: number | undefined;
2020
+ provider_name?: string | undefined;
2021
+ }[] | undefined;
2022
+ link?: string | undefined;
2023
+ rent?: {
2024
+ display_priority?: number | undefined;
2025
+ logo_path?: string | undefined;
2026
+ provider_id?: number | undefined;
2027
+ provider_name?: string | undefined;
2028
+ }[] | undefined;
2029
+ } | undefined;
2030
+ CZ?: {
2031
+ buy?: {
2032
+ display_priority?: number | undefined;
2033
+ logo_path?: string | undefined;
2034
+ provider_id?: number | undefined;
2035
+ provider_name?: string | undefined;
2036
+ }[] | undefined;
2037
+ flatrate?: {
2038
+ display_priority?: number | undefined;
2039
+ logo_path?: string | undefined;
2040
+ provider_id?: number | undefined;
2041
+ provider_name?: string | undefined;
2042
+ }[] | undefined;
2043
+ link?: string | undefined;
2044
+ rent?: {
2045
+ display_priority?: number | undefined;
2046
+ logo_path?: string | undefined;
2047
+ provider_id?: number | undefined;
2048
+ provider_name?: string | undefined;
2049
+ }[] | undefined;
2050
+ } | undefined;
2051
+ DE?: {
2052
+ buy?: {
2053
+ display_priority?: number | undefined;
2054
+ logo_path?: string | undefined;
2055
+ provider_id?: number | undefined;
2056
+ provider_name?: string | undefined;
2057
+ }[] | undefined;
2058
+ flatrate?: {
2059
+ display_priority?: number | undefined;
2060
+ logo_path?: string | undefined;
2061
+ provider_id?: number | undefined;
2062
+ provider_name?: string | undefined;
2063
+ }[] | undefined;
2064
+ link?: string | undefined;
2065
+ rent?: {
2066
+ display_priority?: number | undefined;
2067
+ logo_path?: string | undefined;
2068
+ provider_id?: number | undefined;
2069
+ provider_name?: string | undefined;
2070
+ }[] | undefined;
2071
+ } | undefined;
2072
+ DK?: {
2073
+ buy?: {
2074
+ display_priority?: number | undefined;
2075
+ logo_path?: string | undefined;
2076
+ provider_id?: number | undefined;
2077
+ provider_name?: string | undefined;
2078
+ }[] | undefined;
2079
+ flatrate?: {
2080
+ display_priority?: number | undefined;
2081
+ logo_path?: string | undefined;
2082
+ provider_id?: number | undefined;
2083
+ provider_name?: string | undefined;
2084
+ }[] | undefined;
2085
+ link?: string | undefined;
2086
+ rent?: {
2087
+ display_priority?: number | undefined;
2088
+ logo_path?: string | undefined;
2089
+ provider_id?: number | undefined;
2090
+ provider_name?: string | undefined;
2091
+ }[] | undefined;
2092
+ } | undefined;
2093
+ DO?: {
2094
+ flatrate?: {
2095
+ display_priority?: number | undefined;
2096
+ logo_path?: string | undefined;
2097
+ provider_id?: number | undefined;
2098
+ provider_name?: string | undefined;
2099
+ }[] | undefined;
2100
+ link?: string | undefined;
2101
+ } | undefined;
2102
+ EC?: {
2103
+ buy?: {
2104
+ display_priority?: number | undefined;
2105
+ logo_path?: string | undefined;
2106
+ provider_id?: number | undefined;
2107
+ provider_name?: string | undefined;
2108
+ }[] | undefined;
2109
+ flatrate?: {
2110
+ display_priority?: number | undefined;
2111
+ logo_path?: string | undefined;
2112
+ provider_id?: number | undefined;
2113
+ provider_name?: string | undefined;
2114
+ }[] | undefined;
2115
+ link?: string | undefined;
2116
+ rent?: {
2117
+ display_priority?: number | undefined;
2118
+ logo_path?: string | undefined;
2119
+ provider_id?: number | undefined;
2120
+ provider_name?: string | undefined;
2121
+ }[] | undefined;
2122
+ } | undefined;
2123
+ EE?: {
2124
+ buy?: {
2125
+ display_priority?: number | undefined;
2126
+ logo_path?: string | undefined;
2127
+ provider_id?: number | undefined;
2128
+ provider_name?: string | undefined;
2129
+ }[] | undefined;
2130
+ flatrate?: {
2131
+ display_priority?: number | undefined;
2132
+ logo_path?: string | undefined;
2133
+ provider_id?: number | undefined;
2134
+ provider_name?: string | undefined;
2135
+ }[] | undefined;
2136
+ link?: string | undefined;
2137
+ rent?: {
2138
+ display_priority?: number | undefined;
2139
+ logo_path?: string | undefined;
2140
+ provider_id?: number | undefined;
2141
+ provider_name?: string | undefined;
2142
+ }[] | undefined;
2143
+ } | undefined;
2144
+ EG?: {
2145
+ buy?: {
2146
+ display_priority?: number | undefined;
2147
+ logo_path?: string | undefined;
2148
+ provider_id?: number | undefined;
2149
+ provider_name?: string | undefined;
2150
+ }[] | undefined;
2151
+ link?: string | undefined;
2152
+ rent?: {
2153
+ display_priority?: number | undefined;
2154
+ logo_path?: string | undefined;
2155
+ provider_id?: number | undefined;
2156
+ provider_name?: string | undefined;
2157
+ }[] | undefined;
2158
+ } | undefined;
2159
+ ES?: {
2160
+ ads?: {
2161
+ display_priority?: number | undefined;
2162
+ logo_path?: string | undefined;
2163
+ provider_id?: number | undefined;
2164
+ provider_name?: string | undefined;
2165
+ }[] | undefined;
2166
+ buy?: {
2167
+ display_priority?: number | undefined;
2168
+ logo_path?: string | undefined;
2169
+ provider_id?: number | undefined;
2170
+ provider_name?: string | undefined;
2171
+ }[] | undefined;
2172
+ flatrate?: {
2173
+ display_priority?: number | undefined;
2174
+ logo_path?: string | undefined;
2175
+ provider_id?: number | undefined;
2176
+ provider_name?: string | undefined;
2177
+ }[] | undefined;
2178
+ link?: string | undefined;
2179
+ rent?: {
2180
+ display_priority?: number | undefined;
2181
+ logo_path?: string | undefined;
2182
+ provider_id?: number | undefined;
2183
+ provider_name?: string | undefined;
2184
+ }[] | undefined;
2185
+ } | undefined;
2186
+ FI?: {
2187
+ buy?: {
2188
+ display_priority?: number | undefined;
2189
+ logo_path?: string | undefined;
2190
+ provider_id?: number | undefined;
2191
+ provider_name?: string | undefined;
2192
+ }[] | undefined;
2193
+ flatrate?: {
2194
+ display_priority?: number | undefined;
2195
+ logo_path?: string | undefined;
2196
+ provider_id?: number | undefined;
2197
+ provider_name?: string | undefined;
2198
+ }[] | undefined;
2199
+ link?: string | undefined;
2200
+ rent?: {
2201
+ display_priority?: number | undefined;
2202
+ logo_path?: string | undefined;
2203
+ provider_id?: number | undefined;
2204
+ provider_name?: string | undefined;
2205
+ }[] | undefined;
2206
+ } | undefined;
2207
+ FJ?: {
2208
+ buy?: {
2209
+ display_priority?: number | undefined;
2210
+ logo_path?: string | undefined;
2211
+ provider_id?: number | undefined;
2212
+ provider_name?: string | undefined;
2213
+ }[] | undefined;
2214
+ link?: string | undefined;
2215
+ } | undefined;
2216
+ FR?: {
2217
+ buy?: {
2218
+ display_priority?: number | undefined;
2219
+ logo_path?: string | undefined;
2220
+ provider_id?: number | undefined;
2221
+ provider_name?: string | undefined;
2222
+ }[] | undefined;
2223
+ flatrate?: {
2224
+ display_priority?: number | undefined;
2225
+ logo_path?: string | undefined;
2226
+ provider_id?: number | undefined;
2227
+ provider_name?: string | undefined;
2228
+ }[] | undefined;
2229
+ link?: string | undefined;
2230
+ rent?: {
2231
+ display_priority?: number | undefined;
2232
+ logo_path?: string | undefined;
2233
+ provider_id?: number | undefined;
2234
+ provider_name?: string | undefined;
2235
+ }[] | undefined;
2236
+ } | undefined;
2237
+ GB?: {
2238
+ buy?: {
2239
+ display_priority?: number | undefined;
2240
+ logo_path?: string | undefined;
2241
+ provider_id?: number | undefined;
2242
+ provider_name?: string | undefined;
2243
+ }[] | undefined;
2244
+ flatrate?: {
2245
+ display_priority?: number | undefined;
2246
+ logo_path?: string | undefined;
2247
+ provider_id?: number | undefined;
2248
+ provider_name?: string | undefined;
2249
+ }[] | undefined;
2250
+ link?: string | undefined;
2251
+ rent?: {
2252
+ display_priority?: number | undefined;
2253
+ logo_path?: string | undefined;
2254
+ provider_id?: number | undefined;
2255
+ provider_name?: string | undefined;
2256
+ }[] | undefined;
2257
+ } | undefined;
2258
+ GF?: {
2259
+ flatrate?: {
2260
+ display_priority?: number | undefined;
2261
+ logo_path?: string | undefined;
2262
+ provider_id?: number | undefined;
2263
+ provider_name?: string | undefined;
2264
+ }[] | undefined;
2265
+ link?: string | undefined;
2266
+ } | undefined;
2267
+ GI?: {
2268
+ flatrate?: {
2269
+ display_priority?: number | undefined;
2270
+ logo_path?: string | undefined;
2271
+ provider_id?: number | undefined;
2272
+ provider_name?: string | undefined;
2273
+ }[] | undefined;
2274
+ link?: string | undefined;
2275
+ } | undefined;
2276
+ GR?: {
2277
+ buy?: {
2278
+ display_priority?: number | undefined;
2279
+ logo_path?: string | undefined;
2280
+ provider_id?: number | undefined;
2281
+ provider_name?: string | undefined;
2282
+ }[] | undefined;
2283
+ flatrate?: {
2284
+ display_priority?: number | undefined;
2285
+ logo_path?: string | undefined;
2286
+ provider_id?: number | undefined;
2287
+ provider_name?: string | undefined;
2288
+ }[] | undefined;
2289
+ link?: string | undefined;
2290
+ rent?: {
2291
+ display_priority?: number | undefined;
2292
+ logo_path?: string | undefined;
2293
+ provider_id?: number | undefined;
2294
+ provider_name?: string | undefined;
2295
+ }[] | undefined;
2296
+ } | undefined;
2297
+ GT?: {
2298
+ flatrate?: {
2299
+ display_priority?: number | undefined;
2300
+ logo_path?: string | undefined;
2301
+ provider_id?: number | undefined;
2302
+ provider_name?: string | undefined;
2303
+ }[] | undefined;
2304
+ link?: string | undefined;
2305
+ } | undefined;
2306
+ HK?: {
2307
+ flatrate?: {
2308
+ display_priority?: number | undefined;
2309
+ logo_path?: string | undefined;
2310
+ provider_id?: number | undefined;
2311
+ provider_name?: string | undefined;
2312
+ }[] | undefined;
2313
+ link?: string | undefined;
2314
+ } | undefined;
2315
+ HN?: {
2316
+ flatrate?: {
2317
+ display_priority?: number | undefined;
2318
+ logo_path?: string | undefined;
2319
+ provider_id?: number | undefined;
2320
+ provider_name?: string | undefined;
2321
+ }[] | undefined;
2322
+ link?: string | undefined;
2323
+ } | undefined;
2324
+ HR?: {
2325
+ ads?: {
2326
+ display_priority?: number | undefined;
2327
+ logo_path?: string | undefined;
2328
+ provider_id?: number | undefined;
2329
+ provider_name?: string | undefined;
2330
+ }[] | undefined;
2331
+ buy?: {
2332
+ display_priority?: number | undefined;
2333
+ logo_path?: string | undefined;
2334
+ provider_id?: number | undefined;
2335
+ provider_name?: string | undefined;
2336
+ }[] | undefined;
2337
+ flatrate?: {
2338
+ display_priority?: number | undefined;
2339
+ logo_path?: string | undefined;
2340
+ provider_id?: number | undefined;
2341
+ provider_name?: string | undefined;
2342
+ }[] | undefined;
2343
+ link?: string | undefined;
2344
+ } | undefined;
2345
+ HU?: {
2346
+ buy?: {
2347
+ display_priority?: number | undefined;
2348
+ logo_path?: string | undefined;
2349
+ provider_id?: number | undefined;
2350
+ provider_name?: string | undefined;
2351
+ }[] | undefined;
2352
+ flatrate?: {
2353
+ display_priority?: number | undefined;
2354
+ logo_path?: string | undefined;
2355
+ provider_id?: number | undefined;
2356
+ provider_name?: string | undefined;
2357
+ }[] | undefined;
2358
+ link?: string | undefined;
2359
+ rent?: {
2360
+ display_priority?: number | undefined;
2361
+ logo_path?: string | undefined;
2362
+ provider_id?: number | undefined;
2363
+ provider_name?: string | undefined;
2364
+ }[] | undefined;
2365
+ } | undefined;
2366
+ ID?: {
2367
+ flatrate?: {
2368
+ display_priority?: number | undefined;
2369
+ logo_path?: string | undefined;
2370
+ provider_id?: number | undefined;
2371
+ provider_name?: string | undefined;
2372
+ }[] | undefined;
2373
+ link?: string | undefined;
2374
+ } | undefined;
2375
+ IE?: {
2376
+ buy?: {
2377
+ display_priority?: number | undefined;
2378
+ logo_path?: string | undefined;
2379
+ provider_id?: number | undefined;
2380
+ provider_name?: string | undefined;
2381
+ }[] | undefined;
2382
+ flatrate?: {
2383
+ display_priority?: number | undefined;
2384
+ logo_path?: string | undefined;
2385
+ provider_id?: number | undefined;
2386
+ provider_name?: string | undefined;
2387
+ }[] | undefined;
2388
+ link?: string | undefined;
2389
+ rent?: {
2390
+ display_priority?: number | undefined;
2391
+ logo_path?: string | undefined;
2392
+ provider_id?: number | undefined;
2393
+ provider_name?: string | undefined;
2394
+ }[] | undefined;
2395
+ } | undefined;
2396
+ IL?: {
2397
+ buy?: {
2398
+ display_priority?: number | undefined;
2399
+ logo_path?: string | undefined;
2400
+ provider_id?: number | undefined;
2401
+ provider_name?: string | undefined;
2402
+ }[] | undefined;
2403
+ flatrate?: {
2404
+ display_priority?: number | undefined;
2405
+ logo_path?: string | undefined;
2406
+ provider_id?: number | undefined;
2407
+ provider_name?: string | undefined;
2408
+ }[] | undefined;
2409
+ link?: string | undefined;
2410
+ } | undefined;
2411
+ IN?: {
2412
+ buy?: {
2413
+ display_priority?: number | undefined;
2414
+ logo_path?: string | undefined;
2415
+ provider_id?: number | undefined;
2416
+ provider_name?: string | undefined;
2417
+ }[] | undefined;
2418
+ flatrate?: {
2419
+ display_priority?: number | undefined;
2420
+ logo_path?: string | undefined;
2421
+ provider_id?: number | undefined;
2422
+ provider_name?: string | undefined;
2423
+ }[] | undefined;
2424
+ link?: string | undefined;
2425
+ rent?: {
2426
+ display_priority?: number | undefined;
2427
+ logo_path?: string | undefined;
2428
+ provider_id?: number | undefined;
2429
+ provider_name?: string | undefined;
2430
+ }[] | undefined;
2431
+ } | undefined;
2432
+ IQ?: {
2433
+ flatrate?: {
2434
+ display_priority?: number | undefined;
2435
+ logo_path?: string | undefined;
2436
+ provider_id?: number | undefined;
2437
+ provider_name?: string | undefined;
2438
+ }[] | undefined;
2439
+ link?: string | undefined;
2440
+ } | undefined;
2441
+ IS?: {
2442
+ buy?: {
2443
+ display_priority?: number | undefined;
2444
+ logo_path?: string | undefined;
2445
+ provider_id?: number | undefined;
2446
+ provider_name?: string | undefined;
2447
+ }[] | undefined;
2448
+ flatrate?: {
2449
+ display_priority?: number | undefined;
2450
+ logo_path?: string | undefined;
2451
+ provider_id?: number | undefined;
2452
+ provider_name?: string | undefined;
2453
+ }[] | undefined;
2454
+ link?: string | undefined;
2455
+ } | undefined;
2456
+ IT?: {
2457
+ buy?: {
2458
+ display_priority?: number | undefined;
2459
+ logo_path?: string | undefined;
2460
+ provider_id?: number | undefined;
2461
+ provider_name?: string | undefined;
2462
+ }[] | undefined;
2463
+ flatrate?: {
2464
+ display_priority?: number | undefined;
2465
+ logo_path?: string | undefined;
2466
+ provider_id?: number | undefined;
2467
+ provider_name?: string | undefined;
2468
+ }[] | undefined;
2469
+ link?: string | undefined;
2470
+ rent?: {
2471
+ display_priority?: number | undefined;
2472
+ logo_path?: string | undefined;
2473
+ provider_id?: number | undefined;
2474
+ provider_name?: string | undefined;
2475
+ }[] | undefined;
2476
+ } | undefined;
2477
+ JM?: {
2478
+ flatrate?: {
2479
+ display_priority?: number | undefined;
2480
+ logo_path?: string | undefined;
2481
+ provider_id?: number | undefined;
2482
+ provider_name?: string | undefined;
2483
+ }[] | undefined;
2484
+ link?: string | undefined;
2485
+ } | undefined;
2486
+ JO?: {
2487
+ buy?: {
2488
+ display_priority?: number | undefined;
2489
+ logo_path?: string | undefined;
2490
+ provider_id?: number | undefined;
2491
+ provider_name?: string | undefined;
2492
+ }[] | undefined;
2493
+ flatrate?: {
2494
+ display_priority?: number | undefined;
2495
+ logo_path?: string | undefined;
2496
+ provider_id?: number | undefined;
2497
+ provider_name?: string | undefined;
2498
+ }[] | undefined;
2499
+ link?: string | undefined;
2500
+ } | undefined;
2501
+ JP?: {
2502
+ buy?: {
2503
+ display_priority?: number | undefined;
2504
+ logo_path?: string | undefined;
2505
+ provider_id?: number | undefined;
2506
+ provider_name?: string | undefined;
2507
+ }[] | undefined;
2508
+ flatrate?: {
2509
+ display_priority?: number | undefined;
2510
+ logo_path?: string | undefined;
2511
+ provider_id?: number | undefined;
2512
+ provider_name?: string | undefined;
2513
+ }[] | undefined;
2514
+ link?: string | undefined;
2515
+ rent?: {
2516
+ display_priority?: number | undefined;
2517
+ logo_path?: string | undefined;
2518
+ provider_id?: number | undefined;
2519
+ provider_name?: string | undefined;
2520
+ }[] | undefined;
2521
+ } | undefined;
2522
+ KR?: {
2523
+ buy?: {
2524
+ display_priority?: number | undefined;
2525
+ logo_path?: string | undefined;
2526
+ provider_id?: number | undefined;
2527
+ provider_name?: string | undefined;
2528
+ }[] | undefined;
2529
+ flatrate?: {
2530
+ display_priority?: number | undefined;
2531
+ logo_path?: string | undefined;
2532
+ provider_id?: number | undefined;
2533
+ provider_name?: string | undefined;
2534
+ }[] | undefined;
2535
+ link?: string | undefined;
2536
+ } | undefined;
2537
+ KW?: {
2538
+ buy?: {
2539
+ display_priority?: number | undefined;
2540
+ logo_path?: string | undefined;
2541
+ provider_id?: number | undefined;
2542
+ provider_name?: string | undefined;
2543
+ }[] | undefined;
2544
+ flatrate?: {
2545
+ display_priority?: number | undefined;
2546
+ logo_path?: string | undefined;
2547
+ provider_id?: number | undefined;
2548
+ provider_name?: string | undefined;
2549
+ }[] | undefined;
2550
+ link?: string | undefined;
2551
+ } | undefined;
2552
+ LB?: {
2553
+ buy?: {
2554
+ display_priority?: number | undefined;
2555
+ logo_path?: string | undefined;
2556
+ provider_id?: number | undefined;
2557
+ provider_name?: string | undefined;
2558
+ }[] | undefined;
2559
+ flatrate?: {
2560
+ display_priority?: number | undefined;
2561
+ logo_path?: string | undefined;
2562
+ provider_id?: number | undefined;
2563
+ provider_name?: string | undefined;
2564
+ }[] | undefined;
2565
+ link?: string | undefined;
2566
+ } | undefined;
2567
+ LI?: {
2568
+ flatrate?: {
2569
+ display_priority?: number | undefined;
2570
+ logo_path?: string | undefined;
2571
+ provider_id?: number | undefined;
2572
+ provider_name?: string | undefined;
2573
+ }[] | undefined;
2574
+ link?: string | undefined;
2575
+ } | undefined;
2576
+ LT?: {
2577
+ buy?: {
2578
+ display_priority?: number | undefined;
2579
+ logo_path?: string | undefined;
2580
+ provider_id?: number | undefined;
2581
+ provider_name?: string | undefined;
2582
+ }[] | undefined;
2583
+ flatrate?: {
2584
+ display_priority?: number | undefined;
2585
+ logo_path?: string | undefined;
2586
+ provider_id?: number | undefined;
2587
+ provider_name?: string | undefined;
2588
+ }[] | undefined;
2589
+ link?: string | undefined;
2590
+ rent?: {
2591
+ display_priority?: number | undefined;
2592
+ logo_path?: string | undefined;
2593
+ provider_id?: number | undefined;
2594
+ provider_name?: string | undefined;
2595
+ }[] | undefined;
2596
+ } | undefined;
2597
+ LV?: {
2598
+ buy?: {
2599
+ display_priority?: number | undefined;
2600
+ logo_path?: string | undefined;
2601
+ provider_id?: number | undefined;
2602
+ provider_name?: string | undefined;
2603
+ }[] | undefined;
2604
+ flatrate?: {
2605
+ display_priority?: number | undefined;
2606
+ logo_path?: string | undefined;
2607
+ provider_id?: number | undefined;
2608
+ provider_name?: string | undefined;
2609
+ }[] | undefined;
2610
+ link?: string | undefined;
2611
+ } | undefined;
2612
+ MD?: {
2613
+ buy?: {
2614
+ display_priority?: number | undefined;
2615
+ logo_path?: string | undefined;
2616
+ provider_id?: number | undefined;
2617
+ provider_name?: string | undefined;
2618
+ }[] | undefined;
2619
+ flatrate?: {
2620
+ display_priority?: number | undefined;
2621
+ logo_path?: string | undefined;
2622
+ provider_id?: number | undefined;
2623
+ provider_name?: string | undefined;
2624
+ }[] | undefined;
2625
+ link?: string | undefined;
2626
+ } | undefined;
2627
+ MK?: {
2628
+ buy?: {
2629
+ display_priority?: number | undefined;
2630
+ logo_path?: string | undefined;
2631
+ provider_id?: number | undefined;
2632
+ provider_name?: string | undefined;
2633
+ }[] | undefined;
2634
+ flatrate?: {
2635
+ display_priority?: number | undefined;
2636
+ logo_path?: string | undefined;
2637
+ provider_id?: number | undefined;
2638
+ provider_name?: string | undefined;
2639
+ }[] | undefined;
2640
+ link?: string | undefined;
2641
+ } | undefined;
2642
+ MT?: {
2643
+ buy?: {
2644
+ display_priority?: number | undefined;
2645
+ logo_path?: string | undefined;
2646
+ provider_id?: number | undefined;
2647
+ provider_name?: string | undefined;
2648
+ }[] | undefined;
2649
+ flatrate?: {
2650
+ display_priority?: number | undefined;
2651
+ logo_path?: string | undefined;
2652
+ provider_id?: number | undefined;
2653
+ provider_name?: string | undefined;
2654
+ }[] | undefined;
2655
+ link?: string | undefined;
2656
+ rent?: {
2657
+ display_priority?: number | undefined;
2658
+ logo_path?: string | undefined;
2659
+ provider_id?: number | undefined;
2660
+ provider_name?: string | undefined;
2661
+ }[] | undefined;
2662
+ } | undefined;
2663
+ MU?: {
2664
+ buy?: {
2665
+ display_priority?: number | undefined;
2666
+ logo_path?: string | undefined;
2667
+ provider_id?: number | undefined;
2668
+ provider_name?: string | undefined;
2669
+ }[] | undefined;
2670
+ link?: string | undefined;
2671
+ rent?: {
2672
+ display_priority?: number | undefined;
2673
+ logo_path?: string | undefined;
2674
+ provider_id?: number | undefined;
2675
+ provider_name?: string | undefined;
2676
+ }[] | undefined;
2677
+ } | undefined;
2678
+ MX?: {
2679
+ flatrate?: {
2680
+ display_priority?: number | undefined;
2681
+ logo_path?: string | undefined;
2682
+ provider_id?: number | undefined;
2683
+ provider_name?: string | undefined;
2684
+ }[] | undefined;
2685
+ link?: string | undefined;
2686
+ } | undefined;
2687
+ MY?: {
2688
+ flatrate?: {
2689
+ display_priority?: number | undefined;
2690
+ logo_path?: string | undefined;
2691
+ provider_id?: number | undefined;
2692
+ provider_name?: string | undefined;
2693
+ }[] | undefined;
2694
+ link?: string | undefined;
2695
+ } | undefined;
2696
+ MZ?: {
2697
+ buy?: {
2698
+ display_priority?: number | undefined;
2699
+ logo_path?: string | undefined;
2700
+ provider_id?: number | undefined;
2701
+ provider_name?: string | undefined;
2702
+ }[] | undefined;
2703
+ link?: string | undefined;
2704
+ rent?: {
2705
+ display_priority?: number | undefined;
2706
+ logo_path?: string | undefined;
2707
+ provider_id?: number | undefined;
2708
+ provider_name?: string | undefined;
2709
+ }[] | undefined;
2710
+ } | undefined;
2711
+ NL?: {
2712
+ buy?: {
2713
+ display_priority?: number | undefined;
2714
+ logo_path?: string | undefined;
2715
+ provider_id?: number | undefined;
2716
+ provider_name?: string | undefined;
2717
+ }[] | undefined;
2718
+ flatrate?: {
2719
+ display_priority?: number | undefined;
2720
+ logo_path?: string | undefined;
2721
+ provider_id?: number | undefined;
2722
+ provider_name?: string | undefined;
2723
+ }[] | undefined;
2724
+ link?: string | undefined;
2725
+ rent?: {
2726
+ display_priority?: number | undefined;
2727
+ logo_path?: string | undefined;
2728
+ provider_id?: number | undefined;
2729
+ provider_name?: string | undefined;
2730
+ }[] | undefined;
2731
+ } | undefined;
2732
+ NO?: {
2733
+ buy?: {
2734
+ display_priority?: number | undefined;
2735
+ logo_path?: string | undefined;
2736
+ provider_id?: number | undefined;
2737
+ provider_name?: string | undefined;
2738
+ }[] | undefined;
2739
+ flatrate?: {
2740
+ display_priority?: number | undefined;
2741
+ logo_path?: string | undefined;
2742
+ provider_id?: number | undefined;
2743
+ provider_name?: string | undefined;
2744
+ }[] | undefined;
2745
+ link?: string | undefined;
2746
+ rent?: {
2747
+ display_priority?: number | undefined;
2748
+ logo_path?: string | undefined;
2749
+ provider_id?: number | undefined;
2750
+ provider_name?: string | undefined;
2751
+ }[] | undefined;
2752
+ } | undefined;
2753
+ NZ?: {
2754
+ buy?: {
2755
+ display_priority?: number | undefined;
2756
+ logo_path?: string | undefined;
2757
+ provider_id?: number | undefined;
2758
+ provider_name?: string | undefined;
2759
+ }[] | undefined;
2760
+ flatrate?: {
2761
+ display_priority?: number | undefined;
2762
+ logo_path?: string | undefined;
2763
+ provider_id?: number | undefined;
2764
+ provider_name?: string | undefined;
2765
+ }[] | undefined;
2766
+ link?: string | undefined;
2767
+ } | undefined;
2768
+ OM?: {
2769
+ buy?: {
2770
+ display_priority?: number | undefined;
2771
+ logo_path?: string | undefined;
2772
+ provider_id?: number | undefined;
2773
+ provider_name?: string | undefined;
2774
+ }[] | undefined;
2775
+ flatrate?: {
2776
+ display_priority?: number | undefined;
2777
+ logo_path?: string | undefined;
2778
+ provider_id?: number | undefined;
2779
+ provider_name?: string | undefined;
2780
+ }[] | undefined;
2781
+ link?: string | undefined;
2782
+ rent?: {
2783
+ display_priority?: number | undefined;
2784
+ logo_path?: string | undefined;
2785
+ provider_id?: number | undefined;
2786
+ provider_name?: string | undefined;
2787
+ }[] | undefined;
2788
+ } | undefined;
2789
+ PA?: {
2790
+ flatrate?: {
2791
+ display_priority?: number | undefined;
2792
+ logo_path?: string | undefined;
2793
+ provider_id?: number | undefined;
2794
+ provider_name?: string | undefined;
2795
+ }[] | undefined;
2796
+ link?: string | undefined;
2797
+ } | undefined;
2798
+ PE?: {
2799
+ buy?: {
2800
+ display_priority?: number | undefined;
2801
+ logo_path?: string | undefined;
2802
+ provider_id?: number | undefined;
2803
+ provider_name?: string | undefined;
2804
+ }[] | undefined;
2805
+ flatrate?: {
2806
+ display_priority?: number | undefined;
2807
+ logo_path?: string | undefined;
2808
+ provider_id?: number | undefined;
2809
+ provider_name?: string | undefined;
2810
+ }[] | undefined;
2811
+ link?: string | undefined;
2812
+ rent?: {
2813
+ display_priority?: number | undefined;
2814
+ logo_path?: string | undefined;
2815
+ provider_id?: number | undefined;
2816
+ provider_name?: string | undefined;
2817
+ }[] | undefined;
2818
+ } | undefined;
2819
+ PH?: {
2820
+ flatrate?: {
2821
+ display_priority?: number | undefined;
2822
+ logo_path?: string | undefined;
2823
+ provider_id?: number | undefined;
2824
+ provider_name?: string | undefined;
2825
+ }[] | undefined;
2826
+ link?: string | undefined;
2827
+ } | undefined;
2828
+ PK?: {
2829
+ flatrate?: {
2830
+ display_priority?: number | undefined;
2831
+ logo_path?: string | undefined;
2832
+ provider_id?: number | undefined;
2833
+ provider_name?: string | undefined;
2834
+ }[] | undefined;
2835
+ link?: string | undefined;
2836
+ } | undefined;
2837
+ PL?: {
2838
+ buy?: {
2839
+ display_priority?: number | undefined;
2840
+ logo_path?: string | undefined;
2841
+ provider_id?: number | undefined;
2842
+ provider_name?: string | undefined;
2843
+ }[] | undefined;
2844
+ flatrate?: {
2845
+ display_priority?: number | undefined;
2846
+ logo_path?: string | undefined;
2847
+ provider_id?: number | undefined;
2848
+ provider_name?: string | undefined;
2849
+ }[] | undefined;
2850
+ link?: string | undefined;
2851
+ rent?: {
2852
+ display_priority?: number | undefined;
2853
+ logo_path?: string | undefined;
2854
+ provider_id?: number | undefined;
2855
+ provider_name?: string | undefined;
2856
+ }[] | undefined;
2857
+ } | undefined;
2858
+ PS?: {
2859
+ flatrate?: {
2860
+ display_priority?: number | undefined;
2861
+ logo_path?: string | undefined;
2862
+ provider_id?: number | undefined;
2863
+ provider_name?: string | undefined;
2864
+ }[] | undefined;
2865
+ link?: string | undefined;
2866
+ } | undefined;
2867
+ PT?: {
2868
+ buy?: {
2869
+ display_priority?: number | undefined;
2870
+ logo_path?: string | undefined;
2871
+ provider_id?: number | undefined;
2872
+ provider_name?: string | undefined;
2873
+ }[] | undefined;
2874
+ flatrate?: {
2875
+ display_priority?: number | undefined;
2876
+ logo_path?: string | undefined;
2877
+ provider_id?: number | undefined;
2878
+ provider_name?: string | undefined;
2879
+ }[] | undefined;
2880
+ link?: string | undefined;
2881
+ rent?: {
2882
+ display_priority?: number | undefined;
2883
+ logo_path?: string | undefined;
2884
+ provider_id?: number | undefined;
2885
+ provider_name?: string | undefined;
2886
+ }[] | undefined;
2887
+ } | undefined;
2888
+ PY?: {
2889
+ flatrate?: {
2890
+ display_priority?: number | undefined;
2891
+ logo_path?: string | undefined;
2892
+ provider_id?: number | undefined;
2893
+ provider_name?: string | undefined;
2894
+ }[] | undefined;
2895
+ link?: string | undefined;
2896
+ } | undefined;
2897
+ QA?: {
2898
+ buy?: {
2899
+ display_priority?: number | undefined;
2900
+ logo_path?: string | undefined;
2901
+ provider_id?: number | undefined;
2902
+ provider_name?: string | undefined;
2903
+ }[] | undefined;
2904
+ flatrate?: {
2905
+ display_priority?: number | undefined;
2906
+ logo_path?: string | undefined;
2907
+ provider_id?: number | undefined;
2908
+ provider_name?: string | undefined;
2909
+ }[] | undefined;
2910
+ link?: string | undefined;
2911
+ } | undefined;
2912
+ RO?: {
2913
+ flatrate?: {
2914
+ display_priority?: number | undefined;
2915
+ logo_path?: string | undefined;
2916
+ provider_id?: number | undefined;
2917
+ provider_name?: string | undefined;
2918
+ }[] | undefined;
2919
+ link?: string | undefined;
2920
+ } | undefined;
2921
+ RS?: {
2922
+ buy?: {
2923
+ display_priority?: number | undefined;
2924
+ logo_path?: string | undefined;
2925
+ provider_id?: number | undefined;
2926
+ provider_name?: string | undefined;
2927
+ }[] | undefined;
2928
+ flatrate?: {
2929
+ display_priority?: number | undefined;
2930
+ logo_path?: string | undefined;
2931
+ provider_id?: number | undefined;
2932
+ provider_name?: string | undefined;
2933
+ }[] | undefined;
2934
+ link?: string | undefined;
2935
+ } | undefined;
2936
+ RU?: {
2937
+ buy?: {
2938
+ display_priority?: number | undefined;
2939
+ logo_path?: string | undefined;
2940
+ provider_id?: number | undefined;
2941
+ provider_name?: string | undefined;
2942
+ }[] | undefined;
2943
+ flatrate?: {
2944
+ display_priority?: number | undefined;
2945
+ logo_path?: string | undefined;
2946
+ provider_id?: number | undefined;
2947
+ provider_name?: string | undefined;
2948
+ }[] | undefined;
2949
+ link?: string | undefined;
2950
+ rent?: {
2951
+ display_priority?: number | undefined;
2952
+ logo_path?: string | undefined;
2953
+ provider_id?: number | undefined;
2954
+ provider_name?: string | undefined;
2955
+ }[] | undefined;
2956
+ } | undefined;
2957
+ SA?: {
2958
+ buy?: {
2959
+ display_priority?: number | undefined;
2960
+ logo_path?: string | undefined;
2961
+ provider_id?: number | undefined;
2962
+ provider_name?: string | undefined;
2963
+ }[] | undefined;
2964
+ flatrate?: {
2965
+ display_priority?: number | undefined;
2966
+ logo_path?: string | undefined;
2967
+ provider_id?: number | undefined;
2968
+ provider_name?: string | undefined;
2969
+ }[] | undefined;
2970
+ link?: string | undefined;
2971
+ rent?: {
2972
+ display_priority?: number | undefined;
2973
+ logo_path?: string | undefined;
2974
+ provider_id?: number | undefined;
2975
+ provider_name?: string | undefined;
2976
+ }[] | undefined;
2977
+ } | undefined;
2978
+ SE?: {
2979
+ buy?: {
2980
+ display_priority?: number | undefined;
2981
+ logo_path?: string | undefined;
2982
+ provider_id?: number | undefined;
2983
+ provider_name?: string | undefined;
2984
+ }[] | undefined;
2985
+ flatrate?: {
2986
+ display_priority?: number | undefined;
2987
+ logo_path?: string | undefined;
2988
+ provider_id?: number | undefined;
2989
+ provider_name?: string | undefined;
2990
+ }[] | undefined;
2991
+ link?: string | undefined;
2992
+ rent?: {
2993
+ display_priority?: number | undefined;
2994
+ logo_path?: string | undefined;
2995
+ provider_id?: number | undefined;
2996
+ provider_name?: string | undefined;
2997
+ }[] | undefined;
2998
+ } | undefined;
2999
+ SG?: {
3000
+ flatrate?: {
3001
+ display_priority?: number | undefined;
3002
+ logo_path?: string | undefined;
3003
+ provider_id?: number | undefined;
3004
+ provider_name?: string | undefined;
3005
+ }[] | undefined;
3006
+ link?: string | undefined;
3007
+ } | undefined;
3008
+ SI?: {
3009
+ buy?: {
3010
+ display_priority?: number | undefined;
3011
+ logo_path?: string | undefined;
3012
+ provider_id?: number | undefined;
3013
+ provider_name?: string | undefined;
3014
+ }[] | undefined;
3015
+ flatrate?: {
3016
+ display_priority?: number | undefined;
3017
+ logo_path?: string | undefined;
3018
+ provider_id?: number | undefined;
3019
+ provider_name?: string | undefined;
3020
+ }[] | undefined;
3021
+ link?: string | undefined;
3022
+ } | undefined;
3023
+ SK?: {
3024
+ buy?: {
3025
+ display_priority?: number | undefined;
3026
+ logo_path?: string | undefined;
3027
+ provider_id?: number | undefined;
3028
+ provider_name?: string | undefined;
3029
+ }[] | undefined;
3030
+ flatrate?: {
3031
+ display_priority?: number | undefined;
3032
+ logo_path?: string | undefined;
3033
+ provider_id?: number | undefined;
3034
+ provider_name?: string | undefined;
3035
+ }[] | undefined;
3036
+ link?: string | undefined;
3037
+ rent?: {
3038
+ display_priority?: number | undefined;
3039
+ logo_path?: string | undefined;
3040
+ provider_id?: number | undefined;
3041
+ provider_name?: string | undefined;
3042
+ }[] | undefined;
3043
+ } | undefined;
3044
+ SM?: {
3045
+ flatrate?: {
3046
+ display_priority?: number | undefined;
3047
+ logo_path?: string | undefined;
3048
+ provider_id?: number | undefined;
3049
+ provider_name?: string | undefined;
3050
+ }[] | undefined;
3051
+ link?: string | undefined;
3052
+ } | undefined;
3053
+ SV?: {
3054
+ flatrate?: {
3055
+ display_priority?: number | undefined;
3056
+ logo_path?: string | undefined;
3057
+ provider_id?: number | undefined;
3058
+ provider_name?: string | undefined;
3059
+ }[] | undefined;
3060
+ link?: string | undefined;
3061
+ } | undefined;
3062
+ TH?: {
3063
+ flatrate?: {
3064
+ display_priority?: number | undefined;
3065
+ logo_path?: string | undefined;
3066
+ provider_id?: number | undefined;
3067
+ provider_name?: string | undefined;
3068
+ }[] | undefined;
3069
+ link?: string | undefined;
3070
+ } | undefined;
3071
+ TR?: {
3072
+ buy?: {
3073
+ display_priority?: number | undefined;
3074
+ logo_path?: string | undefined;
3075
+ provider_id?: number | undefined;
3076
+ provider_name?: string | undefined;
3077
+ }[] | undefined;
3078
+ flatrate?: {
3079
+ display_priority?: number | undefined;
3080
+ logo_path?: string | undefined;
3081
+ provider_id?: number | undefined;
3082
+ provider_name?: string | undefined;
3083
+ }[] | undefined;
3084
+ link?: string | undefined;
3085
+ rent?: {
3086
+ display_priority?: number | undefined;
3087
+ logo_path?: string | undefined;
3088
+ provider_id?: number | undefined;
3089
+ provider_name?: string | undefined;
3090
+ }[] | undefined;
3091
+ } | undefined;
3092
+ TT?: {
3093
+ flatrate?: {
3094
+ display_priority?: number | undefined;
3095
+ logo_path?: string | undefined;
3096
+ provider_id?: number | undefined;
3097
+ provider_name?: string | undefined;
3098
+ }[] | undefined;
3099
+ link?: string | undefined;
3100
+ } | undefined;
3101
+ TW?: {
3102
+ flatrate?: {
3103
+ display_priority?: number | undefined;
3104
+ logo_path?: string | undefined;
3105
+ provider_id?: number | undefined;
3106
+ provider_name?: string | undefined;
3107
+ }[] | undefined;
3108
+ link?: string | undefined;
3109
+ } | undefined;
3110
+ UG?: {
3111
+ buy?: {
3112
+ display_priority?: number | undefined;
3113
+ logo_path?: string | undefined;
3114
+ provider_id?: number | undefined;
3115
+ provider_name?: string | undefined;
3116
+ }[] | undefined;
3117
+ link?: string | undefined;
3118
+ rent?: {
3119
+ display_priority?: number | undefined;
3120
+ logo_path?: string | undefined;
3121
+ provider_id?: number | undefined;
3122
+ provider_name?: string | undefined;
3123
+ }[] | undefined;
3124
+ } | undefined;
3125
+ US?: {
3126
+ buy?: {
3127
+ display_priority?: number | undefined;
3128
+ logo_path?: string | undefined;
3129
+ provider_id?: number | undefined;
3130
+ provider_name?: string | undefined;
3131
+ }[] | undefined;
3132
+ flatrate?: {
3133
+ display_priority?: number | undefined;
3134
+ logo_path?: string | undefined;
3135
+ provider_id?: number | undefined;
3136
+ provider_name?: string | undefined;
3137
+ }[] | undefined;
3138
+ link?: string | undefined;
3139
+ rent?: {
3140
+ display_priority?: number | undefined;
3141
+ logo_path?: string | undefined;
3142
+ provider_id?: number | undefined;
3143
+ provider_name?: string | undefined;
3144
+ }[] | undefined;
3145
+ } | undefined;
3146
+ UY?: {
3147
+ flatrate?: {
3148
+ display_priority?: number | undefined;
3149
+ logo_path?: string | undefined;
3150
+ provider_id?: number | undefined;
3151
+ provider_name?: string | undefined;
3152
+ }[] | undefined;
3153
+ link?: string | undefined;
3154
+ } | undefined;
3155
+ VE?: {
3156
+ buy?: {
3157
+ display_priority?: number | undefined;
3158
+ logo_path?: string | undefined;
3159
+ provider_id?: number | undefined;
3160
+ provider_name?: string | undefined;
3161
+ }[] | undefined;
3162
+ flatrate?: {
3163
+ display_priority?: number | undefined;
3164
+ logo_path?: string | undefined;
3165
+ provider_id?: number | undefined;
3166
+ provider_name?: string | undefined;
3167
+ }[] | undefined;
3168
+ link?: string | undefined;
3169
+ rent?: {
3170
+ display_priority?: number | undefined;
3171
+ logo_path?: string | undefined;
3172
+ provider_id?: number | undefined;
3173
+ provider_name?: string | undefined;
3174
+ }[] | undefined;
3175
+ } | undefined;
3176
+ YE?: {
3177
+ flatrate?: {
3178
+ display_priority?: number | undefined;
3179
+ logo_path?: string | undefined;
3180
+ provider_id?: number | undefined;
3181
+ provider_name?: string | undefined;
3182
+ }[] | undefined;
3183
+ link?: string | undefined;
3184
+ } | undefined;
3185
+ ZA?: {
3186
+ buy?: {
3187
+ display_priority?: number | undefined;
3188
+ logo_path?: string | undefined;
3189
+ provider_id?: number | undefined;
3190
+ provider_name?: string | undefined;
3191
+ }[] | undefined;
3192
+ flatrate?: {
3193
+ display_priority?: number | undefined;
3194
+ logo_path?: string | undefined;
3195
+ provider_id?: number | undefined;
3196
+ provider_name?: string | undefined;
3197
+ }[] | undefined;
3198
+ link?: string | undefined;
3199
+ rent?: {
3200
+ display_priority?: number | undefined;
3201
+ logo_path?: string | undefined;
3202
+ provider_id?: number | undefined;
3203
+ provider_name?: string | undefined;
3204
+ }[] | undefined;
3205
+ } | undefined;
1374
3206
  } | undefined>;
1375
3207
  //# sourceMappingURL=movieWatchProviders.d.cts.map