@tmdb-graphql-api/resolvers 0.0.32 → 0.0.34

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 (110) 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 +297 -297
  6. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts +2 -3
  7. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts.map +1 -1
  8. package/dist/types/cjs/queries/collection.d.cts +387 -387
  9. package/dist/types/cjs/queries/company.d.cts +1 -1
  10. package/dist/types/cjs/queries/credit.d.cts +472 -468
  11. package/dist/types/cjs/queries/credit.d.cts.map +1 -1
  12. package/dist/types/cjs/queries/episode.d.cts +13 -12
  13. package/dist/types/cjs/queries/episode.d.cts.map +1 -1
  14. package/dist/types/cjs/queries/episodeCredits.d.cts +5 -5
  15. package/dist/types/cjs/queries/episodeVideos.d.cts +1 -1
  16. package/dist/types/cjs/queries/find.d.cts +197 -197
  17. package/dist/types/cjs/queries/genres.d.cts +1 -1
  18. package/dist/types/cjs/queries/keyword.d.cts +1 -1
  19. package/dist/types/cjs/queries/movie.d.cts +398 -398
  20. package/dist/types/cjs/queries/movieCredits.d.cts +5 -5
  21. package/dist/types/cjs/queries/movieRecommendations.d.cts +203 -203
  22. package/dist/types/cjs/queries/movieReviews.d.cts +203 -203
  23. package/dist/types/cjs/queries/movieSimilarMovies.d.cts +203 -203
  24. package/dist/types/cjs/queries/movieVideos.d.cts +1 -1
  25. package/dist/types/cjs/queries/movieWatchProviders.d.cts +180 -180
  26. package/dist/types/cjs/queries/network.d.cts +1 -1
  27. package/dist/types/cjs/queries/person.d.cts +2 -2
  28. package/dist/types/cjs/queries/review.d.cts +2 -2
  29. package/dist/types/cjs/queries/season.d.cts +34 -31
  30. package/dist/types/cjs/queries/season.d.cts.map +1 -1
  31. package/dist/types/cjs/queries/seasonCredits.d.cts +5 -5
  32. package/dist/types/cjs/queries/seasonVideos.d.cts +1 -1
  33. package/dist/types/cjs/queries/tv.d.cts +1167 -1144
  34. package/dist/types/cjs/queries/tv.d.cts.map +1 -1
  35. package/dist/types/cjs/queries/tvCredits.d.cts +5 -5
  36. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts +2 -2
  37. package/dist/types/cjs/queries/tvKeywords.d.cts +1 -1
  38. package/dist/types/cjs/queries/tvRecommendations.d.cts +594 -582
  39. package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
  40. package/dist/types/cjs/queries/tvReviews.d.cts +594 -582
  41. package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
  42. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +594 -582
  43. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts.map +1 -1
  44. package/dist/types/cjs/queries/tvVideos.d.cts +1 -1
  45. package/dist/types/cjs/queries/tvWatchProviders.d.cts +180 -180
  46. package/dist/types/cjs/types.d.cts +2 -0
  47. package/dist/types/cjs/types.d.cts.map +1 -1
  48. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +2 -3
  49. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts.map +1 -1
  50. package/dist/types/esm/queries/collection.d.ts +387 -387
  51. package/dist/types/esm/queries/company.d.ts +1 -1
  52. package/dist/types/esm/queries/credit.d.ts +472 -468
  53. package/dist/types/esm/queries/credit.d.ts.map +1 -1
  54. package/dist/types/esm/queries/episode.d.ts +13 -12
  55. package/dist/types/esm/queries/episode.d.ts.map +1 -1
  56. package/dist/types/esm/queries/episodeCredits.d.ts +5 -5
  57. package/dist/types/esm/queries/episodeVideos.d.ts +1 -1
  58. package/dist/types/esm/queries/find.d.ts +197 -197
  59. package/dist/types/esm/queries/genres.d.ts +1 -1
  60. package/dist/types/esm/queries/keyword.d.ts +1 -1
  61. package/dist/types/esm/queries/movie.d.ts +398 -398
  62. package/dist/types/esm/queries/movieCredits.d.ts +5 -5
  63. package/dist/types/esm/queries/movieRecommendations.d.ts +203 -203
  64. package/dist/types/esm/queries/movieReviews.d.ts +203 -203
  65. package/dist/types/esm/queries/movieSimilarMovies.d.ts +203 -203
  66. package/dist/types/esm/queries/movieVideos.d.ts +1 -1
  67. package/dist/types/esm/queries/movieWatchProviders.d.ts +180 -180
  68. package/dist/types/esm/queries/network.d.ts +1 -1
  69. package/dist/types/esm/queries/person.d.ts +2 -2
  70. package/dist/types/esm/queries/review.d.ts +2 -2
  71. package/dist/types/esm/queries/season.d.ts +34 -31
  72. package/dist/types/esm/queries/season.d.ts.map +1 -1
  73. package/dist/types/esm/queries/seasonCredits.d.ts +5 -5
  74. package/dist/types/esm/queries/seasonVideos.d.ts +1 -1
  75. package/dist/types/esm/queries/tv.d.ts +1167 -1144
  76. package/dist/types/esm/queries/tv.d.ts.map +1 -1
  77. package/dist/types/esm/queries/tvCredits.d.ts +5 -5
  78. package/dist/types/esm/queries/tvEpisodeGroups.d.ts +2 -2
  79. package/dist/types/esm/queries/tvKeywords.d.ts +1 -1
  80. package/dist/types/esm/queries/tvRecommendations.d.ts +594 -582
  81. package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
  82. package/dist/types/esm/queries/tvReviews.d.ts +594 -582
  83. package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
  84. package/dist/types/esm/queries/tvSimilarTvShows.d.ts +594 -582
  85. package/dist/types/esm/queries/tvSimilarTvShows.d.ts.map +1 -1
  86. package/dist/types/esm/queries/tvVideos.d.ts +1 -1
  87. package/dist/types/esm/queries/tvWatchProviders.d.ts +180 -180
  88. package/dist/types/esm/types.d.ts +2 -0
  89. package/dist/types/esm/types.d.ts.map +1 -1
  90. package/dist/types/tsconfig.build.tsbuildinfo +1 -1
  91. package/package.json +3 -3
  92. package/src/helpers/__snapshots__/typePropNames.test.ts.snap +2 -0
  93. package/src/helpers/getTvIdSeasonAndEpisode.ts +6 -10
  94. package/src/queries/__snapshots__/episode.test.ts.snap +2 -1
  95. package/src/queries/__snapshots__/season.test.ts.snap +2 -1
  96. package/src/queries/episode.test.ts +2 -2
  97. package/src/queries/episode.ts +7 -7
  98. package/src/queries/episodeCredits.test.ts +15 -5
  99. package/src/queries/episodeExternalIds.test.ts +13 -3
  100. package/src/queries/episodeStills.test.ts +13 -3
  101. package/src/queries/episodeTranslations.test.ts +13 -3
  102. package/src/queries/episodeVideos.test.ts +13 -3
  103. package/src/queries/movieReviews.ts +1 -1
  104. package/src/queries/movieSimilarMovies.ts +1 -1
  105. package/src/queries/season.test.ts +2 -2
  106. package/src/queries/season.ts +6 -6
  107. package/src/queries/tvRecommendations.ts +1 -1
  108. package/src/queries/tvReviews.ts +1 -1
  109. package/src/queries/tvSimilarTvShows.ts +1 -1
  110. package/src/types.ts +9 -2
@@ -8,35 +8,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
8
8
  ads?: ({
9
9
  __typename?: "WatchProvider" | undefined;
10
10
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
11
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
11
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
12
12
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
13
13
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
14
14
  } | null)[] | null | undefined;
15
15
  buy?: ({
16
16
  __typename?: "WatchProvider" | undefined;
17
17
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
18
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
18
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
19
19
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
20
20
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
21
21
  } | null)[] | null | undefined;
22
22
  flatrate?: ({
23
23
  __typename?: "WatchProvider" | undefined;
24
24
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
25
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
25
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
26
26
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
27
27
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
28
28
  } | null)[] | null | undefined;
29
29
  free?: ({
30
30
  __typename?: "WatchProvider" | undefined;
31
31
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
32
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
32
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
33
33
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
34
34
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
35
35
  } | null)[] | null | undefined;
36
36
  rent?: ({
37
37
  __typename?: "WatchProvider" | undefined;
38
38
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
39
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
39
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
40
40
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
41
41
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
42
42
  } | null)[] | null | undefined;
@@ -46,35 +46,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
46
46
  ads?: ({
47
47
  __typename?: "WatchProvider" | undefined;
48
48
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
49
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
49
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
50
50
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
51
51
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
52
52
  } | null)[] | null | undefined;
53
53
  buy?: ({
54
54
  __typename?: "WatchProvider" | undefined;
55
55
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
56
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
56
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
57
57
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
58
58
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
59
59
  } | null)[] | null | undefined;
60
60
  flatrate?: ({
61
61
  __typename?: "WatchProvider" | undefined;
62
62
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
63
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
63
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
64
64
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
65
65
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
66
66
  } | null)[] | null | undefined;
67
67
  free?: ({
68
68
  __typename?: "WatchProvider" | undefined;
69
69
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
70
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
70
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
71
71
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
72
72
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
73
73
  } | null)[] | null | undefined;
74
74
  rent?: ({
75
75
  __typename?: "WatchProvider" | undefined;
76
76
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
77
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
77
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
78
78
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
79
79
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
80
80
  } | null)[] | null | undefined;
@@ -84,35 +84,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
84
84
  ads?: ({
85
85
  __typename?: "WatchProvider" | undefined;
86
86
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
87
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
87
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
88
88
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
89
89
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
90
90
  } | null)[] | null | undefined;
91
91
  buy?: ({
92
92
  __typename?: "WatchProvider" | undefined;
93
93
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
94
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
94
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
95
95
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
96
96
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
97
97
  } | null)[] | null | undefined;
98
98
  flatrate?: ({
99
99
  __typename?: "WatchProvider" | undefined;
100
100
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
101
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
101
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
102
102
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
103
103
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
104
104
  } | null)[] | null | undefined;
105
105
  free?: ({
106
106
  __typename?: "WatchProvider" | undefined;
107
107
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
108
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
108
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
109
109
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
110
110
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
111
111
  } | null)[] | null | undefined;
112
112
  rent?: ({
113
113
  __typename?: "WatchProvider" | undefined;
114
114
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
115
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
115
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
116
116
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
117
117
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
118
118
  } | null)[] | null | undefined;
@@ -122,35 +122,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
122
122
  ads?: ({
123
123
  __typename?: "WatchProvider" | undefined;
124
124
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
125
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
125
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
126
126
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
127
127
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
128
128
  } | null)[] | null | undefined;
129
129
  buy?: ({
130
130
  __typename?: "WatchProvider" | undefined;
131
131
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
132
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
132
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
133
133
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
134
134
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
135
135
  } | null)[] | null | undefined;
136
136
  flatrate?: ({
137
137
  __typename?: "WatchProvider" | undefined;
138
138
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
139
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
139
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
140
140
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
141
141
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
142
142
  } | null)[] | null | undefined;
143
143
  free?: ({
144
144
  __typename?: "WatchProvider" | undefined;
145
145
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
146
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
146
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
147
147
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
148
148
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
149
149
  } | null)[] | null | undefined;
150
150
  rent?: ({
151
151
  __typename?: "WatchProvider" | undefined;
152
152
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
153
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
153
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
154
154
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
155
155
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
156
156
  } | null)[] | null | undefined;
@@ -160,35 +160,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
160
160
  ads?: ({
161
161
  __typename?: "WatchProvider" | undefined;
162
162
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
163
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
163
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
164
164
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
165
165
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
166
166
  } | null)[] | null | undefined;
167
167
  buy?: ({
168
168
  __typename?: "WatchProvider" | undefined;
169
169
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
170
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
170
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
171
171
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
172
172
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
173
173
  } | null)[] | null | undefined;
174
174
  flatrate?: ({
175
175
  __typename?: "WatchProvider" | undefined;
176
176
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
177
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
177
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
178
178
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
179
179
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
180
180
  } | null)[] | null | undefined;
181
181
  free?: ({
182
182
  __typename?: "WatchProvider" | undefined;
183
183
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
184
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
184
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
185
185
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
186
186
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
187
187
  } | null)[] | null | undefined;
188
188
  rent?: ({
189
189
  __typename?: "WatchProvider" | undefined;
190
190
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
191
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
191
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
192
192
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
193
193
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
194
194
  } | null)[] | null | undefined;
@@ -198,35 +198,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
198
198
  ads?: ({
199
199
  __typename?: "WatchProvider" | undefined;
200
200
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
201
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
201
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
202
202
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
203
203
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
204
204
  } | null)[] | null | undefined;
205
205
  buy?: ({
206
206
  __typename?: "WatchProvider" | undefined;
207
207
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
208
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
208
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
209
209
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
210
210
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
211
211
  } | null)[] | null | undefined;
212
212
  flatrate?: ({
213
213
  __typename?: "WatchProvider" | undefined;
214
214
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
215
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
215
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
216
216
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
217
217
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
218
218
  } | null)[] | null | undefined;
219
219
  free?: ({
220
220
  __typename?: "WatchProvider" | undefined;
221
221
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
222
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
222
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
223
223
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
224
224
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
225
225
  } | null)[] | null | undefined;
226
226
  rent?: ({
227
227
  __typename?: "WatchProvider" | undefined;
228
228
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
229
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
229
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
230
230
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
231
231
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
232
232
  } | null)[] | null | undefined;
@@ -236,35 +236,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
236
236
  ads?: ({
237
237
  __typename?: "WatchProvider" | undefined;
238
238
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
239
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
239
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
240
240
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
241
241
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
242
242
  } | null)[] | null | undefined;
243
243
  buy?: ({
244
244
  __typename?: "WatchProvider" | undefined;
245
245
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
246
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
246
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
247
247
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
248
248
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
249
249
  } | null)[] | null | undefined;
250
250
  flatrate?: ({
251
251
  __typename?: "WatchProvider" | undefined;
252
252
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
253
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
253
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
254
254
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
255
255
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
256
256
  } | null)[] | null | undefined;
257
257
  free?: ({
258
258
  __typename?: "WatchProvider" | undefined;
259
259
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
260
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
260
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
261
261
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
262
262
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
263
263
  } | null)[] | null | undefined;
264
264
  rent?: ({
265
265
  __typename?: "WatchProvider" | undefined;
266
266
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
267
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
267
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
268
268
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
269
269
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
270
270
  } | null)[] | null | undefined;
@@ -274,35 +274,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
274
274
  ads?: ({
275
275
  __typename?: "WatchProvider" | undefined;
276
276
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
277
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
277
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
278
278
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
279
279
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
280
280
  } | null)[] | null | undefined;
281
281
  buy?: ({
282
282
  __typename?: "WatchProvider" | undefined;
283
283
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
284
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
284
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
285
285
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
286
286
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
287
287
  } | null)[] | null | undefined;
288
288
  flatrate?: ({
289
289
  __typename?: "WatchProvider" | undefined;
290
290
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
291
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
291
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
292
292
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
293
293
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
294
294
  } | null)[] | null | undefined;
295
295
  free?: ({
296
296
  __typename?: "WatchProvider" | undefined;
297
297
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
298
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
298
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
299
299
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
300
300
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
301
301
  } | null)[] | null | undefined;
302
302
  rent?: ({
303
303
  __typename?: "WatchProvider" | undefined;
304
304
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
305
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
305
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
306
306
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
307
307
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
308
308
  } | null)[] | null | undefined;
@@ -312,35 +312,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
312
312
  ads?: ({
313
313
  __typename?: "WatchProvider" | undefined;
314
314
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
315
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
315
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
316
316
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
317
317
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
318
318
  } | null)[] | null | undefined;
319
319
  buy?: ({
320
320
  __typename?: "WatchProvider" | undefined;
321
321
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
322
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
322
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
323
323
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
324
324
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
325
325
  } | null)[] | null | undefined;
326
326
  flatrate?: ({
327
327
  __typename?: "WatchProvider" | undefined;
328
328
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
329
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
329
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
330
330
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
331
331
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
332
332
  } | null)[] | null | undefined;
333
333
  free?: ({
334
334
  __typename?: "WatchProvider" | undefined;
335
335
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
336
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
336
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
337
337
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
338
338
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
339
339
  } | null)[] | null | undefined;
340
340
  rent?: ({
341
341
  __typename?: "WatchProvider" | undefined;
342
342
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
343
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
343
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
344
344
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
345
345
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
346
346
  } | null)[] | null | undefined;
@@ -350,35 +350,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
350
350
  ads?: ({
351
351
  __typename?: "WatchProvider" | undefined;
352
352
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
353
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
353
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
354
354
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
355
355
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
356
356
  } | null)[] | null | undefined;
357
357
  buy?: ({
358
358
  __typename?: "WatchProvider" | undefined;
359
359
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
360
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
360
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
361
361
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
362
362
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
363
363
  } | null)[] | null | undefined;
364
364
  flatrate?: ({
365
365
  __typename?: "WatchProvider" | undefined;
366
366
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
367
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
367
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
368
368
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
369
369
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
370
370
  } | null)[] | null | undefined;
371
371
  free?: ({
372
372
  __typename?: "WatchProvider" | undefined;
373
373
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
374
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
374
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
375
375
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
376
376
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
377
377
  } | null)[] | null | undefined;
378
378
  rent?: ({
379
379
  __typename?: "WatchProvider" | undefined;
380
380
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
381
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
381
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
382
382
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
383
383
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
384
384
  } | null)[] | null | undefined;
@@ -388,35 +388,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
388
388
  ads?: ({
389
389
  __typename?: "WatchProvider" | undefined;
390
390
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
391
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
391
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
392
392
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
393
393
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
394
394
  } | null)[] | null | undefined;
395
395
  buy?: ({
396
396
  __typename?: "WatchProvider" | undefined;
397
397
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
398
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
398
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
399
399
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
400
400
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
401
401
  } | null)[] | null | undefined;
402
402
  flatrate?: ({
403
403
  __typename?: "WatchProvider" | undefined;
404
404
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
405
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
405
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
406
406
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
407
407
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
408
408
  } | null)[] | null | undefined;
409
409
  free?: ({
410
410
  __typename?: "WatchProvider" | undefined;
411
411
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
412
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
412
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
413
413
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
414
414
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
415
415
  } | null)[] | null | undefined;
416
416
  rent?: ({
417
417
  __typename?: "WatchProvider" | undefined;
418
418
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
419
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
419
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
420
420
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
421
421
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
422
422
  } | null)[] | null | undefined;
@@ -426,35 +426,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
426
426
  ads?: ({
427
427
  __typename?: "WatchProvider" | undefined;
428
428
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
429
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
429
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
430
430
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
431
431
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
432
432
  } | null)[] | null | undefined;
433
433
  buy?: ({
434
434
  __typename?: "WatchProvider" | undefined;
435
435
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
436
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
436
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
437
437
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
438
438
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
439
439
  } | null)[] | null | undefined;
440
440
  flatrate?: ({
441
441
  __typename?: "WatchProvider" | undefined;
442
442
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
443
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
443
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
444
444
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
445
445
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
446
446
  } | null)[] | null | undefined;
447
447
  free?: ({
448
448
  __typename?: "WatchProvider" | undefined;
449
449
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
450
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
450
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
451
451
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
452
452
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
453
453
  } | null)[] | null | undefined;
454
454
  rent?: ({
455
455
  __typename?: "WatchProvider" | undefined;
456
456
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
457
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
457
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
458
458
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
459
459
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
460
460
  } | null)[] | null | undefined;
@@ -464,35 +464,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
464
464
  ads?: ({
465
465
  __typename?: "WatchProvider" | undefined;
466
466
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
467
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
467
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
468
468
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
469
469
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
470
470
  } | null)[] | null | undefined;
471
471
  buy?: ({
472
472
  __typename?: "WatchProvider" | undefined;
473
473
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
474
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
474
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
475
475
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
476
476
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
477
477
  } | null)[] | null | undefined;
478
478
  flatrate?: ({
479
479
  __typename?: "WatchProvider" | undefined;
480
480
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
481
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
481
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
482
482
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
483
483
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
484
484
  } | null)[] | null | undefined;
485
485
  free?: ({
486
486
  __typename?: "WatchProvider" | undefined;
487
487
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
488
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
488
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
489
489
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
490
490
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
491
491
  } | null)[] | null | undefined;
492
492
  rent?: ({
493
493
  __typename?: "WatchProvider" | undefined;
494
494
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
495
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
495
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
496
496
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
497
497
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
498
498
  } | null)[] | null | undefined;
@@ -502,35 +502,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
502
502
  ads?: ({
503
503
  __typename?: "WatchProvider" | undefined;
504
504
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
505
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
505
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
506
506
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
507
507
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
508
508
  } | null)[] | null | undefined;
509
509
  buy?: ({
510
510
  __typename?: "WatchProvider" | undefined;
511
511
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
512
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
512
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
513
513
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
514
514
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
515
515
  } | null)[] | null | undefined;
516
516
  flatrate?: ({
517
517
  __typename?: "WatchProvider" | undefined;
518
518
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
519
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
519
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
520
520
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
521
521
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
522
522
  } | null)[] | null | undefined;
523
523
  free?: ({
524
524
  __typename?: "WatchProvider" | undefined;
525
525
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
526
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
526
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
527
527
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
528
528
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
529
529
  } | null)[] | null | undefined;
530
530
  rent?: ({
531
531
  __typename?: "WatchProvider" | undefined;
532
532
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
533
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
533
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
534
534
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
535
535
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
536
536
  } | null)[] | null | undefined;
@@ -540,35 +540,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
540
540
  ads?: ({
541
541
  __typename?: "WatchProvider" | undefined;
542
542
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
543
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
543
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
544
544
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
545
545
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
546
546
  } | null)[] | null | undefined;
547
547
  buy?: ({
548
548
  __typename?: "WatchProvider" | undefined;
549
549
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
550
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
550
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
551
551
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
552
552
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
553
553
  } | null)[] | null | undefined;
554
554
  flatrate?: ({
555
555
  __typename?: "WatchProvider" | undefined;
556
556
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
557
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
557
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
558
558
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
559
559
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
560
560
  } | null)[] | null | undefined;
561
561
  free?: ({
562
562
  __typename?: "WatchProvider" | undefined;
563
563
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
564
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
564
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
565
565
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
566
566
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
567
567
  } | null)[] | null | undefined;
568
568
  rent?: ({
569
569
  __typename?: "WatchProvider" | undefined;
570
570
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
571
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
571
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
572
572
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
573
573
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
574
574
  } | null)[] | null | undefined;
@@ -578,35 +578,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
578
578
  ads?: ({
579
579
  __typename?: "WatchProvider" | undefined;
580
580
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
581
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
581
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
582
582
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
583
583
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
584
584
  } | null)[] | null | undefined;
585
585
  buy?: ({
586
586
  __typename?: "WatchProvider" | undefined;
587
587
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
588
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
588
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
589
589
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
590
590
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
591
591
  } | null)[] | null | undefined;
592
592
  flatrate?: ({
593
593
  __typename?: "WatchProvider" | undefined;
594
594
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
595
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
595
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
596
596
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
597
597
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
598
598
  } | null)[] | null | undefined;
599
599
  free?: ({
600
600
  __typename?: "WatchProvider" | undefined;
601
601
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
602
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
602
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
603
603
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
604
604
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
605
605
  } | null)[] | null | undefined;
606
606
  rent?: ({
607
607
  __typename?: "WatchProvider" | undefined;
608
608
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
609
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
609
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
610
610
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
611
611
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
612
612
  } | null)[] | null | undefined;
@@ -616,35 +616,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
616
616
  ads?: ({
617
617
  __typename?: "WatchProvider" | undefined;
618
618
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
619
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
619
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
620
620
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
621
621
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
622
622
  } | null)[] | null | undefined;
623
623
  buy?: ({
624
624
  __typename?: "WatchProvider" | undefined;
625
625
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
626
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
626
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
627
627
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
628
628
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
629
629
  } | null)[] | null | undefined;
630
630
  flatrate?: ({
631
631
  __typename?: "WatchProvider" | undefined;
632
632
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
633
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
633
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
634
634
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
635
635
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
636
636
  } | null)[] | null | undefined;
637
637
  free?: ({
638
638
  __typename?: "WatchProvider" | undefined;
639
639
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
640
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
640
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
641
641
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
642
642
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
643
643
  } | null)[] | null | undefined;
644
644
  rent?: ({
645
645
  __typename?: "WatchProvider" | undefined;
646
646
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
647
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
647
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
648
648
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
649
649
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
650
650
  } | null)[] | null | undefined;
@@ -654,35 +654,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
654
654
  ads?: ({
655
655
  __typename?: "WatchProvider" | undefined;
656
656
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
657
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
657
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
658
658
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
659
659
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
660
660
  } | null)[] | null | undefined;
661
661
  buy?: ({
662
662
  __typename?: "WatchProvider" | undefined;
663
663
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
664
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
664
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
665
665
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
666
666
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
667
667
  } | null)[] | null | undefined;
668
668
  flatrate?: ({
669
669
  __typename?: "WatchProvider" | undefined;
670
670
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
671
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
671
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
672
672
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
673
673
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
674
674
  } | null)[] | null | undefined;
675
675
  free?: ({
676
676
  __typename?: "WatchProvider" | undefined;
677
677
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
678
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
678
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
679
679
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
680
680
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
681
681
  } | null)[] | null | undefined;
682
682
  rent?: ({
683
683
  __typename?: "WatchProvider" | undefined;
684
684
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
685
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
685
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
686
686
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
687
687
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
688
688
  } | null)[] | null | undefined;
@@ -692,35 +692,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
692
692
  ads?: ({
693
693
  __typename?: "WatchProvider" | undefined;
694
694
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
695
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
695
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
696
696
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
697
697
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
698
698
  } | null)[] | null | undefined;
699
699
  buy?: ({
700
700
  __typename?: "WatchProvider" | undefined;
701
701
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
702
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
702
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
703
703
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
704
704
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
705
705
  } | null)[] | null | undefined;
706
706
  flatrate?: ({
707
707
  __typename?: "WatchProvider" | undefined;
708
708
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
709
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
709
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
710
710
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
711
711
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
712
712
  } | null)[] | null | undefined;
713
713
  free?: ({
714
714
  __typename?: "WatchProvider" | undefined;
715
715
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
716
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
716
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
717
717
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
718
718
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
719
719
  } | null)[] | null | undefined;
720
720
  rent?: ({
721
721
  __typename?: "WatchProvider" | undefined;
722
722
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
723
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
723
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
724
724
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
725
725
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
726
726
  } | null)[] | null | undefined;
@@ -730,35 +730,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
730
730
  ads?: ({
731
731
  __typename?: "WatchProvider" | undefined;
732
732
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
733
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
733
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
734
734
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
735
735
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
736
736
  } | null)[] | null | undefined;
737
737
  buy?: ({
738
738
  __typename?: "WatchProvider" | undefined;
739
739
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
740
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
740
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
741
741
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
742
742
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
743
743
  } | null)[] | null | undefined;
744
744
  flatrate?: ({
745
745
  __typename?: "WatchProvider" | undefined;
746
746
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
747
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
747
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
748
748
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
749
749
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
750
750
  } | null)[] | null | undefined;
751
751
  free?: ({
752
752
  __typename?: "WatchProvider" | undefined;
753
753
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
754
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
754
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
755
755
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
756
756
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
757
757
  } | null)[] | null | undefined;
758
758
  rent?: ({
759
759
  __typename?: "WatchProvider" | undefined;
760
760
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
761
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
761
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
762
762
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
763
763
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
764
764
  } | null)[] | null | undefined;
@@ -768,35 +768,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
768
768
  ads?: ({
769
769
  __typename?: "WatchProvider" | undefined;
770
770
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
771
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
771
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
772
772
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
773
773
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
774
774
  } | null)[] | null | undefined;
775
775
  buy?: ({
776
776
  __typename?: "WatchProvider" | undefined;
777
777
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
778
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
778
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
779
779
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
780
780
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
781
781
  } | null)[] | null | undefined;
782
782
  flatrate?: ({
783
783
  __typename?: "WatchProvider" | undefined;
784
784
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
785
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
785
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
786
786
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
787
787
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
788
788
  } | null)[] | null | undefined;
789
789
  free?: ({
790
790
  __typename?: "WatchProvider" | undefined;
791
791
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
792
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
792
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
793
793
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
794
794
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
795
795
  } | null)[] | null | undefined;
796
796
  rent?: ({
797
797
  __typename?: "WatchProvider" | undefined;
798
798
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
799
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
799
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
800
800
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
801
801
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
802
802
  } | null)[] | null | undefined;
@@ -806,35 +806,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
806
806
  ads?: ({
807
807
  __typename?: "WatchProvider" | undefined;
808
808
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
809
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
809
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
810
810
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
811
811
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
812
812
  } | null)[] | null | undefined;
813
813
  buy?: ({
814
814
  __typename?: "WatchProvider" | undefined;
815
815
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
816
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
816
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
817
817
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
818
818
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
819
819
  } | null)[] | null | undefined;
820
820
  flatrate?: ({
821
821
  __typename?: "WatchProvider" | undefined;
822
822
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
823
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
823
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
824
824
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
825
825
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
826
826
  } | null)[] | null | undefined;
827
827
  free?: ({
828
828
  __typename?: "WatchProvider" | undefined;
829
829
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
830
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
830
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
831
831
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
832
832
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
833
833
  } | null)[] | null | undefined;
834
834
  rent?: ({
835
835
  __typename?: "WatchProvider" | undefined;
836
836
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
837
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
837
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
838
838
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
839
839
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
840
840
  } | null)[] | null | undefined;
@@ -844,35 +844,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
844
844
  ads?: ({
845
845
  __typename?: "WatchProvider" | undefined;
846
846
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
847
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
847
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
848
848
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
849
849
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
850
850
  } | null)[] | null | undefined;
851
851
  buy?: ({
852
852
  __typename?: "WatchProvider" | undefined;
853
853
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
854
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
854
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
855
855
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
856
856
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
857
857
  } | null)[] | null | undefined;
858
858
  flatrate?: ({
859
859
  __typename?: "WatchProvider" | undefined;
860
860
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
861
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
861
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
862
862
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
863
863
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
864
864
  } | null)[] | null | undefined;
865
865
  free?: ({
866
866
  __typename?: "WatchProvider" | undefined;
867
867
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
868
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
868
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
869
869
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
870
870
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
871
871
  } | null)[] | null | undefined;
872
872
  rent?: ({
873
873
  __typename?: "WatchProvider" | undefined;
874
874
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
875
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
875
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
876
876
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
877
877
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
878
878
  } | null)[] | null | undefined;
@@ -882,35 +882,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
882
882
  ads?: ({
883
883
  __typename?: "WatchProvider" | undefined;
884
884
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
885
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
885
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
886
886
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
887
887
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
888
888
  } | null)[] | null | undefined;
889
889
  buy?: ({
890
890
  __typename?: "WatchProvider" | undefined;
891
891
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
892
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
892
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
893
893
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
894
894
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
895
895
  } | null)[] | null | undefined;
896
896
  flatrate?: ({
897
897
  __typename?: "WatchProvider" | undefined;
898
898
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
899
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
899
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
900
900
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
901
901
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
902
902
  } | null)[] | null | undefined;
903
903
  free?: ({
904
904
  __typename?: "WatchProvider" | undefined;
905
905
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
906
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
906
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
907
907
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
908
908
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
909
909
  } | null)[] | null | undefined;
910
910
  rent?: ({
911
911
  __typename?: "WatchProvider" | undefined;
912
912
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
913
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
913
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
914
914
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
915
915
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
916
916
  } | null)[] | null | undefined;
@@ -920,35 +920,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
920
920
  ads?: ({
921
921
  __typename?: "WatchProvider" | undefined;
922
922
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
923
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
923
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
924
924
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
925
925
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
926
926
  } | null)[] | null | undefined;
927
927
  buy?: ({
928
928
  __typename?: "WatchProvider" | undefined;
929
929
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
930
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
930
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
931
931
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
932
932
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
933
933
  } | null)[] | null | undefined;
934
934
  flatrate?: ({
935
935
  __typename?: "WatchProvider" | undefined;
936
936
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
937
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
937
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
938
938
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
939
939
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
940
940
  } | null)[] | null | undefined;
941
941
  free?: ({
942
942
  __typename?: "WatchProvider" | undefined;
943
943
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
944
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
944
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
945
945
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
946
946
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
947
947
  } | null)[] | null | undefined;
948
948
  rent?: ({
949
949
  __typename?: "WatchProvider" | undefined;
950
950
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
951
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
951
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
952
952
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
953
953
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
954
954
  } | null)[] | null | undefined;
@@ -958,35 +958,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
958
958
  ads?: ({
959
959
  __typename?: "WatchProvider" | undefined;
960
960
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
961
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
961
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
962
962
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
963
963
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
964
964
  } | null)[] | null | undefined;
965
965
  buy?: ({
966
966
  __typename?: "WatchProvider" | undefined;
967
967
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
968
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
968
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
969
969
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
970
970
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
971
971
  } | null)[] | null | undefined;
972
972
  flatrate?: ({
973
973
  __typename?: "WatchProvider" | undefined;
974
974
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
975
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
975
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
976
976
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
977
977
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
978
978
  } | null)[] | null | undefined;
979
979
  free?: ({
980
980
  __typename?: "WatchProvider" | undefined;
981
981
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
982
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
982
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
983
983
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
984
984
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
985
985
  } | null)[] | null | undefined;
986
986
  rent?: ({
987
987
  __typename?: "WatchProvider" | undefined;
988
988
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
989
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
989
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
990
990
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
991
991
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
992
992
  } | null)[] | null | undefined;
@@ -996,35 +996,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
996
996
  ads?: ({
997
997
  __typename?: "WatchProvider" | undefined;
998
998
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
999
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
999
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1000
1000
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1001
1001
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1002
1002
  } | null)[] | null | undefined;
1003
1003
  buy?: ({
1004
1004
  __typename?: "WatchProvider" | undefined;
1005
1005
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1006
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1006
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1007
1007
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1008
1008
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1009
1009
  } | null)[] | null | undefined;
1010
1010
  flatrate?: ({
1011
1011
  __typename?: "WatchProvider" | undefined;
1012
1012
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1013
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1013
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1014
1014
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1015
1015
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1016
1016
  } | null)[] | null | undefined;
1017
1017
  free?: ({
1018
1018
  __typename?: "WatchProvider" | undefined;
1019
1019
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1020
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1020
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1021
1021
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1022
1022
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1023
1023
  } | null)[] | null | undefined;
1024
1024
  rent?: ({
1025
1025
  __typename?: "WatchProvider" | undefined;
1026
1026
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1027
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1027
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1028
1028
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1029
1029
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1030
1030
  } | null)[] | null | undefined;
@@ -1034,35 +1034,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
1034
1034
  ads?: ({
1035
1035
  __typename?: "WatchProvider" | undefined;
1036
1036
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1037
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1037
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1038
1038
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1039
1039
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1040
1040
  } | null)[] | null | undefined;
1041
1041
  buy?: ({
1042
1042
  __typename?: "WatchProvider" | undefined;
1043
1043
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1044
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1044
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1045
1045
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1046
1046
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1047
1047
  } | null)[] | null | undefined;
1048
1048
  flatrate?: ({
1049
1049
  __typename?: "WatchProvider" | undefined;
1050
1050
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1051
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1051
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1052
1052
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1053
1053
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1054
1054
  } | null)[] | null | undefined;
1055
1055
  free?: ({
1056
1056
  __typename?: "WatchProvider" | undefined;
1057
1057
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1058
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1058
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1059
1059
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1060
1060
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1061
1061
  } | null)[] | null | undefined;
1062
1062
  rent?: ({
1063
1063
  __typename?: "WatchProvider" | undefined;
1064
1064
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1065
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1065
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1066
1066
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1067
1067
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1068
1068
  } | null)[] | null | undefined;
@@ -1072,35 +1072,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
1072
1072
  ads?: ({
1073
1073
  __typename?: "WatchProvider" | undefined;
1074
1074
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1075
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1075
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1076
1076
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1077
1077
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1078
1078
  } | null)[] | null | undefined;
1079
1079
  buy?: ({
1080
1080
  __typename?: "WatchProvider" | undefined;
1081
1081
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1082
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1082
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1083
1083
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1084
1084
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1085
1085
  } | null)[] | null | undefined;
1086
1086
  flatrate?: ({
1087
1087
  __typename?: "WatchProvider" | undefined;
1088
1088
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1089
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1089
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1090
1090
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1091
1091
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1092
1092
  } | null)[] | null | undefined;
1093
1093
  free?: ({
1094
1094
  __typename?: "WatchProvider" | undefined;
1095
1095
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1096
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1096
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1097
1097
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1098
1098
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1099
1099
  } | null)[] | null | undefined;
1100
1100
  rent?: ({
1101
1101
  __typename?: "WatchProvider" | undefined;
1102
1102
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1103
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1103
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1104
1104
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1105
1105
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1106
1106
  } | null)[] | null | undefined;
@@ -1110,35 +1110,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
1110
1110
  ads?: ({
1111
1111
  __typename?: "WatchProvider" | undefined;
1112
1112
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1113
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1113
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1114
1114
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1115
1115
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1116
1116
  } | null)[] | null | undefined;
1117
1117
  buy?: ({
1118
1118
  __typename?: "WatchProvider" | undefined;
1119
1119
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1120
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1120
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1121
1121
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1122
1122
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1123
1123
  } | null)[] | null | undefined;
1124
1124
  flatrate?: ({
1125
1125
  __typename?: "WatchProvider" | undefined;
1126
1126
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1127
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1127
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1128
1128
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1129
1129
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1130
1130
  } | null)[] | null | undefined;
1131
1131
  free?: ({
1132
1132
  __typename?: "WatchProvider" | undefined;
1133
1133
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1134
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1134
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1135
1135
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1136
1136
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1137
1137
  } | null)[] | null | undefined;
1138
1138
  rent?: ({
1139
1139
  __typename?: "WatchProvider" | undefined;
1140
1140
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1141
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1141
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1142
1142
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1143
1143
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1144
1144
  } | null)[] | null | undefined;
@@ -1148,35 +1148,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
1148
1148
  ads?: ({
1149
1149
  __typename?: "WatchProvider" | undefined;
1150
1150
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1151
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1151
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1152
1152
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1153
1153
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1154
1154
  } | null)[] | null | undefined;
1155
1155
  buy?: ({
1156
1156
  __typename?: "WatchProvider" | undefined;
1157
1157
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1158
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1158
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1159
1159
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1160
1160
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1161
1161
  } | null)[] | null | undefined;
1162
1162
  flatrate?: ({
1163
1163
  __typename?: "WatchProvider" | undefined;
1164
1164
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1165
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1165
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1166
1166
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1167
1167
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1168
1168
  } | null)[] | null | undefined;
1169
1169
  free?: ({
1170
1170
  __typename?: "WatchProvider" | undefined;
1171
1171
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1172
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1172
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1173
1173
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1174
1174
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1175
1175
  } | null)[] | null | undefined;
1176
1176
  rent?: ({
1177
1177
  __typename?: "WatchProvider" | undefined;
1178
1178
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1179
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1179
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1180
1180
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1181
1181
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1182
1182
  } | null)[] | null | undefined;
@@ -1186,35 +1186,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
1186
1186
  ads?: ({
1187
1187
  __typename?: "WatchProvider" | undefined;
1188
1188
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1189
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1189
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1190
1190
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1191
1191
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1192
1192
  } | null)[] | null | undefined;
1193
1193
  buy?: ({
1194
1194
  __typename?: "WatchProvider" | undefined;
1195
1195
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1196
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1196
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1197
1197
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1198
1198
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1199
1199
  } | null)[] | null | undefined;
1200
1200
  flatrate?: ({
1201
1201
  __typename?: "WatchProvider" | undefined;
1202
1202
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1203
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1203
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1204
1204
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1205
1205
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1206
1206
  } | null)[] | null | undefined;
1207
1207
  free?: ({
1208
1208
  __typename?: "WatchProvider" | undefined;
1209
1209
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1210
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1210
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1211
1211
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1212
1212
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1213
1213
  } | null)[] | null | undefined;
1214
1214
  rent?: ({
1215
1215
  __typename?: "WatchProvider" | undefined;
1216
1216
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1217
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1217
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1218
1218
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1219
1219
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1220
1220
  } | null)[] | null | undefined;
@@ -1224,35 +1224,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
1224
1224
  ads?: ({
1225
1225
  __typename?: "WatchProvider" | undefined;
1226
1226
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1227
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1227
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1228
1228
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1229
1229
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1230
1230
  } | null)[] | null | undefined;
1231
1231
  buy?: ({
1232
1232
  __typename?: "WatchProvider" | undefined;
1233
1233
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1234
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1234
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1235
1235
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1236
1236
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1237
1237
  } | null)[] | null | undefined;
1238
1238
  flatrate?: ({
1239
1239
  __typename?: "WatchProvider" | undefined;
1240
1240
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1241
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1241
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1242
1242
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1243
1243
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1244
1244
  } | null)[] | null | undefined;
1245
1245
  free?: ({
1246
1246
  __typename?: "WatchProvider" | undefined;
1247
1247
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1248
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1248
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1249
1249
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1250
1250
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1251
1251
  } | null)[] | null | undefined;
1252
1252
  rent?: ({
1253
1253
  __typename?: "WatchProvider" | undefined;
1254
1254
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1255
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1255
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1256
1256
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1257
1257
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1258
1258
  } | null)[] | null | undefined;
@@ -1262,35 +1262,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
1262
1262
  ads?: ({
1263
1263
  __typename?: "WatchProvider" | undefined;
1264
1264
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1265
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1265
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1266
1266
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1267
1267
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1268
1268
  } | null)[] | null | undefined;
1269
1269
  buy?: ({
1270
1270
  __typename?: "WatchProvider" | undefined;
1271
1271
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1272
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1272
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1273
1273
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1274
1274
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1275
1275
  } | null)[] | null | undefined;
1276
1276
  flatrate?: ({
1277
1277
  __typename?: "WatchProvider" | undefined;
1278
1278
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1279
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1279
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1280
1280
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1281
1281
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1282
1282
  } | null)[] | null | undefined;
1283
1283
  free?: ({
1284
1284
  __typename?: "WatchProvider" | undefined;
1285
1285
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1286
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1286
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1287
1287
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1288
1288
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1289
1289
  } | null)[] | null | undefined;
1290
1290
  rent?: ({
1291
1291
  __typename?: "WatchProvider" | undefined;
1292
1292
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1293
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1293
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1294
1294
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1295
1295
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1296
1296
  } | null)[] | null | undefined;
@@ -1300,35 +1300,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
1300
1300
  ads?: ({
1301
1301
  __typename?: "WatchProvider" | undefined;
1302
1302
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1303
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1303
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1304
1304
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1305
1305
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1306
1306
  } | null)[] | null | undefined;
1307
1307
  buy?: ({
1308
1308
  __typename?: "WatchProvider" | undefined;
1309
1309
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1310
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1310
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1311
1311
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1312
1312
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1313
1313
  } | null)[] | null | undefined;
1314
1314
  flatrate?: ({
1315
1315
  __typename?: "WatchProvider" | undefined;
1316
1316
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1317
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1317
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1318
1318
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1319
1319
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1320
1320
  } | null)[] | null | undefined;
1321
1321
  free?: ({
1322
1322
  __typename?: "WatchProvider" | undefined;
1323
1323
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1324
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1324
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1325
1325
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1326
1326
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1327
1327
  } | null)[] | null | undefined;
1328
1328
  rent?: ({
1329
1329
  __typename?: "WatchProvider" | undefined;
1330
1330
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1331
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1331
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1332
1332
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1333
1333
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1334
1334
  } | null)[] | null | undefined;
@@ -1338,35 +1338,35 @@ export declare const resolveMovieWatchProviders: (obj: RawMovieWithAppendToRespo
1338
1338
  ads?: ({
1339
1339
  __typename?: "WatchProvider" | undefined;
1340
1340
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1341
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1341
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1342
1342
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1343
1343
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1344
1344
  } | null)[] | null | undefined;
1345
1345
  buy?: ({
1346
1346
  __typename?: "WatchProvider" | undefined;
1347
1347
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1348
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1348
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1349
1349
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1350
1350
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1351
1351
  } | null)[] | null | undefined;
1352
1352
  flatrate?: ({
1353
1353
  __typename?: "WatchProvider" | undefined;
1354
1354
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1355
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1355
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1356
1356
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1357
1357
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1358
1358
  } | null)[] | null | undefined;
1359
1359
  free?: ({
1360
1360
  __typename?: "WatchProvider" | undefined;
1361
1361
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1362
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1362
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1363
1363
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1364
1364
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1365
1365
  } | null)[] | null | undefined;
1366
1366
  rent?: ({
1367
1367
  __typename?: "WatchProvider" | undefined;
1368
1368
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1369
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1369
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1370
1370
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1371
1371
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1372
1372
  } | null)[] | null | undefined;