@tmdb-graphql-api/resolvers 0.0.33 → 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 (105) 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 +37 -37
  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/season.test.ts +2 -2
  104. package/src/queries/season.ts +6 -6
  105. package/src/types.ts +9 -2
@@ -16,7 +16,7 @@ export declare const cursorCache: Core;
16
16
  export declare const getters: Getters<RawTvReviews, RawReview>;
17
17
  export declare const resolveTvReviews: (source: {
18
18
  genres: ({
19
- id: string | number;
19
+ id: number;
20
20
  __typename?: "Genre" | undefined;
21
21
  name: string;
22
22
  } | null)[];
@@ -45,7 +45,7 @@ export declare const resolveTvReviews: (source: {
45
45
  __typename?: "TvEdge" | undefined;
46
46
  cursor: string;
47
47
  node: {
48
- id: string | number;
48
+ id: number;
49
49
  __typename?: "Tv" | undefined;
50
50
  alternative_titles?: ({
51
51
  __typename?: "AlternativeName" | undefined;
@@ -67,12 +67,12 @@ export declare const resolveTvReviews: (source: {
67
67
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
68
68
  } | null)[] | null | undefined;
69
69
  cast?: ({
70
- id: string | number;
70
+ id: number;
71
71
  __typename?: "Cast" | undefined;
72
72
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
73
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
73
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
74
74
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
75
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
75
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
76
76
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
77
77
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
78
78
  name: string;
@@ -87,7 +87,7 @@ export declare const resolveTvReviews: (source: {
87
87
  rating: string;
88
88
  } | null)[] | null | undefined;
89
89
  created_by?: {
90
- id: string | number;
90
+ id: number;
91
91
  __typename?: "Person" | undefined;
92
92
  adult: boolean;
93
93
  also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
@@ -96,15 +96,15 @@ export declare const resolveTvReviews: (source: {
96
96
  combined_credits?: {
97
97
  __typename?: "CreditsCombined" | undefined;
98
98
  cast?: ({
99
- id: string | number;
99
+ id: number;
100
100
  __typename?: "CreditCombinedCast" | undefined;
101
101
  adult: boolean;
102
102
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
103
103
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
104
- credit_id: string | number;
104
+ credit_id: string;
105
105
  episode_count: number;
106
106
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
107
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
107
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
108
108
  media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
109
109
  name: string;
110
110
  origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
@@ -121,15 +121,15 @@ export declare const resolveTvReviews: (source: {
121
121
  vote_count: number;
122
122
  } | null)[] | null | undefined;
123
123
  crew?: ({
124
- id: string | number;
124
+ id: number;
125
125
  __typename?: "CreditCombinedCrew" | undefined;
126
126
  adult: boolean;
127
127
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
128
- credit_id: string | number;
128
+ credit_id: string;
129
129
  department: string;
130
130
  episode_count: number;
131
131
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
132
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
132
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
133
133
  job: string;
134
134
  media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
135
135
  name: string;
@@ -167,13 +167,13 @@ export declare const resolveTvReviews: (source: {
167
167
  movie_credits?: {
168
168
  __typename?: "CreditsMovie" | undefined;
169
169
  cast?: ({
170
- id: string | number;
170
+ id: number;
171
171
  __typename?: "CreditMovieCast" | undefined;
172
172
  adult: boolean;
173
173
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
174
174
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
175
- credit_id: string | number;
176
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
175
+ credit_id: string;
176
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
177
177
  original_language: string;
178
178
  original_title: string;
179
179
  overview: string;
@@ -186,13 +186,13 @@ export declare const resolveTvReviews: (source: {
186
186
  vote_count: number;
187
187
  } | null)[] | null | undefined;
188
188
  crew?: ({
189
- id: string | number;
189
+ id: number;
190
190
  __typename?: "CreditMovieCrew" | undefined;
191
191
  adult: boolean;
192
192
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
193
- credit_id: string | number;
193
+ credit_id: string;
194
194
  department: string;
195
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
195
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
196
196
  job: string;
197
197
  original_language: string;
198
198
  original_title: string;
@@ -239,14 +239,14 @@ export declare const resolveTvReviews: (source: {
239
239
  tv_credits?: {
240
240
  __typename?: "CreditsTv" | undefined;
241
241
  cast?: ({
242
- id: string | number;
242
+ id: number;
243
243
  __typename?: "CreditTvCast" | undefined;
244
244
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
245
245
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
246
- credit_id: string | number;
246
+ credit_id: string;
247
247
  episode_count: number;
248
248
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
249
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
249
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
250
250
  name: string;
251
251
  origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
252
252
  original_language: string;
@@ -258,14 +258,14 @@ export declare const resolveTvReviews: (source: {
258
258
  vote_count: number;
259
259
  } | null)[] | null | undefined;
260
260
  crew?: ({
261
- id: string | number;
261
+ id: number;
262
262
  __typename?: "CreditTvCrew" | undefined;
263
263
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
264
- credit_id: string | number;
264
+ credit_id: string;
265
265
  department: string;
266
266
  episode_count: number;
267
267
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
268
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
268
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
269
269
  job: string;
270
270
  name: string;
271
271
  origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
@@ -280,10 +280,10 @@ export declare const resolveTvReviews: (source: {
280
280
  } | null | undefined;
281
281
  } | null | undefined;
282
282
  crew?: ({
283
- id: string | number;
283
+ id: number;
284
284
  __typename?: "Crew" | undefined;
285
285
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
286
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
286
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
287
287
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
288
288
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
289
289
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -294,14 +294,14 @@ export declare const resolveTvReviews: (source: {
294
294
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
295
295
  } | null)[] | null | undefined;
296
296
  episode_groups?: ({
297
- id: string | number;
297
+ id: number;
298
298
  __typename?: "EpisodeGroup" | undefined;
299
299
  description: string;
300
300
  episode_count: number;
301
301
  group_count: number;
302
302
  name: string;
303
303
  network: {
304
- id: string | number;
304
+ id: number;
305
305
  __typename?: "Network" | undefined;
306
306
  alternative_names?: ({
307
307
  __typename?: "AlternativeName" | undefined;
@@ -343,7 +343,7 @@ export declare const resolveTvReviews: (source: {
343
343
  } | null | undefined;
344
344
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
345
345
  genres: ({
346
- id: string | number;
346
+ id: number;
347
347
  __typename?: "Genre" | undefined;
348
348
  name: string;
349
349
  } | null)[];
@@ -351,22 +351,22 @@ export declare const resolveTvReviews: (source: {
351
351
  in_production: boolean;
352
352
  keywords?: ({
353
353
  __typename?: "Keyword" | undefined;
354
- id: string | number;
354
+ id: number;
355
355
  name: string;
356
356
  } | null)[] | null | undefined;
357
357
  languages: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
358
358
  last_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
359
359
  last_episode_to_air?: {
360
- id: string | number;
360
+ id: number;
361
361
  __typename?: "Episode" | undefined;
362
362
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
363
363
  cast?: ({
364
- id: string | number;
364
+ id: number;
365
365
  __typename?: "Cast" | undefined;
366
366
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
367
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
367
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
368
368
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
369
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
369
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
370
370
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
371
371
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
372
372
  name: string;
@@ -376,10 +376,10 @@ export declare const resolveTvReviews: (source: {
376
376
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
377
377
  } | null)[] | null | undefined;
378
378
  crew?: ({
379
- id: string | number;
379
+ id: number;
380
380
  __typename?: "Crew" | undefined;
381
381
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
382
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
382
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
383
383
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
384
384
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
385
385
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -389,6 +389,7 @@ export declare const resolveTvReviews: (source: {
389
389
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
390
390
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
391
391
  } | null)[] | null | undefined;
392
+ episode_lookup_id: string;
392
393
  episode_number: number;
393
394
  external_ids?: {
394
395
  __typename?: "ExternalIds" | undefined;
@@ -402,12 +403,12 @@ export declare const resolveTvReviews: (source: {
402
403
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
403
404
  } | null | undefined;
404
405
  guest_stars?: ({
405
- id: string | number;
406
+ id: number;
406
407
  __typename?: "Cast" | undefined;
407
408
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
408
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
409
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
409
410
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
410
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
411
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
411
412
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
412
413
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
413
414
  name: string;
@@ -448,9 +449,9 @@ export declare const resolveTvReviews: (source: {
448
449
  iso_3166_1: string;
449
450
  name: string;
450
451
  } | null)[] | null | undefined;
451
- tv_show_id: string | number;
452
+ tv_show_id: number;
452
453
  videos?: ({
453
- id: string | number;
454
+ id: number;
454
455
  __typename?: "Video" | undefined;
455
456
  iso_639_1: string;
456
457
  iso_3166_1: string;
@@ -477,7 +478,7 @@ export declare const resolveTvReviews: (source: {
477
478
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
478
479
  name: string;
479
480
  networks: ({
480
- id: string | number;
481
+ id: number;
481
482
  __typename?: "Network" | undefined;
482
483
  alternative_names?: ({
483
484
  __typename?: "AlternativeName" | undefined;
@@ -504,16 +505,16 @@ export declare const resolveTvReviews: (source: {
504
505
  origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
505
506
  } | null)[];
506
507
  next_episode_to_air?: {
507
- id: string | number;
508
+ id: number;
508
509
  __typename?: "Episode" | undefined;
509
510
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
510
511
  cast?: ({
511
- id: string | number;
512
+ id: number;
512
513
  __typename?: "Cast" | undefined;
513
514
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
514
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
515
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
515
516
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
516
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
517
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
517
518
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
518
519
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
519
520
  name: string;
@@ -523,10 +524,10 @@ export declare const resolveTvReviews: (source: {
523
524
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
524
525
  } | null)[] | null | undefined;
525
526
  crew?: ({
526
- id: string | number;
527
+ id: number;
527
528
  __typename?: "Crew" | undefined;
528
529
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
529
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
530
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
530
531
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
531
532
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
532
533
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -536,6 +537,7 @@ export declare const resolveTvReviews: (source: {
536
537
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
537
538
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
538
539
  } | null)[] | null | undefined;
540
+ episode_lookup_id: string;
539
541
  episode_number: number;
540
542
  external_ids?: {
541
543
  __typename?: "ExternalIds" | undefined;
@@ -549,12 +551,12 @@ export declare const resolveTvReviews: (source: {
549
551
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
550
552
  } | null | undefined;
551
553
  guest_stars?: ({
552
- id: string | number;
554
+ id: number;
553
555
  __typename?: "Cast" | undefined;
554
556
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
555
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
557
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
556
558
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
557
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
559
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
558
560
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
559
561
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
560
562
  name: string;
@@ -595,9 +597,9 @@ export declare const resolveTvReviews: (source: {
595
597
  iso_3166_1: string;
596
598
  name: string;
597
599
  } | null)[] | null | undefined;
598
- tv_show_id: string | number;
600
+ tv_show_id: number;
599
601
  videos?: ({
600
- id: string | number;
602
+ id: number;
601
603
  __typename?: "Video" | undefined;
602
604
  iso_639_1: string;
603
605
  iso_3166_1: string;
@@ -630,7 +632,7 @@ export declare const resolveTvReviews: (source: {
630
632
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
631
633
  } | null)[] | null | undefined;
632
634
  production_companies: ({
633
- id: string | number;
635
+ id: number;
634
636
  __typename?: "Company" | undefined;
635
637
  alternative_names?: ({
636
638
  __typename?: "AlternativeName" | undefined;
@@ -672,7 +674,6 @@ export declare const resolveTvReviews: (source: {
672
674
  __typename?: "ReviewEdge" | undefined;
673
675
  cursor: string;
674
676
  node: {
675
- id: string | number;
676
677
  __typename?: "Review" | undefined;
677
678
  author: string;
678
679
  author_details?: {
@@ -684,6 +685,7 @@ export declare const resolveTvReviews: (source: {
684
685
  } | null | undefined;
685
686
  content: string;
686
687
  created_at: string;
688
+ id: string;
687
689
  iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
688
690
  media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
689
691
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
@@ -691,7 +693,6 @@ export declare const resolveTvReviews: (source: {
691
693
  };
692
694
  } | null)[] | null | undefined;
693
695
  nodes?: ({
694
- id: string | number;
695
696
  __typename?: "Review" | undefined;
696
697
  author: string;
697
698
  author_details?: {
@@ -703,6 +704,7 @@ export declare const resolveTvReviews: (source: {
703
704
  } | null | undefined;
704
705
  content: string;
705
706
  created_at: string;
707
+ id: string;
706
708
  iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
707
709
  media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
708
710
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
@@ -711,16 +713,16 @@ export declare const resolveTvReviews: (source: {
711
713
  total_count: number;
712
714
  } | null | undefined;
713
715
  seasons: ({
714
- id: string | number;
716
+ id: number;
715
717
  __typename?: "Season" | undefined;
716
718
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
717
719
  cast?: ({
718
- id: string | number;
720
+ id: number;
719
721
  __typename?: "Cast" | undefined;
720
722
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
721
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
723
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
722
724
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
723
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
725
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
724
726
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
725
727
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
726
728
  name: string;
@@ -730,10 +732,10 @@ export declare const resolveTvReviews: (source: {
730
732
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
731
733
  } | null)[] | null | undefined;
732
734
  crew?: ({
733
- id: string | number;
735
+ id: number;
734
736
  __typename?: "Crew" | undefined;
735
737
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
736
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
738
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
737
739
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
738
740
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
739
741
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -745,16 +747,16 @@ export declare const resolveTvReviews: (source: {
745
747
  } | null)[] | null | undefined;
746
748
  episode_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
747
749
  episodes?: ({
748
- id: string | number;
750
+ id: number;
749
751
  __typename?: "Episode" | undefined;
750
752
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
751
753
  cast?: ({
752
- id: string | number;
754
+ id: number;
753
755
  __typename?: "Cast" | undefined;
754
756
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
755
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
757
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
756
758
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
757
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
759
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
758
760
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
759
761
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
760
762
  name: string;
@@ -764,10 +766,10 @@ export declare const resolveTvReviews: (source: {
764
766
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
765
767
  } | null)[] | null | undefined;
766
768
  crew?: ({
767
- id: string | number;
769
+ id: number;
768
770
  __typename?: "Crew" | undefined;
769
771
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
770
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
772
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
771
773
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
772
774
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
773
775
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -777,6 +779,7 @@ export declare const resolveTvReviews: (source: {
777
779
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
778
780
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
779
781
  } | null)[] | null | undefined;
782
+ episode_lookup_id: string;
780
783
  episode_number: number;
781
784
  external_ids?: {
782
785
  __typename?: "ExternalIds" | undefined;
@@ -790,12 +793,12 @@ export declare const resolveTvReviews: (source: {
790
793
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
791
794
  } | null | undefined;
792
795
  guest_stars?: ({
793
- id: string | number;
796
+ id: number;
794
797
  __typename?: "Cast" | undefined;
795
798
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
796
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
799
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
797
800
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
798
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
801
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
799
802
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
800
803
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
801
804
  name: string;
@@ -836,9 +839,9 @@ export declare const resolveTvReviews: (source: {
836
839
  iso_3166_1: string;
837
840
  name: string;
838
841
  } | null)[] | null | undefined;
839
- tv_show_id: string | number;
842
+ tv_show_id: number;
840
843
  videos?: ({
841
- id: string | number;
844
+ id: number;
842
845
  __typename?: "Video" | undefined;
843
846
  iso_639_1: string;
844
847
  iso_3166_1: string;
@@ -876,6 +879,7 @@ export declare const resolveTvReviews: (source: {
876
879
  vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
877
880
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
878
881
  } | null)[] | null | undefined;
882
+ season_lookup_id: string;
879
883
  season_number: number;
880
884
  translations?: ({
881
885
  __typename?: "Translation" | undefined;
@@ -892,9 +896,9 @@ export declare const resolveTvReviews: (source: {
892
896
  iso_3166_1: string;
893
897
  name: string;
894
898
  } | null)[] | null | undefined;
895
- tv_show_id: string | number;
899
+ tv_show_id: number;
896
900
  videos?: ({
897
- id: string | number;
901
+ id: number;
898
902
  __typename?: "Video" | undefined;
899
903
  iso_639_1: string;
900
904
  iso_3166_1: string;
@@ -925,7 +929,7 @@ export declare const resolveTvReviews: (source: {
925
929
  } | null)[] | null | undefined;
926
930
  type: import("@tmdb-graphql-api/schema/types").TvType;
927
931
  videos?: ({
928
- id: string | number;
932
+ id: number;
929
933
  __typename?: "Video" | undefined;
930
934
  iso_639_1: string;
931
935
  iso_3166_1: string;
@@ -944,35 +948,35 @@ export declare const resolveTvReviews: (source: {
944
948
  ads?: ({
945
949
  __typename?: "WatchProvider" | undefined;
946
950
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
947
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
951
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
948
952
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
949
953
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
950
954
  } | null)[] | null | undefined;
951
955
  buy?: ({
952
956
  __typename?: "WatchProvider" | undefined;
953
957
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
954
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
958
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
955
959
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
956
960
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
957
961
  } | null)[] | null | undefined;
958
962
  flatrate?: ({
959
963
  __typename?: "WatchProvider" | undefined;
960
964
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
961
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
965
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
962
966
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
963
967
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
964
968
  } | null)[] | null | undefined;
965
969
  free?: ({
966
970
  __typename?: "WatchProvider" | undefined;
967
971
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
968
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
972
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
969
973
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
970
974
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
971
975
  } | null)[] | null | undefined;
972
976
  rent?: ({
973
977
  __typename?: "WatchProvider" | undefined;
974
978
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
975
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
979
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
976
980
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
977
981
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
978
982
  } | null)[] | null | undefined;
@@ -982,35 +986,35 @@ export declare const resolveTvReviews: (source: {
982
986
  ads?: ({
983
987
  __typename?: "WatchProvider" | undefined;
984
988
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
985
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
989
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
986
990
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
987
991
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
988
992
  } | null)[] | null | undefined;
989
993
  buy?: ({
990
994
  __typename?: "WatchProvider" | undefined;
991
995
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
992
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
996
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
993
997
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
994
998
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
995
999
  } | null)[] | null | undefined;
996
1000
  flatrate?: ({
997
1001
  __typename?: "WatchProvider" | undefined;
998
1002
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
999
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1003
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1000
1004
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1001
1005
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1002
1006
  } | null)[] | null | undefined;
1003
1007
  free?: ({
1004
1008
  __typename?: "WatchProvider" | undefined;
1005
1009
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1006
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1010
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1007
1011
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1008
1012
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1009
1013
  } | null)[] | null | undefined;
1010
1014
  rent?: ({
1011
1015
  __typename?: "WatchProvider" | undefined;
1012
1016
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1013
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1017
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1014
1018
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1015
1019
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1016
1020
  } | null)[] | null | undefined;
@@ -1020,35 +1024,35 @@ export declare const resolveTvReviews: (source: {
1020
1024
  ads?: ({
1021
1025
  __typename?: "WatchProvider" | undefined;
1022
1026
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1023
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1027
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1024
1028
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1025
1029
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1026
1030
  } | null)[] | null | undefined;
1027
1031
  buy?: ({
1028
1032
  __typename?: "WatchProvider" | undefined;
1029
1033
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1030
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1034
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1031
1035
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1032
1036
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1033
1037
  } | null)[] | null | undefined;
1034
1038
  flatrate?: ({
1035
1039
  __typename?: "WatchProvider" | undefined;
1036
1040
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1037
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1041
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1038
1042
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1039
1043
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1040
1044
  } | null)[] | null | undefined;
1041
1045
  free?: ({
1042
1046
  __typename?: "WatchProvider" | undefined;
1043
1047
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1044
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1048
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1045
1049
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1046
1050
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1047
1051
  } | null)[] | null | undefined;
1048
1052
  rent?: ({
1049
1053
  __typename?: "WatchProvider" | undefined;
1050
1054
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1051
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1055
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1052
1056
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1053
1057
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1054
1058
  } | null)[] | null | undefined;
@@ -1058,35 +1062,35 @@ export declare const resolveTvReviews: (source: {
1058
1062
  ads?: ({
1059
1063
  __typename?: "WatchProvider" | undefined;
1060
1064
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1061
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1065
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1062
1066
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1063
1067
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1064
1068
  } | null)[] | null | undefined;
1065
1069
  buy?: ({
1066
1070
  __typename?: "WatchProvider" | undefined;
1067
1071
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1068
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1072
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1069
1073
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1070
1074
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1071
1075
  } | null)[] | null | undefined;
1072
1076
  flatrate?: ({
1073
1077
  __typename?: "WatchProvider" | undefined;
1074
1078
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1075
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1079
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1076
1080
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1077
1081
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1078
1082
  } | null)[] | null | undefined;
1079
1083
  free?: ({
1080
1084
  __typename?: "WatchProvider" | undefined;
1081
1085
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1082
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1086
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1083
1087
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1084
1088
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1085
1089
  } | null)[] | null | undefined;
1086
1090
  rent?: ({
1087
1091
  __typename?: "WatchProvider" | undefined;
1088
1092
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1089
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1093
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1090
1094
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1091
1095
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1092
1096
  } | null)[] | null | undefined;
@@ -1096,35 +1100,35 @@ export declare const resolveTvReviews: (source: {
1096
1100
  ads?: ({
1097
1101
  __typename?: "WatchProvider" | undefined;
1098
1102
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1099
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1103
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1100
1104
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1101
1105
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1102
1106
  } | null)[] | null | undefined;
1103
1107
  buy?: ({
1104
1108
  __typename?: "WatchProvider" | undefined;
1105
1109
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1106
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1110
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1107
1111
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1108
1112
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1109
1113
  } | null)[] | null | undefined;
1110
1114
  flatrate?: ({
1111
1115
  __typename?: "WatchProvider" | undefined;
1112
1116
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1113
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1117
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1114
1118
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1115
1119
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1116
1120
  } | null)[] | null | undefined;
1117
1121
  free?: ({
1118
1122
  __typename?: "WatchProvider" | undefined;
1119
1123
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1120
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1124
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1121
1125
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1122
1126
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1123
1127
  } | null)[] | null | undefined;
1124
1128
  rent?: ({
1125
1129
  __typename?: "WatchProvider" | undefined;
1126
1130
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1127
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1131
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1128
1132
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1129
1133
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1130
1134
  } | null)[] | null | undefined;
@@ -1134,35 +1138,35 @@ export declare const resolveTvReviews: (source: {
1134
1138
  ads?: ({
1135
1139
  __typename?: "WatchProvider" | undefined;
1136
1140
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1137
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1141
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1138
1142
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1139
1143
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1140
1144
  } | null)[] | null | undefined;
1141
1145
  buy?: ({
1142
1146
  __typename?: "WatchProvider" | undefined;
1143
1147
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1144
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1148
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1145
1149
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1146
1150
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1147
1151
  } | null)[] | null | undefined;
1148
1152
  flatrate?: ({
1149
1153
  __typename?: "WatchProvider" | undefined;
1150
1154
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1151
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1155
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1152
1156
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1153
1157
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1154
1158
  } | null)[] | null | undefined;
1155
1159
  free?: ({
1156
1160
  __typename?: "WatchProvider" | undefined;
1157
1161
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1158
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1162
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1159
1163
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1160
1164
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1161
1165
  } | null)[] | null | undefined;
1162
1166
  rent?: ({
1163
1167
  __typename?: "WatchProvider" | undefined;
1164
1168
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1165
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1169
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1166
1170
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1167
1171
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1168
1172
  } | null)[] | null | undefined;
@@ -1172,35 +1176,35 @@ export declare const resolveTvReviews: (source: {
1172
1176
  ads?: ({
1173
1177
  __typename?: "WatchProvider" | undefined;
1174
1178
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1175
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1179
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1176
1180
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1177
1181
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1178
1182
  } | null)[] | null | undefined;
1179
1183
  buy?: ({
1180
1184
  __typename?: "WatchProvider" | undefined;
1181
1185
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1182
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1186
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1183
1187
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1184
1188
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1185
1189
  } | null)[] | null | undefined;
1186
1190
  flatrate?: ({
1187
1191
  __typename?: "WatchProvider" | undefined;
1188
1192
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1189
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1193
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1190
1194
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1191
1195
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1192
1196
  } | null)[] | null | undefined;
1193
1197
  free?: ({
1194
1198
  __typename?: "WatchProvider" | undefined;
1195
1199
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1196
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1200
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1197
1201
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1198
1202
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1199
1203
  } | null)[] | null | undefined;
1200
1204
  rent?: ({
1201
1205
  __typename?: "WatchProvider" | undefined;
1202
1206
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1203
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1207
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1204
1208
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1205
1209
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1206
1210
  } | null)[] | null | undefined;
@@ -1210,35 +1214,35 @@ export declare const resolveTvReviews: (source: {
1210
1214
  ads?: ({
1211
1215
  __typename?: "WatchProvider" | undefined;
1212
1216
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1213
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1217
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1214
1218
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1215
1219
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1216
1220
  } | null)[] | null | undefined;
1217
1221
  buy?: ({
1218
1222
  __typename?: "WatchProvider" | undefined;
1219
1223
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1220
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1224
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1221
1225
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1222
1226
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1223
1227
  } | null)[] | null | undefined;
1224
1228
  flatrate?: ({
1225
1229
  __typename?: "WatchProvider" | undefined;
1226
1230
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1227
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1231
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1228
1232
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1229
1233
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1230
1234
  } | null)[] | null | undefined;
1231
1235
  free?: ({
1232
1236
  __typename?: "WatchProvider" | undefined;
1233
1237
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1234
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1238
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1235
1239
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1236
1240
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1237
1241
  } | null)[] | null | undefined;
1238
1242
  rent?: ({
1239
1243
  __typename?: "WatchProvider" | undefined;
1240
1244
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1241
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1245
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1242
1246
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1243
1247
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1244
1248
  } | null)[] | null | undefined;
@@ -1248,35 +1252,35 @@ export declare const resolveTvReviews: (source: {
1248
1252
  ads?: ({
1249
1253
  __typename?: "WatchProvider" | undefined;
1250
1254
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1251
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1255
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1252
1256
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1253
1257
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1254
1258
  } | null)[] | null | undefined;
1255
1259
  buy?: ({
1256
1260
  __typename?: "WatchProvider" | undefined;
1257
1261
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1258
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1262
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1259
1263
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1260
1264
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1261
1265
  } | null)[] | null | undefined;
1262
1266
  flatrate?: ({
1263
1267
  __typename?: "WatchProvider" | undefined;
1264
1268
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1265
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1269
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1266
1270
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1267
1271
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1268
1272
  } | null)[] | null | undefined;
1269
1273
  free?: ({
1270
1274
  __typename?: "WatchProvider" | undefined;
1271
1275
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1272
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1276
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1273
1277
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1274
1278
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1275
1279
  } | null)[] | null | undefined;
1276
1280
  rent?: ({
1277
1281
  __typename?: "WatchProvider" | undefined;
1278
1282
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1279
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1283
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1280
1284
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1281
1285
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1282
1286
  } | null)[] | null | undefined;
@@ -1286,35 +1290,35 @@ export declare const resolveTvReviews: (source: {
1286
1290
  ads?: ({
1287
1291
  __typename?: "WatchProvider" | undefined;
1288
1292
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1289
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1293
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1290
1294
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1291
1295
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1292
1296
  } | null)[] | null | undefined;
1293
1297
  buy?: ({
1294
1298
  __typename?: "WatchProvider" | undefined;
1295
1299
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1296
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1300
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1297
1301
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1298
1302
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1299
1303
  } | null)[] | null | undefined;
1300
1304
  flatrate?: ({
1301
1305
  __typename?: "WatchProvider" | undefined;
1302
1306
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1303
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1307
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1304
1308
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1305
1309
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1306
1310
  } | null)[] | null | undefined;
1307
1311
  free?: ({
1308
1312
  __typename?: "WatchProvider" | undefined;
1309
1313
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1310
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1314
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1311
1315
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1312
1316
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1313
1317
  } | null)[] | null | undefined;
1314
1318
  rent?: ({
1315
1319
  __typename?: "WatchProvider" | undefined;
1316
1320
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1317
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1321
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1318
1322
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1319
1323
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1320
1324
  } | null)[] | null | undefined;
@@ -1324,35 +1328,35 @@ export declare const resolveTvReviews: (source: {
1324
1328
  ads?: ({
1325
1329
  __typename?: "WatchProvider" | undefined;
1326
1330
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1327
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1331
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1328
1332
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1329
1333
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1330
1334
  } | null)[] | null | undefined;
1331
1335
  buy?: ({
1332
1336
  __typename?: "WatchProvider" | undefined;
1333
1337
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1334
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1338
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1335
1339
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1336
1340
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1337
1341
  } | null)[] | null | undefined;
1338
1342
  flatrate?: ({
1339
1343
  __typename?: "WatchProvider" | undefined;
1340
1344
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1341
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1345
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1342
1346
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1343
1347
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1344
1348
  } | null)[] | null | undefined;
1345
1349
  free?: ({
1346
1350
  __typename?: "WatchProvider" | undefined;
1347
1351
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1348
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1352
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1349
1353
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1350
1354
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1351
1355
  } | null)[] | null | undefined;
1352
1356
  rent?: ({
1353
1357
  __typename?: "WatchProvider" | undefined;
1354
1358
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1355
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1359
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1356
1360
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1357
1361
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1358
1362
  } | null)[] | null | undefined;
@@ -1362,35 +1366,35 @@ export declare const resolveTvReviews: (source: {
1362
1366
  ads?: ({
1363
1367
  __typename?: "WatchProvider" | undefined;
1364
1368
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1365
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1369
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1366
1370
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1367
1371
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1368
1372
  } | null)[] | null | undefined;
1369
1373
  buy?: ({
1370
1374
  __typename?: "WatchProvider" | undefined;
1371
1375
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1372
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1376
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1373
1377
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1374
1378
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1375
1379
  } | null)[] | null | undefined;
1376
1380
  flatrate?: ({
1377
1381
  __typename?: "WatchProvider" | undefined;
1378
1382
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1379
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1383
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1380
1384
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1381
1385
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1382
1386
  } | null)[] | null | undefined;
1383
1387
  free?: ({
1384
1388
  __typename?: "WatchProvider" | undefined;
1385
1389
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1386
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1390
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1387
1391
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1388
1392
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1389
1393
  } | null)[] | null | undefined;
1390
1394
  rent?: ({
1391
1395
  __typename?: "WatchProvider" | undefined;
1392
1396
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1393
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1397
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1394
1398
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1395
1399
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1396
1400
  } | null)[] | null | undefined;
@@ -1400,35 +1404,35 @@ export declare const resolveTvReviews: (source: {
1400
1404
  ads?: ({
1401
1405
  __typename?: "WatchProvider" | undefined;
1402
1406
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1403
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1407
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1404
1408
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1405
1409
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1406
1410
  } | null)[] | null | undefined;
1407
1411
  buy?: ({
1408
1412
  __typename?: "WatchProvider" | undefined;
1409
1413
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1410
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1414
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1411
1415
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1412
1416
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1413
1417
  } | null)[] | null | undefined;
1414
1418
  flatrate?: ({
1415
1419
  __typename?: "WatchProvider" | undefined;
1416
1420
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1417
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1421
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1418
1422
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1419
1423
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1420
1424
  } | null)[] | null | undefined;
1421
1425
  free?: ({
1422
1426
  __typename?: "WatchProvider" | undefined;
1423
1427
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1424
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1428
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1425
1429
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1426
1430
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1427
1431
  } | null)[] | null | undefined;
1428
1432
  rent?: ({
1429
1433
  __typename?: "WatchProvider" | undefined;
1430
1434
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1431
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1435
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1432
1436
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1433
1437
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1434
1438
  } | null)[] | null | undefined;
@@ -1438,35 +1442,35 @@ export declare const resolveTvReviews: (source: {
1438
1442
  ads?: ({
1439
1443
  __typename?: "WatchProvider" | undefined;
1440
1444
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1441
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1445
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1442
1446
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1443
1447
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1444
1448
  } | null)[] | null | undefined;
1445
1449
  buy?: ({
1446
1450
  __typename?: "WatchProvider" | undefined;
1447
1451
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1448
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1452
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1449
1453
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1450
1454
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1451
1455
  } | null)[] | null | undefined;
1452
1456
  flatrate?: ({
1453
1457
  __typename?: "WatchProvider" | undefined;
1454
1458
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1455
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1459
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1456
1460
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1457
1461
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1458
1462
  } | null)[] | null | undefined;
1459
1463
  free?: ({
1460
1464
  __typename?: "WatchProvider" | undefined;
1461
1465
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1462
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1466
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1463
1467
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1464
1468
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1465
1469
  } | null)[] | null | undefined;
1466
1470
  rent?: ({
1467
1471
  __typename?: "WatchProvider" | undefined;
1468
1472
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1469
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1473
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1470
1474
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1471
1475
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1472
1476
  } | null)[] | null | undefined;
@@ -1476,35 +1480,35 @@ export declare const resolveTvReviews: (source: {
1476
1480
  ads?: ({
1477
1481
  __typename?: "WatchProvider" | undefined;
1478
1482
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1479
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1483
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1480
1484
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1481
1485
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1482
1486
  } | null)[] | null | undefined;
1483
1487
  buy?: ({
1484
1488
  __typename?: "WatchProvider" | undefined;
1485
1489
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1486
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1490
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1487
1491
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1488
1492
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1489
1493
  } | null)[] | null | undefined;
1490
1494
  flatrate?: ({
1491
1495
  __typename?: "WatchProvider" | undefined;
1492
1496
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1493
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1497
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1494
1498
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1495
1499
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1496
1500
  } | null)[] | null | undefined;
1497
1501
  free?: ({
1498
1502
  __typename?: "WatchProvider" | undefined;
1499
1503
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1500
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1504
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1501
1505
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1502
1506
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1503
1507
  } | null)[] | null | undefined;
1504
1508
  rent?: ({
1505
1509
  __typename?: "WatchProvider" | undefined;
1506
1510
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1507
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1511
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1508
1512
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1509
1513
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1510
1514
  } | null)[] | null | undefined;
@@ -1514,35 +1518,35 @@ export declare const resolveTvReviews: (source: {
1514
1518
  ads?: ({
1515
1519
  __typename?: "WatchProvider" | undefined;
1516
1520
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1517
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1521
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1518
1522
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1519
1523
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1520
1524
  } | null)[] | null | undefined;
1521
1525
  buy?: ({
1522
1526
  __typename?: "WatchProvider" | undefined;
1523
1527
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1524
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1528
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1525
1529
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1526
1530
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1527
1531
  } | null)[] | null | undefined;
1528
1532
  flatrate?: ({
1529
1533
  __typename?: "WatchProvider" | undefined;
1530
1534
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1531
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1535
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1532
1536
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1533
1537
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1534
1538
  } | null)[] | null | undefined;
1535
1539
  free?: ({
1536
1540
  __typename?: "WatchProvider" | undefined;
1537
1541
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1538
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1542
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1539
1543
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1540
1544
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1541
1545
  } | null)[] | null | undefined;
1542
1546
  rent?: ({
1543
1547
  __typename?: "WatchProvider" | undefined;
1544
1548
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1545
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1549
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1546
1550
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1547
1551
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1548
1552
  } | null)[] | null | undefined;
@@ -1552,35 +1556,35 @@ export declare const resolveTvReviews: (source: {
1552
1556
  ads?: ({
1553
1557
  __typename?: "WatchProvider" | undefined;
1554
1558
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1555
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1559
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1556
1560
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1557
1561
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1558
1562
  } | null)[] | null | undefined;
1559
1563
  buy?: ({
1560
1564
  __typename?: "WatchProvider" | undefined;
1561
1565
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1562
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1566
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1563
1567
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1564
1568
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1565
1569
  } | null)[] | null | undefined;
1566
1570
  flatrate?: ({
1567
1571
  __typename?: "WatchProvider" | undefined;
1568
1572
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1569
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1573
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1570
1574
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1571
1575
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1572
1576
  } | null)[] | null | undefined;
1573
1577
  free?: ({
1574
1578
  __typename?: "WatchProvider" | undefined;
1575
1579
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1576
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1580
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1577
1581
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1578
1582
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1579
1583
  } | null)[] | null | undefined;
1580
1584
  rent?: ({
1581
1585
  __typename?: "WatchProvider" | undefined;
1582
1586
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1583
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1587
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1584
1588
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1585
1589
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1586
1590
  } | null)[] | null | undefined;
@@ -1590,35 +1594,35 @@ export declare const resolveTvReviews: (source: {
1590
1594
  ads?: ({
1591
1595
  __typename?: "WatchProvider" | undefined;
1592
1596
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1593
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1597
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1594
1598
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1595
1599
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1596
1600
  } | null)[] | null | undefined;
1597
1601
  buy?: ({
1598
1602
  __typename?: "WatchProvider" | undefined;
1599
1603
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1600
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1604
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1601
1605
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1602
1606
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1603
1607
  } | null)[] | null | undefined;
1604
1608
  flatrate?: ({
1605
1609
  __typename?: "WatchProvider" | undefined;
1606
1610
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1607
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1611
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1608
1612
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1609
1613
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1610
1614
  } | null)[] | null | undefined;
1611
1615
  free?: ({
1612
1616
  __typename?: "WatchProvider" | undefined;
1613
1617
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1614
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1618
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1615
1619
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1616
1620
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1617
1621
  } | null)[] | null | undefined;
1618
1622
  rent?: ({
1619
1623
  __typename?: "WatchProvider" | undefined;
1620
1624
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1621
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1625
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1622
1626
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1623
1627
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1624
1628
  } | null)[] | null | undefined;
@@ -1628,35 +1632,35 @@ export declare const resolveTvReviews: (source: {
1628
1632
  ads?: ({
1629
1633
  __typename?: "WatchProvider" | undefined;
1630
1634
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1631
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1635
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1632
1636
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1633
1637
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1634
1638
  } | null)[] | null | undefined;
1635
1639
  buy?: ({
1636
1640
  __typename?: "WatchProvider" | undefined;
1637
1641
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1638
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1642
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1639
1643
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1640
1644
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1641
1645
  } | null)[] | null | undefined;
1642
1646
  flatrate?: ({
1643
1647
  __typename?: "WatchProvider" | undefined;
1644
1648
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1645
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1649
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1646
1650
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1647
1651
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1648
1652
  } | null)[] | null | undefined;
1649
1653
  free?: ({
1650
1654
  __typename?: "WatchProvider" | undefined;
1651
1655
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1652
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1656
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1653
1657
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1654
1658
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1655
1659
  } | null)[] | null | undefined;
1656
1660
  rent?: ({
1657
1661
  __typename?: "WatchProvider" | undefined;
1658
1662
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1659
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1663
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1660
1664
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1661
1665
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1662
1666
  } | null)[] | null | undefined;
@@ -1666,35 +1670,35 @@ export declare const resolveTvReviews: (source: {
1666
1670
  ads?: ({
1667
1671
  __typename?: "WatchProvider" | undefined;
1668
1672
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1669
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1673
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1670
1674
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1671
1675
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1672
1676
  } | null)[] | null | undefined;
1673
1677
  buy?: ({
1674
1678
  __typename?: "WatchProvider" | undefined;
1675
1679
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1676
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1680
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1677
1681
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1678
1682
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1679
1683
  } | null)[] | null | undefined;
1680
1684
  flatrate?: ({
1681
1685
  __typename?: "WatchProvider" | undefined;
1682
1686
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1683
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1687
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1684
1688
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1685
1689
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1686
1690
  } | null)[] | null | undefined;
1687
1691
  free?: ({
1688
1692
  __typename?: "WatchProvider" | undefined;
1689
1693
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1690
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1694
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1691
1695
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1692
1696
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1693
1697
  } | null)[] | null | undefined;
1694
1698
  rent?: ({
1695
1699
  __typename?: "WatchProvider" | undefined;
1696
1700
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1697
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1701
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1698
1702
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1699
1703
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1700
1704
  } | null)[] | null | undefined;
@@ -1704,35 +1708,35 @@ export declare const resolveTvReviews: (source: {
1704
1708
  ads?: ({
1705
1709
  __typename?: "WatchProvider" | undefined;
1706
1710
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1707
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1711
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1708
1712
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1709
1713
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1710
1714
  } | null)[] | null | undefined;
1711
1715
  buy?: ({
1712
1716
  __typename?: "WatchProvider" | undefined;
1713
1717
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1714
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1718
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1715
1719
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1716
1720
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1717
1721
  } | null)[] | null | undefined;
1718
1722
  flatrate?: ({
1719
1723
  __typename?: "WatchProvider" | undefined;
1720
1724
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1721
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1725
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1722
1726
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1723
1727
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1724
1728
  } | null)[] | null | undefined;
1725
1729
  free?: ({
1726
1730
  __typename?: "WatchProvider" | undefined;
1727
1731
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1728
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1732
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1729
1733
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1730
1734
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1731
1735
  } | null)[] | null | undefined;
1732
1736
  rent?: ({
1733
1737
  __typename?: "WatchProvider" | undefined;
1734
1738
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1735
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1739
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1736
1740
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1737
1741
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1738
1742
  } | null)[] | null | undefined;
@@ -1742,35 +1746,35 @@ export declare const resolveTvReviews: (source: {
1742
1746
  ads?: ({
1743
1747
  __typename?: "WatchProvider" | undefined;
1744
1748
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1745
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1749
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1746
1750
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1747
1751
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1748
1752
  } | null)[] | null | undefined;
1749
1753
  buy?: ({
1750
1754
  __typename?: "WatchProvider" | undefined;
1751
1755
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1752
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1756
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1753
1757
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1754
1758
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1755
1759
  } | null)[] | null | undefined;
1756
1760
  flatrate?: ({
1757
1761
  __typename?: "WatchProvider" | undefined;
1758
1762
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1759
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1763
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1760
1764
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1761
1765
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1762
1766
  } | null)[] | null | undefined;
1763
1767
  free?: ({
1764
1768
  __typename?: "WatchProvider" | undefined;
1765
1769
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1766
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1770
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1767
1771
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1768
1772
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1769
1773
  } | null)[] | null | undefined;
1770
1774
  rent?: ({
1771
1775
  __typename?: "WatchProvider" | undefined;
1772
1776
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1773
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1777
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1774
1778
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1775
1779
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1776
1780
  } | null)[] | null | undefined;
@@ -1780,35 +1784,35 @@ export declare const resolveTvReviews: (source: {
1780
1784
  ads?: ({
1781
1785
  __typename?: "WatchProvider" | undefined;
1782
1786
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1783
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1787
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1784
1788
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1785
1789
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1786
1790
  } | null)[] | null | undefined;
1787
1791
  buy?: ({
1788
1792
  __typename?: "WatchProvider" | undefined;
1789
1793
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1790
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1794
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1791
1795
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1792
1796
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1793
1797
  } | null)[] | null | undefined;
1794
1798
  flatrate?: ({
1795
1799
  __typename?: "WatchProvider" | undefined;
1796
1800
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1797
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1801
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1798
1802
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1799
1803
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1800
1804
  } | null)[] | null | undefined;
1801
1805
  free?: ({
1802
1806
  __typename?: "WatchProvider" | undefined;
1803
1807
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1804
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1808
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1805
1809
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1806
1810
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1807
1811
  } | null)[] | null | undefined;
1808
1812
  rent?: ({
1809
1813
  __typename?: "WatchProvider" | undefined;
1810
1814
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1811
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1815
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1812
1816
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1813
1817
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1814
1818
  } | null)[] | null | undefined;
@@ -1818,35 +1822,35 @@ export declare const resolveTvReviews: (source: {
1818
1822
  ads?: ({
1819
1823
  __typename?: "WatchProvider" | undefined;
1820
1824
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1821
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1825
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1822
1826
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1823
1827
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1824
1828
  } | null)[] | null | undefined;
1825
1829
  buy?: ({
1826
1830
  __typename?: "WatchProvider" | undefined;
1827
1831
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1828
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1832
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1829
1833
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1830
1834
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1831
1835
  } | null)[] | null | undefined;
1832
1836
  flatrate?: ({
1833
1837
  __typename?: "WatchProvider" | undefined;
1834
1838
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1835
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1839
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1836
1840
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1837
1841
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1838
1842
  } | null)[] | null | undefined;
1839
1843
  free?: ({
1840
1844
  __typename?: "WatchProvider" | undefined;
1841
1845
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1842
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1846
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1843
1847
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1844
1848
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1845
1849
  } | null)[] | null | undefined;
1846
1850
  rent?: ({
1847
1851
  __typename?: "WatchProvider" | undefined;
1848
1852
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1849
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1853
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1850
1854
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1851
1855
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1852
1856
  } | null)[] | null | undefined;
@@ -1856,35 +1860,35 @@ export declare const resolveTvReviews: (source: {
1856
1860
  ads?: ({
1857
1861
  __typename?: "WatchProvider" | undefined;
1858
1862
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1859
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1863
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1860
1864
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1861
1865
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1862
1866
  } | null)[] | null | undefined;
1863
1867
  buy?: ({
1864
1868
  __typename?: "WatchProvider" | undefined;
1865
1869
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1866
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1870
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1867
1871
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1868
1872
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1869
1873
  } | null)[] | null | undefined;
1870
1874
  flatrate?: ({
1871
1875
  __typename?: "WatchProvider" | undefined;
1872
1876
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1873
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1877
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1874
1878
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1875
1879
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1876
1880
  } | null)[] | null | undefined;
1877
1881
  free?: ({
1878
1882
  __typename?: "WatchProvider" | undefined;
1879
1883
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1880
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1884
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1881
1885
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1882
1886
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1883
1887
  } | null)[] | null | undefined;
1884
1888
  rent?: ({
1885
1889
  __typename?: "WatchProvider" | undefined;
1886
1890
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1887
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1891
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1888
1892
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1889
1893
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1890
1894
  } | null)[] | null | undefined;
@@ -1894,35 +1898,35 @@ export declare const resolveTvReviews: (source: {
1894
1898
  ads?: ({
1895
1899
  __typename?: "WatchProvider" | undefined;
1896
1900
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1897
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1901
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1898
1902
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1899
1903
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1900
1904
  } | null)[] | null | undefined;
1901
1905
  buy?: ({
1902
1906
  __typename?: "WatchProvider" | undefined;
1903
1907
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1904
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1908
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1905
1909
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1906
1910
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1907
1911
  } | null)[] | null | undefined;
1908
1912
  flatrate?: ({
1909
1913
  __typename?: "WatchProvider" | undefined;
1910
1914
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1911
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1915
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1912
1916
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1913
1917
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1914
1918
  } | null)[] | null | undefined;
1915
1919
  free?: ({
1916
1920
  __typename?: "WatchProvider" | undefined;
1917
1921
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1918
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1922
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1919
1923
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1920
1924
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1921
1925
  } | null)[] | null | undefined;
1922
1926
  rent?: ({
1923
1927
  __typename?: "WatchProvider" | undefined;
1924
1928
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1925
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1929
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1926
1930
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1927
1931
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1928
1932
  } | null)[] | null | undefined;
@@ -1932,35 +1936,35 @@ export declare const resolveTvReviews: (source: {
1932
1936
  ads?: ({
1933
1937
  __typename?: "WatchProvider" | undefined;
1934
1938
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1935
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1939
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1936
1940
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1937
1941
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1938
1942
  } | null)[] | null | undefined;
1939
1943
  buy?: ({
1940
1944
  __typename?: "WatchProvider" | undefined;
1941
1945
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1942
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1946
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1943
1947
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1944
1948
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1945
1949
  } | null)[] | null | undefined;
1946
1950
  flatrate?: ({
1947
1951
  __typename?: "WatchProvider" | undefined;
1948
1952
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1949
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1953
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1950
1954
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1951
1955
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1952
1956
  } | null)[] | null | undefined;
1953
1957
  free?: ({
1954
1958
  __typename?: "WatchProvider" | undefined;
1955
1959
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1956
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1960
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1957
1961
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1958
1962
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1959
1963
  } | null)[] | null | undefined;
1960
1964
  rent?: ({
1961
1965
  __typename?: "WatchProvider" | undefined;
1962
1966
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1963
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1967
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1964
1968
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1965
1969
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1966
1970
  } | null)[] | null | undefined;
@@ -1970,35 +1974,35 @@ export declare const resolveTvReviews: (source: {
1970
1974
  ads?: ({
1971
1975
  __typename?: "WatchProvider" | undefined;
1972
1976
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1973
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1977
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1974
1978
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1975
1979
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1976
1980
  } | null)[] | null | undefined;
1977
1981
  buy?: ({
1978
1982
  __typename?: "WatchProvider" | undefined;
1979
1983
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1980
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1984
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1981
1985
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1982
1986
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1983
1987
  } | null)[] | null | undefined;
1984
1988
  flatrate?: ({
1985
1989
  __typename?: "WatchProvider" | undefined;
1986
1990
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1987
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1991
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1988
1992
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1989
1993
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1990
1994
  } | null)[] | null | undefined;
1991
1995
  free?: ({
1992
1996
  __typename?: "WatchProvider" | undefined;
1993
1997
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1994
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1998
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1995
1999
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1996
2000
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1997
2001
  } | null)[] | null | undefined;
1998
2002
  rent?: ({
1999
2003
  __typename?: "WatchProvider" | undefined;
2000
2004
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2001
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2005
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2002
2006
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2003
2007
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2004
2008
  } | null)[] | null | undefined;
@@ -2008,35 +2012,35 @@ export declare const resolveTvReviews: (source: {
2008
2012
  ads?: ({
2009
2013
  __typename?: "WatchProvider" | undefined;
2010
2014
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2011
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2015
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2012
2016
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2013
2017
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2014
2018
  } | null)[] | null | undefined;
2015
2019
  buy?: ({
2016
2020
  __typename?: "WatchProvider" | undefined;
2017
2021
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2018
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2022
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2019
2023
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2020
2024
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2021
2025
  } | null)[] | null | undefined;
2022
2026
  flatrate?: ({
2023
2027
  __typename?: "WatchProvider" | undefined;
2024
2028
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2025
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2029
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2026
2030
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2027
2031
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2028
2032
  } | null)[] | null | undefined;
2029
2033
  free?: ({
2030
2034
  __typename?: "WatchProvider" | undefined;
2031
2035
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2032
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2036
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2033
2037
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2034
2038
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2035
2039
  } | null)[] | null | undefined;
2036
2040
  rent?: ({
2037
2041
  __typename?: "WatchProvider" | undefined;
2038
2042
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2039
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2043
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2040
2044
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2041
2045
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2042
2046
  } | null)[] | null | undefined;
@@ -2046,35 +2050,35 @@ export declare const resolveTvReviews: (source: {
2046
2050
  ads?: ({
2047
2051
  __typename?: "WatchProvider" | undefined;
2048
2052
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2049
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2053
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2050
2054
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2051
2055
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2052
2056
  } | null)[] | null | undefined;
2053
2057
  buy?: ({
2054
2058
  __typename?: "WatchProvider" | undefined;
2055
2059
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2056
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2060
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2057
2061
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2058
2062
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2059
2063
  } | null)[] | null | undefined;
2060
2064
  flatrate?: ({
2061
2065
  __typename?: "WatchProvider" | undefined;
2062
2066
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2063
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2067
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2064
2068
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2065
2069
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2066
2070
  } | null)[] | null | undefined;
2067
2071
  free?: ({
2068
2072
  __typename?: "WatchProvider" | undefined;
2069
2073
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2070
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2074
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2071
2075
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2072
2076
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2073
2077
  } | null)[] | null | undefined;
2074
2078
  rent?: ({
2075
2079
  __typename?: "WatchProvider" | undefined;
2076
2080
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2077
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2081
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2078
2082
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2079
2083
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2080
2084
  } | null)[] | null | undefined;
@@ -2084,35 +2088,35 @@ export declare const resolveTvReviews: (source: {
2084
2088
  ads?: ({
2085
2089
  __typename?: "WatchProvider" | undefined;
2086
2090
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2087
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2091
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2088
2092
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2089
2093
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2090
2094
  } | null)[] | null | undefined;
2091
2095
  buy?: ({
2092
2096
  __typename?: "WatchProvider" | undefined;
2093
2097
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2094
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2098
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2095
2099
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2096
2100
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2097
2101
  } | null)[] | null | undefined;
2098
2102
  flatrate?: ({
2099
2103
  __typename?: "WatchProvider" | undefined;
2100
2104
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2101
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2105
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2102
2106
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2103
2107
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2104
2108
  } | null)[] | null | undefined;
2105
2109
  free?: ({
2106
2110
  __typename?: "WatchProvider" | undefined;
2107
2111
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2108
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2112
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2109
2113
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2110
2114
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2111
2115
  } | null)[] | null | undefined;
2112
2116
  rent?: ({
2113
2117
  __typename?: "WatchProvider" | undefined;
2114
2118
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2115
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2119
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2116
2120
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2117
2121
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2118
2122
  } | null)[] | null | undefined;
@@ -2122,35 +2126,35 @@ export declare const resolveTvReviews: (source: {
2122
2126
  ads?: ({
2123
2127
  __typename?: "WatchProvider" | undefined;
2124
2128
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2125
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2129
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2126
2130
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2127
2131
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2128
2132
  } | null)[] | null | undefined;
2129
2133
  buy?: ({
2130
2134
  __typename?: "WatchProvider" | undefined;
2131
2135
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2132
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2136
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2133
2137
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2134
2138
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2135
2139
  } | null)[] | null | undefined;
2136
2140
  flatrate?: ({
2137
2141
  __typename?: "WatchProvider" | undefined;
2138
2142
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2139
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2143
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2140
2144
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2141
2145
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2142
2146
  } | null)[] | null | undefined;
2143
2147
  free?: ({
2144
2148
  __typename?: "WatchProvider" | undefined;
2145
2149
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2146
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2150
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2147
2151
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2148
2152
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2149
2153
  } | null)[] | null | undefined;
2150
2154
  rent?: ({
2151
2155
  __typename?: "WatchProvider" | undefined;
2152
2156
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2153
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2157
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2154
2158
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2155
2159
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2156
2160
  } | null)[] | null | undefined;
@@ -2160,35 +2164,35 @@ export declare const resolveTvReviews: (source: {
2160
2164
  ads?: ({
2161
2165
  __typename?: "WatchProvider" | undefined;
2162
2166
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2163
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2167
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2164
2168
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2165
2169
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2166
2170
  } | null)[] | null | undefined;
2167
2171
  buy?: ({
2168
2172
  __typename?: "WatchProvider" | undefined;
2169
2173
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2170
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2174
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2171
2175
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2172
2176
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2173
2177
  } | null)[] | null | undefined;
2174
2178
  flatrate?: ({
2175
2179
  __typename?: "WatchProvider" | undefined;
2176
2180
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2177
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2181
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2178
2182
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2179
2183
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2180
2184
  } | null)[] | null | undefined;
2181
2185
  free?: ({
2182
2186
  __typename?: "WatchProvider" | undefined;
2183
2187
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2184
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2188
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2185
2189
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2186
2190
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2187
2191
  } | null)[] | null | undefined;
2188
2192
  rent?: ({
2189
2193
  __typename?: "WatchProvider" | undefined;
2190
2194
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2191
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2195
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2192
2196
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2193
2197
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2194
2198
  } | null)[] | null | undefined;
@@ -2198,35 +2202,35 @@ export declare const resolveTvReviews: (source: {
2198
2202
  ads?: ({
2199
2203
  __typename?: "WatchProvider" | undefined;
2200
2204
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2201
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2205
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2202
2206
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2203
2207
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2204
2208
  } | null)[] | null | undefined;
2205
2209
  buy?: ({
2206
2210
  __typename?: "WatchProvider" | undefined;
2207
2211
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2208
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2212
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2209
2213
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2210
2214
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2211
2215
  } | null)[] | null | undefined;
2212
2216
  flatrate?: ({
2213
2217
  __typename?: "WatchProvider" | undefined;
2214
2218
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2215
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2219
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2216
2220
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2217
2221
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2218
2222
  } | null)[] | null | undefined;
2219
2223
  free?: ({
2220
2224
  __typename?: "WatchProvider" | undefined;
2221
2225
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2222
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2226
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2223
2227
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2224
2228
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2225
2229
  } | null)[] | null | undefined;
2226
2230
  rent?: ({
2227
2231
  __typename?: "WatchProvider" | undefined;
2228
2232
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2229
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2233
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2230
2234
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2231
2235
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2232
2236
  } | null)[] | null | undefined;
@@ -2236,35 +2240,35 @@ export declare const resolveTvReviews: (source: {
2236
2240
  ads?: ({
2237
2241
  __typename?: "WatchProvider" | undefined;
2238
2242
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2239
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2243
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2240
2244
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2241
2245
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2242
2246
  } | null)[] | null | undefined;
2243
2247
  buy?: ({
2244
2248
  __typename?: "WatchProvider" | undefined;
2245
2249
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2246
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2250
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2247
2251
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2248
2252
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2249
2253
  } | null)[] | null | undefined;
2250
2254
  flatrate?: ({
2251
2255
  __typename?: "WatchProvider" | undefined;
2252
2256
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2253
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2257
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2254
2258
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2255
2259
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2256
2260
  } | null)[] | null | undefined;
2257
2261
  free?: ({
2258
2262
  __typename?: "WatchProvider" | undefined;
2259
2263
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2260
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2264
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2261
2265
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2262
2266
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2263
2267
  } | null)[] | null | undefined;
2264
2268
  rent?: ({
2265
2269
  __typename?: "WatchProvider" | undefined;
2266
2270
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2267
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2271
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2268
2272
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2269
2273
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2270
2274
  } | null)[] | null | undefined;
@@ -2274,35 +2278,35 @@ export declare const resolveTvReviews: (source: {
2274
2278
  ads?: ({
2275
2279
  __typename?: "WatchProvider" | undefined;
2276
2280
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2277
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2281
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2278
2282
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2279
2283
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2280
2284
  } | null)[] | null | undefined;
2281
2285
  buy?: ({
2282
2286
  __typename?: "WatchProvider" | undefined;
2283
2287
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2284
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2288
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2285
2289
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2286
2290
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2287
2291
  } | null)[] | null | undefined;
2288
2292
  flatrate?: ({
2289
2293
  __typename?: "WatchProvider" | undefined;
2290
2294
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2291
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2295
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2292
2296
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2293
2297
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2294
2298
  } | null)[] | null | undefined;
2295
2299
  free?: ({
2296
2300
  __typename?: "WatchProvider" | undefined;
2297
2301
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2298
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2302
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2299
2303
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2300
2304
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2301
2305
  } | null)[] | null | undefined;
2302
2306
  rent?: ({
2303
2307
  __typename?: "WatchProvider" | undefined;
2304
2308
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2305
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2309
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2306
2310
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2307
2311
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2308
2312
  } | null)[] | null | undefined;
@@ -2311,7 +2315,7 @@ export declare const resolveTvReviews: (source: {
2311
2315
  };
2312
2316
  } | null)[] | null | undefined;
2313
2317
  nodes?: ({
2314
- id: string | number;
2318
+ id: number;
2315
2319
  __typename?: "Tv" | undefined;
2316
2320
  alternative_titles?: ({
2317
2321
  __typename?: "AlternativeName" | undefined;
@@ -2333,12 +2337,12 @@ export declare const resolveTvReviews: (source: {
2333
2337
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2334
2338
  } | null)[] | null | undefined;
2335
2339
  cast?: ({
2336
- id: string | number;
2340
+ id: number;
2337
2341
  __typename?: "Cast" | undefined;
2338
2342
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2339
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2343
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2340
2344
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2341
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2345
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2342
2346
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2343
2347
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2344
2348
  name: string;
@@ -2353,7 +2357,7 @@ export declare const resolveTvReviews: (source: {
2353
2357
  rating: string;
2354
2358
  } | null)[] | null | undefined;
2355
2359
  created_by?: {
2356
- id: string | number;
2360
+ id: number;
2357
2361
  __typename?: "Person" | undefined;
2358
2362
  adult: boolean;
2359
2363
  also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
@@ -2362,15 +2366,15 @@ export declare const resolveTvReviews: (source: {
2362
2366
  combined_credits?: {
2363
2367
  __typename?: "CreditsCombined" | undefined;
2364
2368
  cast?: ({
2365
- id: string | number;
2369
+ id: number;
2366
2370
  __typename?: "CreditCombinedCast" | undefined;
2367
2371
  adult: boolean;
2368
2372
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2369
2373
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2370
- credit_id: string | number;
2374
+ credit_id: string;
2371
2375
  episode_count: number;
2372
2376
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2373
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
2377
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
2374
2378
  media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
2375
2379
  name: string;
2376
2380
  origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
@@ -2387,15 +2391,15 @@ export declare const resolveTvReviews: (source: {
2387
2391
  vote_count: number;
2388
2392
  } | null)[] | null | undefined;
2389
2393
  crew?: ({
2390
- id: string | number;
2394
+ id: number;
2391
2395
  __typename?: "CreditCombinedCrew" | undefined;
2392
2396
  adult: boolean;
2393
2397
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2394
- credit_id: string | number;
2398
+ credit_id: string;
2395
2399
  department: string;
2396
2400
  episode_count: number;
2397
2401
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2398
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
2402
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
2399
2403
  job: string;
2400
2404
  media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
2401
2405
  name: string;
@@ -2433,13 +2437,13 @@ export declare const resolveTvReviews: (source: {
2433
2437
  movie_credits?: {
2434
2438
  __typename?: "CreditsMovie" | undefined;
2435
2439
  cast?: ({
2436
- id: string | number;
2440
+ id: number;
2437
2441
  __typename?: "CreditMovieCast" | undefined;
2438
2442
  adult: boolean;
2439
2443
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2440
2444
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2441
- credit_id: string | number;
2442
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
2445
+ credit_id: string;
2446
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
2443
2447
  original_language: string;
2444
2448
  original_title: string;
2445
2449
  overview: string;
@@ -2452,13 +2456,13 @@ export declare const resolveTvReviews: (source: {
2452
2456
  vote_count: number;
2453
2457
  } | null)[] | null | undefined;
2454
2458
  crew?: ({
2455
- id: string | number;
2459
+ id: number;
2456
2460
  __typename?: "CreditMovieCrew" | undefined;
2457
2461
  adult: boolean;
2458
2462
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2459
- credit_id: string | number;
2463
+ credit_id: string;
2460
2464
  department: string;
2461
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
2465
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
2462
2466
  job: string;
2463
2467
  original_language: string;
2464
2468
  original_title: string;
@@ -2505,14 +2509,14 @@ export declare const resolveTvReviews: (source: {
2505
2509
  tv_credits?: {
2506
2510
  __typename?: "CreditsTv" | undefined;
2507
2511
  cast?: ({
2508
- id: string | number;
2512
+ id: number;
2509
2513
  __typename?: "CreditTvCast" | undefined;
2510
2514
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2511
2515
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2512
- credit_id: string | number;
2516
+ credit_id: string;
2513
2517
  episode_count: number;
2514
2518
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2515
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
2519
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
2516
2520
  name: string;
2517
2521
  origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
2518
2522
  original_language: string;
@@ -2524,14 +2528,14 @@ export declare const resolveTvReviews: (source: {
2524
2528
  vote_count: number;
2525
2529
  } | null)[] | null | undefined;
2526
2530
  crew?: ({
2527
- id: string | number;
2531
+ id: number;
2528
2532
  __typename?: "CreditTvCrew" | undefined;
2529
2533
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2530
- credit_id: string | number;
2534
+ credit_id: string;
2531
2535
  department: string;
2532
2536
  episode_count: number;
2533
2537
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2534
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
2538
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
2535
2539
  job: string;
2536
2540
  name: string;
2537
2541
  origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
@@ -2546,10 +2550,10 @@ export declare const resolveTvReviews: (source: {
2546
2550
  } | null | undefined;
2547
2551
  } | null | undefined;
2548
2552
  crew?: ({
2549
- id: string | number;
2553
+ id: number;
2550
2554
  __typename?: "Crew" | undefined;
2551
2555
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2552
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2556
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2553
2557
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2554
2558
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2555
2559
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -2560,14 +2564,14 @@ export declare const resolveTvReviews: (source: {
2560
2564
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2561
2565
  } | null)[] | null | undefined;
2562
2566
  episode_groups?: ({
2563
- id: string | number;
2567
+ id: number;
2564
2568
  __typename?: "EpisodeGroup" | undefined;
2565
2569
  description: string;
2566
2570
  episode_count: number;
2567
2571
  group_count: number;
2568
2572
  name: string;
2569
2573
  network: {
2570
- id: string | number;
2574
+ id: number;
2571
2575
  __typename?: "Network" | undefined;
2572
2576
  alternative_names?: ({
2573
2577
  __typename?: "AlternativeName" | undefined;
@@ -2609,7 +2613,7 @@ export declare const resolveTvReviews: (source: {
2609
2613
  } | null | undefined;
2610
2614
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2611
2615
  genres: ({
2612
- id: string | number;
2616
+ id: number;
2613
2617
  __typename?: "Genre" | undefined;
2614
2618
  name: string;
2615
2619
  } | null)[];
@@ -2617,22 +2621,22 @@ export declare const resolveTvReviews: (source: {
2617
2621
  in_production: boolean;
2618
2622
  keywords?: ({
2619
2623
  __typename?: "Keyword" | undefined;
2620
- id: string | number;
2624
+ id: number;
2621
2625
  name: string;
2622
2626
  } | null)[] | null | undefined;
2623
2627
  languages: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
2624
2628
  last_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2625
2629
  last_episode_to_air?: {
2626
- id: string | number;
2630
+ id: number;
2627
2631
  __typename?: "Episode" | undefined;
2628
2632
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2629
2633
  cast?: ({
2630
- id: string | number;
2634
+ id: number;
2631
2635
  __typename?: "Cast" | undefined;
2632
2636
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2633
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2637
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2634
2638
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2635
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2639
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2636
2640
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2637
2641
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2638
2642
  name: string;
@@ -2642,10 +2646,10 @@ export declare const resolveTvReviews: (source: {
2642
2646
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2643
2647
  } | null)[] | null | undefined;
2644
2648
  crew?: ({
2645
- id: string | number;
2649
+ id: number;
2646
2650
  __typename?: "Crew" | undefined;
2647
2651
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2648
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2652
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2649
2653
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2650
2654
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2651
2655
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -2655,6 +2659,7 @@ export declare const resolveTvReviews: (source: {
2655
2659
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2656
2660
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2657
2661
  } | null)[] | null | undefined;
2662
+ episode_lookup_id: string;
2658
2663
  episode_number: number;
2659
2664
  external_ids?: {
2660
2665
  __typename?: "ExternalIds" | undefined;
@@ -2668,12 +2673,12 @@ export declare const resolveTvReviews: (source: {
2668
2673
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2669
2674
  } | null | undefined;
2670
2675
  guest_stars?: ({
2671
- id: string | number;
2676
+ id: number;
2672
2677
  __typename?: "Cast" | undefined;
2673
2678
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2674
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2679
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2675
2680
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2676
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2681
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2677
2682
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2678
2683
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2679
2684
  name: string;
@@ -2714,9 +2719,9 @@ export declare const resolveTvReviews: (source: {
2714
2719
  iso_3166_1: string;
2715
2720
  name: string;
2716
2721
  } | null)[] | null | undefined;
2717
- tv_show_id: string | number;
2722
+ tv_show_id: number;
2718
2723
  videos?: ({
2719
- id: string | number;
2724
+ id: number;
2720
2725
  __typename?: "Video" | undefined;
2721
2726
  iso_639_1: string;
2722
2727
  iso_3166_1: string;
@@ -2743,7 +2748,7 @@ export declare const resolveTvReviews: (source: {
2743
2748
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
2744
2749
  name: string;
2745
2750
  networks: ({
2746
- id: string | number;
2751
+ id: number;
2747
2752
  __typename?: "Network" | undefined;
2748
2753
  alternative_names?: ({
2749
2754
  __typename?: "AlternativeName" | undefined;
@@ -2770,16 +2775,16 @@ export declare const resolveTvReviews: (source: {
2770
2775
  origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2771
2776
  } | null)[];
2772
2777
  next_episode_to_air?: {
2773
- id: string | number;
2778
+ id: number;
2774
2779
  __typename?: "Episode" | undefined;
2775
2780
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2776
2781
  cast?: ({
2777
- id: string | number;
2782
+ id: number;
2778
2783
  __typename?: "Cast" | undefined;
2779
2784
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2780
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2785
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2781
2786
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2782
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2787
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2783
2788
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2784
2789
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2785
2790
  name: string;
@@ -2789,10 +2794,10 @@ export declare const resolveTvReviews: (source: {
2789
2794
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2790
2795
  } | null)[] | null | undefined;
2791
2796
  crew?: ({
2792
- id: string | number;
2797
+ id: number;
2793
2798
  __typename?: "Crew" | undefined;
2794
2799
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2795
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2800
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2796
2801
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2797
2802
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2798
2803
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -2802,6 +2807,7 @@ export declare const resolveTvReviews: (source: {
2802
2807
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2803
2808
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2804
2809
  } | null)[] | null | undefined;
2810
+ episode_lookup_id: string;
2805
2811
  episode_number: number;
2806
2812
  external_ids?: {
2807
2813
  __typename?: "ExternalIds" | undefined;
@@ -2815,12 +2821,12 @@ export declare const resolveTvReviews: (source: {
2815
2821
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2816
2822
  } | null | undefined;
2817
2823
  guest_stars?: ({
2818
- id: string | number;
2824
+ id: number;
2819
2825
  __typename?: "Cast" | undefined;
2820
2826
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2821
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2827
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2822
2828
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2823
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2829
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2824
2830
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2825
2831
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2826
2832
  name: string;
@@ -2861,9 +2867,9 @@ export declare const resolveTvReviews: (source: {
2861
2867
  iso_3166_1: string;
2862
2868
  name: string;
2863
2869
  } | null)[] | null | undefined;
2864
- tv_show_id: string | number;
2870
+ tv_show_id: number;
2865
2871
  videos?: ({
2866
- id: string | number;
2872
+ id: number;
2867
2873
  __typename?: "Video" | undefined;
2868
2874
  iso_639_1: string;
2869
2875
  iso_3166_1: string;
@@ -2896,7 +2902,7 @@ export declare const resolveTvReviews: (source: {
2896
2902
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2897
2903
  } | null)[] | null | undefined;
2898
2904
  production_companies: ({
2899
- id: string | number;
2905
+ id: number;
2900
2906
  __typename?: "Company" | undefined;
2901
2907
  alternative_names?: ({
2902
2908
  __typename?: "AlternativeName" | undefined;
@@ -2938,7 +2944,6 @@ export declare const resolveTvReviews: (source: {
2938
2944
  __typename?: "ReviewEdge" | undefined;
2939
2945
  cursor: string;
2940
2946
  node: {
2941
- id: string | number;
2942
2947
  __typename?: "Review" | undefined;
2943
2948
  author: string;
2944
2949
  author_details?: {
@@ -2950,6 +2955,7 @@ export declare const resolveTvReviews: (source: {
2950
2955
  } | null | undefined;
2951
2956
  content: string;
2952
2957
  created_at: string;
2958
+ id: string;
2953
2959
  iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2954
2960
  media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2955
2961
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
@@ -2957,7 +2963,6 @@ export declare const resolveTvReviews: (source: {
2957
2963
  };
2958
2964
  } | null)[] | null | undefined;
2959
2965
  nodes?: ({
2960
- id: string | number;
2961
2966
  __typename?: "Review" | undefined;
2962
2967
  author: string;
2963
2968
  author_details?: {
@@ -2969,6 +2974,7 @@ export declare const resolveTvReviews: (source: {
2969
2974
  } | null | undefined;
2970
2975
  content: string;
2971
2976
  created_at: string;
2977
+ id: string;
2972
2978
  iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2973
2979
  media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2974
2980
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
@@ -2977,16 +2983,16 @@ export declare const resolveTvReviews: (source: {
2977
2983
  total_count: number;
2978
2984
  } | null | undefined;
2979
2985
  seasons: ({
2980
- id: string | number;
2986
+ id: number;
2981
2987
  __typename?: "Season" | undefined;
2982
2988
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2983
2989
  cast?: ({
2984
- id: string | number;
2990
+ id: number;
2985
2991
  __typename?: "Cast" | undefined;
2986
2992
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2987
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2993
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2988
2994
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2989
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2995
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2990
2996
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2991
2997
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2992
2998
  name: string;
@@ -2996,10 +3002,10 @@ export declare const resolveTvReviews: (source: {
2996
3002
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2997
3003
  } | null)[] | null | undefined;
2998
3004
  crew?: ({
2999
- id: string | number;
3005
+ id: number;
3000
3006
  __typename?: "Crew" | undefined;
3001
3007
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
3002
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3008
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3003
3009
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3004
3010
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3005
3011
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -3011,16 +3017,16 @@ export declare const resolveTvReviews: (source: {
3011
3017
  } | null)[] | null | undefined;
3012
3018
  episode_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3013
3019
  episodes?: ({
3014
- id: string | number;
3020
+ id: number;
3015
3021
  __typename?: "Episode" | undefined;
3016
3022
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3017
3023
  cast?: ({
3018
- id: string | number;
3024
+ id: number;
3019
3025
  __typename?: "Cast" | undefined;
3020
3026
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
3021
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3027
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3022
3028
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3023
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3029
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3024
3030
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3025
3031
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3026
3032
  name: string;
@@ -3030,10 +3036,10 @@ export declare const resolveTvReviews: (source: {
3030
3036
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3031
3037
  } | null)[] | null | undefined;
3032
3038
  crew?: ({
3033
- id: string | number;
3039
+ id: number;
3034
3040
  __typename?: "Crew" | undefined;
3035
3041
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
3036
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3042
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3037
3043
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3038
3044
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3039
3045
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -3043,6 +3049,7 @@ export declare const resolveTvReviews: (source: {
3043
3049
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3044
3050
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3045
3051
  } | null)[] | null | undefined;
3052
+ episode_lookup_id: string;
3046
3053
  episode_number: number;
3047
3054
  external_ids?: {
3048
3055
  __typename?: "ExternalIds" | undefined;
@@ -3056,12 +3063,12 @@ export declare const resolveTvReviews: (source: {
3056
3063
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3057
3064
  } | null | undefined;
3058
3065
  guest_stars?: ({
3059
- id: string | number;
3066
+ id: number;
3060
3067
  __typename?: "Cast" | undefined;
3061
3068
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
3062
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3069
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3063
3070
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3064
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3071
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3065
3072
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3066
3073
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3067
3074
  name: string;
@@ -3102,9 +3109,9 @@ export declare const resolveTvReviews: (source: {
3102
3109
  iso_3166_1: string;
3103
3110
  name: string;
3104
3111
  } | null)[] | null | undefined;
3105
- tv_show_id: string | number;
3112
+ tv_show_id: number;
3106
3113
  videos?: ({
3107
- id: string | number;
3114
+ id: number;
3108
3115
  __typename?: "Video" | undefined;
3109
3116
  iso_639_1: string;
3110
3117
  iso_3166_1: string;
@@ -3142,6 +3149,7 @@ export declare const resolveTvReviews: (source: {
3142
3149
  vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3143
3150
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3144
3151
  } | null)[] | null | undefined;
3152
+ season_lookup_id: string;
3145
3153
  season_number: number;
3146
3154
  translations?: ({
3147
3155
  __typename?: "Translation" | undefined;
@@ -3158,9 +3166,9 @@ export declare const resolveTvReviews: (source: {
3158
3166
  iso_3166_1: string;
3159
3167
  name: string;
3160
3168
  } | null)[] | null | undefined;
3161
- tv_show_id: string | number;
3169
+ tv_show_id: number;
3162
3170
  videos?: ({
3163
- id: string | number;
3171
+ id: number;
3164
3172
  __typename?: "Video" | undefined;
3165
3173
  iso_639_1: string;
3166
3174
  iso_3166_1: string;
@@ -3191,7 +3199,7 @@ export declare const resolveTvReviews: (source: {
3191
3199
  } | null)[] | null | undefined;
3192
3200
  type: import("@tmdb-graphql-api/schema/types").TvType;
3193
3201
  videos?: ({
3194
- id: string | number;
3202
+ id: number;
3195
3203
  __typename?: "Video" | undefined;
3196
3204
  iso_639_1: string;
3197
3205
  iso_3166_1: string;
@@ -3210,35 +3218,35 @@ export declare const resolveTvReviews: (source: {
3210
3218
  ads?: ({
3211
3219
  __typename?: "WatchProvider" | undefined;
3212
3220
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3213
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3221
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3214
3222
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3215
3223
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3216
3224
  } | null)[] | null | undefined;
3217
3225
  buy?: ({
3218
3226
  __typename?: "WatchProvider" | undefined;
3219
3227
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3220
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3228
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3221
3229
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3222
3230
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3223
3231
  } | null)[] | null | undefined;
3224
3232
  flatrate?: ({
3225
3233
  __typename?: "WatchProvider" | undefined;
3226
3234
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3227
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3235
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3228
3236
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3229
3237
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3230
3238
  } | null)[] | null | undefined;
3231
3239
  free?: ({
3232
3240
  __typename?: "WatchProvider" | undefined;
3233
3241
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3234
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3242
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3235
3243
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3236
3244
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3237
3245
  } | null)[] | null | undefined;
3238
3246
  rent?: ({
3239
3247
  __typename?: "WatchProvider" | undefined;
3240
3248
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3241
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3249
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3242
3250
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3243
3251
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3244
3252
  } | null)[] | null | undefined;
@@ -3248,35 +3256,35 @@ export declare const resolveTvReviews: (source: {
3248
3256
  ads?: ({
3249
3257
  __typename?: "WatchProvider" | undefined;
3250
3258
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3251
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3259
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3252
3260
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3253
3261
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3254
3262
  } | null)[] | null | undefined;
3255
3263
  buy?: ({
3256
3264
  __typename?: "WatchProvider" | undefined;
3257
3265
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3258
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3266
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3259
3267
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3260
3268
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3261
3269
  } | null)[] | null | undefined;
3262
3270
  flatrate?: ({
3263
3271
  __typename?: "WatchProvider" | undefined;
3264
3272
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3265
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3273
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3266
3274
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3267
3275
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3268
3276
  } | null)[] | null | undefined;
3269
3277
  free?: ({
3270
3278
  __typename?: "WatchProvider" | undefined;
3271
3279
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3272
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3280
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3273
3281
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3274
3282
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3275
3283
  } | null)[] | null | undefined;
3276
3284
  rent?: ({
3277
3285
  __typename?: "WatchProvider" | undefined;
3278
3286
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3279
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3287
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3280
3288
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3281
3289
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3282
3290
  } | null)[] | null | undefined;
@@ -3286,35 +3294,35 @@ export declare const resolveTvReviews: (source: {
3286
3294
  ads?: ({
3287
3295
  __typename?: "WatchProvider" | undefined;
3288
3296
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3289
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3297
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3290
3298
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3291
3299
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3292
3300
  } | null)[] | null | undefined;
3293
3301
  buy?: ({
3294
3302
  __typename?: "WatchProvider" | undefined;
3295
3303
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3296
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3304
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3297
3305
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3298
3306
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3299
3307
  } | null)[] | null | undefined;
3300
3308
  flatrate?: ({
3301
3309
  __typename?: "WatchProvider" | undefined;
3302
3310
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3303
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3311
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3304
3312
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3305
3313
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3306
3314
  } | null)[] | null | undefined;
3307
3315
  free?: ({
3308
3316
  __typename?: "WatchProvider" | undefined;
3309
3317
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3310
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3318
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3311
3319
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3312
3320
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3313
3321
  } | null)[] | null | undefined;
3314
3322
  rent?: ({
3315
3323
  __typename?: "WatchProvider" | undefined;
3316
3324
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3317
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3325
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3318
3326
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3319
3327
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3320
3328
  } | null)[] | null | undefined;
@@ -3324,35 +3332,35 @@ export declare const resolveTvReviews: (source: {
3324
3332
  ads?: ({
3325
3333
  __typename?: "WatchProvider" | undefined;
3326
3334
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3327
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3335
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3328
3336
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3329
3337
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3330
3338
  } | null)[] | null | undefined;
3331
3339
  buy?: ({
3332
3340
  __typename?: "WatchProvider" | undefined;
3333
3341
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3334
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3342
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3335
3343
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3336
3344
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3337
3345
  } | null)[] | null | undefined;
3338
3346
  flatrate?: ({
3339
3347
  __typename?: "WatchProvider" | undefined;
3340
3348
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3341
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3349
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3342
3350
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3343
3351
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3344
3352
  } | null)[] | null | undefined;
3345
3353
  free?: ({
3346
3354
  __typename?: "WatchProvider" | undefined;
3347
3355
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3348
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3356
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3349
3357
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3350
3358
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3351
3359
  } | null)[] | null | undefined;
3352
3360
  rent?: ({
3353
3361
  __typename?: "WatchProvider" | undefined;
3354
3362
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3355
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3363
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3356
3364
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3357
3365
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3358
3366
  } | null)[] | null | undefined;
@@ -3362,35 +3370,35 @@ export declare const resolveTvReviews: (source: {
3362
3370
  ads?: ({
3363
3371
  __typename?: "WatchProvider" | undefined;
3364
3372
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3365
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3373
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3366
3374
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3367
3375
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3368
3376
  } | null)[] | null | undefined;
3369
3377
  buy?: ({
3370
3378
  __typename?: "WatchProvider" | undefined;
3371
3379
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3372
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3380
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3373
3381
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3374
3382
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3375
3383
  } | null)[] | null | undefined;
3376
3384
  flatrate?: ({
3377
3385
  __typename?: "WatchProvider" | undefined;
3378
3386
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3379
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3387
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3380
3388
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3381
3389
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3382
3390
  } | null)[] | null | undefined;
3383
3391
  free?: ({
3384
3392
  __typename?: "WatchProvider" | undefined;
3385
3393
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3386
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3394
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3387
3395
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3388
3396
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3389
3397
  } | null)[] | null | undefined;
3390
3398
  rent?: ({
3391
3399
  __typename?: "WatchProvider" | undefined;
3392
3400
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3393
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3401
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3394
3402
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3395
3403
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3396
3404
  } | null)[] | null | undefined;
@@ -3400,35 +3408,35 @@ export declare const resolveTvReviews: (source: {
3400
3408
  ads?: ({
3401
3409
  __typename?: "WatchProvider" | undefined;
3402
3410
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3403
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3411
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3404
3412
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3405
3413
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3406
3414
  } | null)[] | null | undefined;
3407
3415
  buy?: ({
3408
3416
  __typename?: "WatchProvider" | undefined;
3409
3417
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3410
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3418
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3411
3419
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3412
3420
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3413
3421
  } | null)[] | null | undefined;
3414
3422
  flatrate?: ({
3415
3423
  __typename?: "WatchProvider" | undefined;
3416
3424
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3417
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3425
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3418
3426
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3419
3427
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3420
3428
  } | null)[] | null | undefined;
3421
3429
  free?: ({
3422
3430
  __typename?: "WatchProvider" | undefined;
3423
3431
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3424
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3432
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3425
3433
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3426
3434
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3427
3435
  } | null)[] | null | undefined;
3428
3436
  rent?: ({
3429
3437
  __typename?: "WatchProvider" | undefined;
3430
3438
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3431
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3439
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3432
3440
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3433
3441
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3434
3442
  } | null)[] | null | undefined;
@@ -3438,35 +3446,35 @@ export declare const resolveTvReviews: (source: {
3438
3446
  ads?: ({
3439
3447
  __typename?: "WatchProvider" | undefined;
3440
3448
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3441
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3449
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3442
3450
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3443
3451
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3444
3452
  } | null)[] | null | undefined;
3445
3453
  buy?: ({
3446
3454
  __typename?: "WatchProvider" | undefined;
3447
3455
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3448
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3456
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3449
3457
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3450
3458
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3451
3459
  } | null)[] | null | undefined;
3452
3460
  flatrate?: ({
3453
3461
  __typename?: "WatchProvider" | undefined;
3454
3462
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3455
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3463
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3456
3464
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3457
3465
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3458
3466
  } | null)[] | null | undefined;
3459
3467
  free?: ({
3460
3468
  __typename?: "WatchProvider" | undefined;
3461
3469
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3462
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3470
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3463
3471
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3464
3472
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3465
3473
  } | null)[] | null | undefined;
3466
3474
  rent?: ({
3467
3475
  __typename?: "WatchProvider" | undefined;
3468
3476
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3469
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3477
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3470
3478
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3471
3479
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3472
3480
  } | null)[] | null | undefined;
@@ -3476,35 +3484,35 @@ export declare const resolveTvReviews: (source: {
3476
3484
  ads?: ({
3477
3485
  __typename?: "WatchProvider" | undefined;
3478
3486
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3479
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3487
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3480
3488
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3481
3489
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3482
3490
  } | null)[] | null | undefined;
3483
3491
  buy?: ({
3484
3492
  __typename?: "WatchProvider" | undefined;
3485
3493
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3486
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3494
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3487
3495
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3488
3496
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3489
3497
  } | null)[] | null | undefined;
3490
3498
  flatrate?: ({
3491
3499
  __typename?: "WatchProvider" | undefined;
3492
3500
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3493
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3501
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3494
3502
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3495
3503
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3496
3504
  } | null)[] | null | undefined;
3497
3505
  free?: ({
3498
3506
  __typename?: "WatchProvider" | undefined;
3499
3507
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3500
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3508
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3501
3509
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3502
3510
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3503
3511
  } | null)[] | null | undefined;
3504
3512
  rent?: ({
3505
3513
  __typename?: "WatchProvider" | undefined;
3506
3514
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3507
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3515
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3508
3516
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3509
3517
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3510
3518
  } | null)[] | null | undefined;
@@ -3514,35 +3522,35 @@ export declare const resolveTvReviews: (source: {
3514
3522
  ads?: ({
3515
3523
  __typename?: "WatchProvider" | undefined;
3516
3524
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3517
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3525
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3518
3526
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3519
3527
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3520
3528
  } | null)[] | null | undefined;
3521
3529
  buy?: ({
3522
3530
  __typename?: "WatchProvider" | undefined;
3523
3531
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3524
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3532
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3525
3533
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3526
3534
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3527
3535
  } | null)[] | null | undefined;
3528
3536
  flatrate?: ({
3529
3537
  __typename?: "WatchProvider" | undefined;
3530
3538
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3531
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3539
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3532
3540
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3533
3541
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3534
3542
  } | null)[] | null | undefined;
3535
3543
  free?: ({
3536
3544
  __typename?: "WatchProvider" | undefined;
3537
3545
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3538
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3546
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3539
3547
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3540
3548
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3541
3549
  } | null)[] | null | undefined;
3542
3550
  rent?: ({
3543
3551
  __typename?: "WatchProvider" | undefined;
3544
3552
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3545
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3553
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3546
3554
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3547
3555
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3548
3556
  } | null)[] | null | undefined;
@@ -3552,35 +3560,35 @@ export declare const resolveTvReviews: (source: {
3552
3560
  ads?: ({
3553
3561
  __typename?: "WatchProvider" | undefined;
3554
3562
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3555
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3563
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3556
3564
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3557
3565
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3558
3566
  } | null)[] | null | undefined;
3559
3567
  buy?: ({
3560
3568
  __typename?: "WatchProvider" | undefined;
3561
3569
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3562
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3570
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3563
3571
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3564
3572
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3565
3573
  } | null)[] | null | undefined;
3566
3574
  flatrate?: ({
3567
3575
  __typename?: "WatchProvider" | undefined;
3568
3576
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3569
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3577
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3570
3578
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3571
3579
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3572
3580
  } | null)[] | null | undefined;
3573
3581
  free?: ({
3574
3582
  __typename?: "WatchProvider" | undefined;
3575
3583
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3576
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3584
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3577
3585
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3578
3586
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3579
3587
  } | null)[] | null | undefined;
3580
3588
  rent?: ({
3581
3589
  __typename?: "WatchProvider" | undefined;
3582
3590
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3583
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3591
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3584
3592
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3585
3593
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3586
3594
  } | null)[] | null | undefined;
@@ -3590,35 +3598,35 @@ export declare const resolveTvReviews: (source: {
3590
3598
  ads?: ({
3591
3599
  __typename?: "WatchProvider" | undefined;
3592
3600
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3593
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3601
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3594
3602
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3595
3603
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3596
3604
  } | null)[] | null | undefined;
3597
3605
  buy?: ({
3598
3606
  __typename?: "WatchProvider" | undefined;
3599
3607
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3600
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3608
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3601
3609
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3602
3610
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3603
3611
  } | null)[] | null | undefined;
3604
3612
  flatrate?: ({
3605
3613
  __typename?: "WatchProvider" | undefined;
3606
3614
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3607
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3615
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3608
3616
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3609
3617
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3610
3618
  } | null)[] | null | undefined;
3611
3619
  free?: ({
3612
3620
  __typename?: "WatchProvider" | undefined;
3613
3621
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3614
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3622
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3615
3623
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3616
3624
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3617
3625
  } | null)[] | null | undefined;
3618
3626
  rent?: ({
3619
3627
  __typename?: "WatchProvider" | undefined;
3620
3628
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3621
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3629
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3622
3630
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3623
3631
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3624
3632
  } | null)[] | null | undefined;
@@ -3628,35 +3636,35 @@ export declare const resolveTvReviews: (source: {
3628
3636
  ads?: ({
3629
3637
  __typename?: "WatchProvider" | undefined;
3630
3638
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3631
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3639
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3632
3640
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3633
3641
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3634
3642
  } | null)[] | null | undefined;
3635
3643
  buy?: ({
3636
3644
  __typename?: "WatchProvider" | undefined;
3637
3645
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3638
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3646
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3639
3647
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3640
3648
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3641
3649
  } | null)[] | null | undefined;
3642
3650
  flatrate?: ({
3643
3651
  __typename?: "WatchProvider" | undefined;
3644
3652
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3645
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3653
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3646
3654
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3647
3655
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3648
3656
  } | null)[] | null | undefined;
3649
3657
  free?: ({
3650
3658
  __typename?: "WatchProvider" | undefined;
3651
3659
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3652
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3660
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3653
3661
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3654
3662
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3655
3663
  } | null)[] | null | undefined;
3656
3664
  rent?: ({
3657
3665
  __typename?: "WatchProvider" | undefined;
3658
3666
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3659
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3667
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3660
3668
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3661
3669
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3662
3670
  } | null)[] | null | undefined;
@@ -3666,35 +3674,35 @@ export declare const resolveTvReviews: (source: {
3666
3674
  ads?: ({
3667
3675
  __typename?: "WatchProvider" | undefined;
3668
3676
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3669
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3677
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3670
3678
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3671
3679
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3672
3680
  } | null)[] | null | undefined;
3673
3681
  buy?: ({
3674
3682
  __typename?: "WatchProvider" | undefined;
3675
3683
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3676
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3684
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3677
3685
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3678
3686
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3679
3687
  } | null)[] | null | undefined;
3680
3688
  flatrate?: ({
3681
3689
  __typename?: "WatchProvider" | undefined;
3682
3690
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3683
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3691
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3684
3692
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3685
3693
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3686
3694
  } | null)[] | null | undefined;
3687
3695
  free?: ({
3688
3696
  __typename?: "WatchProvider" | undefined;
3689
3697
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3690
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3698
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3691
3699
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3692
3700
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3693
3701
  } | null)[] | null | undefined;
3694
3702
  rent?: ({
3695
3703
  __typename?: "WatchProvider" | undefined;
3696
3704
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3697
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3705
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3698
3706
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3699
3707
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3700
3708
  } | null)[] | null | undefined;
@@ -3704,35 +3712,35 @@ export declare const resolveTvReviews: (source: {
3704
3712
  ads?: ({
3705
3713
  __typename?: "WatchProvider" | undefined;
3706
3714
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3707
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3715
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3708
3716
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3709
3717
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3710
3718
  } | null)[] | null | undefined;
3711
3719
  buy?: ({
3712
3720
  __typename?: "WatchProvider" | undefined;
3713
3721
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3714
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3722
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3715
3723
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3716
3724
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3717
3725
  } | null)[] | null | undefined;
3718
3726
  flatrate?: ({
3719
3727
  __typename?: "WatchProvider" | undefined;
3720
3728
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3721
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3729
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3722
3730
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3723
3731
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3724
3732
  } | null)[] | null | undefined;
3725
3733
  free?: ({
3726
3734
  __typename?: "WatchProvider" | undefined;
3727
3735
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3728
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3736
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3729
3737
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3730
3738
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3731
3739
  } | null)[] | null | undefined;
3732
3740
  rent?: ({
3733
3741
  __typename?: "WatchProvider" | undefined;
3734
3742
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3735
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3743
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3736
3744
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3737
3745
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3738
3746
  } | null)[] | null | undefined;
@@ -3742,35 +3750,35 @@ export declare const resolveTvReviews: (source: {
3742
3750
  ads?: ({
3743
3751
  __typename?: "WatchProvider" | undefined;
3744
3752
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3745
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3753
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3746
3754
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3747
3755
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3748
3756
  } | null)[] | null | undefined;
3749
3757
  buy?: ({
3750
3758
  __typename?: "WatchProvider" | undefined;
3751
3759
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3752
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3760
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3753
3761
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3754
3762
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3755
3763
  } | null)[] | null | undefined;
3756
3764
  flatrate?: ({
3757
3765
  __typename?: "WatchProvider" | undefined;
3758
3766
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3759
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3767
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3760
3768
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3761
3769
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3762
3770
  } | null)[] | null | undefined;
3763
3771
  free?: ({
3764
3772
  __typename?: "WatchProvider" | undefined;
3765
3773
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3766
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3774
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3767
3775
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3768
3776
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3769
3777
  } | null)[] | null | undefined;
3770
3778
  rent?: ({
3771
3779
  __typename?: "WatchProvider" | undefined;
3772
3780
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3773
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3781
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3774
3782
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3775
3783
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3776
3784
  } | null)[] | null | undefined;
@@ -3780,35 +3788,35 @@ export declare const resolveTvReviews: (source: {
3780
3788
  ads?: ({
3781
3789
  __typename?: "WatchProvider" | undefined;
3782
3790
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3783
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3791
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3784
3792
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3785
3793
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3786
3794
  } | null)[] | null | undefined;
3787
3795
  buy?: ({
3788
3796
  __typename?: "WatchProvider" | undefined;
3789
3797
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3790
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3798
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3791
3799
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3792
3800
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3793
3801
  } | null)[] | null | undefined;
3794
3802
  flatrate?: ({
3795
3803
  __typename?: "WatchProvider" | undefined;
3796
3804
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3797
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3805
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3798
3806
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3799
3807
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3800
3808
  } | null)[] | null | undefined;
3801
3809
  free?: ({
3802
3810
  __typename?: "WatchProvider" | undefined;
3803
3811
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3804
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3812
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3805
3813
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3806
3814
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3807
3815
  } | null)[] | null | undefined;
3808
3816
  rent?: ({
3809
3817
  __typename?: "WatchProvider" | undefined;
3810
3818
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3811
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3819
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3812
3820
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3813
3821
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3814
3822
  } | null)[] | null | undefined;
@@ -3818,35 +3826,35 @@ export declare const resolveTvReviews: (source: {
3818
3826
  ads?: ({
3819
3827
  __typename?: "WatchProvider" | undefined;
3820
3828
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3821
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3829
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3822
3830
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3823
3831
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3824
3832
  } | null)[] | null | undefined;
3825
3833
  buy?: ({
3826
3834
  __typename?: "WatchProvider" | undefined;
3827
3835
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3828
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3836
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3829
3837
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3830
3838
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3831
3839
  } | null)[] | null | undefined;
3832
3840
  flatrate?: ({
3833
3841
  __typename?: "WatchProvider" | undefined;
3834
3842
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3835
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3843
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3836
3844
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3837
3845
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3838
3846
  } | null)[] | null | undefined;
3839
3847
  free?: ({
3840
3848
  __typename?: "WatchProvider" | undefined;
3841
3849
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3842
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3850
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3843
3851
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3844
3852
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3845
3853
  } | null)[] | null | undefined;
3846
3854
  rent?: ({
3847
3855
  __typename?: "WatchProvider" | undefined;
3848
3856
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3849
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3857
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3850
3858
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3851
3859
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3852
3860
  } | null)[] | null | undefined;
@@ -3856,35 +3864,35 @@ export declare const resolveTvReviews: (source: {
3856
3864
  ads?: ({
3857
3865
  __typename?: "WatchProvider" | undefined;
3858
3866
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3859
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3867
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3860
3868
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3861
3869
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3862
3870
  } | null)[] | null | undefined;
3863
3871
  buy?: ({
3864
3872
  __typename?: "WatchProvider" | undefined;
3865
3873
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3866
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3874
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3867
3875
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3868
3876
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3869
3877
  } | null)[] | null | undefined;
3870
3878
  flatrate?: ({
3871
3879
  __typename?: "WatchProvider" | undefined;
3872
3880
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3873
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3881
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3874
3882
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3875
3883
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3876
3884
  } | null)[] | null | undefined;
3877
3885
  free?: ({
3878
3886
  __typename?: "WatchProvider" | undefined;
3879
3887
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3880
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3888
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3881
3889
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3882
3890
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3883
3891
  } | null)[] | null | undefined;
3884
3892
  rent?: ({
3885
3893
  __typename?: "WatchProvider" | undefined;
3886
3894
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3887
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3895
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3888
3896
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3889
3897
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3890
3898
  } | null)[] | null | undefined;
@@ -3894,35 +3902,35 @@ export declare const resolveTvReviews: (source: {
3894
3902
  ads?: ({
3895
3903
  __typename?: "WatchProvider" | undefined;
3896
3904
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3897
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3905
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3898
3906
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3899
3907
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3900
3908
  } | null)[] | null | undefined;
3901
3909
  buy?: ({
3902
3910
  __typename?: "WatchProvider" | undefined;
3903
3911
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3904
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3912
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3905
3913
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3906
3914
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3907
3915
  } | null)[] | null | undefined;
3908
3916
  flatrate?: ({
3909
3917
  __typename?: "WatchProvider" | undefined;
3910
3918
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3911
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3919
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3912
3920
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3913
3921
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3914
3922
  } | null)[] | null | undefined;
3915
3923
  free?: ({
3916
3924
  __typename?: "WatchProvider" | undefined;
3917
3925
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3918
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3926
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3919
3927
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3920
3928
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3921
3929
  } | null)[] | null | undefined;
3922
3930
  rent?: ({
3923
3931
  __typename?: "WatchProvider" | undefined;
3924
3932
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3925
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3933
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3926
3934
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3927
3935
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3928
3936
  } | null)[] | null | undefined;
@@ -3932,35 +3940,35 @@ export declare const resolveTvReviews: (source: {
3932
3940
  ads?: ({
3933
3941
  __typename?: "WatchProvider" | undefined;
3934
3942
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3935
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3943
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3936
3944
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3937
3945
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3938
3946
  } | null)[] | null | undefined;
3939
3947
  buy?: ({
3940
3948
  __typename?: "WatchProvider" | undefined;
3941
3949
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3942
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3950
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3943
3951
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3944
3952
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3945
3953
  } | null)[] | null | undefined;
3946
3954
  flatrate?: ({
3947
3955
  __typename?: "WatchProvider" | undefined;
3948
3956
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3949
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3957
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3950
3958
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3951
3959
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3952
3960
  } | null)[] | null | undefined;
3953
3961
  free?: ({
3954
3962
  __typename?: "WatchProvider" | undefined;
3955
3963
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3956
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3964
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3957
3965
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3958
3966
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3959
3967
  } | null)[] | null | undefined;
3960
3968
  rent?: ({
3961
3969
  __typename?: "WatchProvider" | undefined;
3962
3970
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3963
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3971
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3964
3972
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3965
3973
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3966
3974
  } | null)[] | null | undefined;
@@ -3970,35 +3978,35 @@ export declare const resolveTvReviews: (source: {
3970
3978
  ads?: ({
3971
3979
  __typename?: "WatchProvider" | undefined;
3972
3980
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3973
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3981
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3974
3982
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3975
3983
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3976
3984
  } | null)[] | null | undefined;
3977
3985
  buy?: ({
3978
3986
  __typename?: "WatchProvider" | undefined;
3979
3987
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3980
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3988
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3981
3989
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3982
3990
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3983
3991
  } | null)[] | null | undefined;
3984
3992
  flatrate?: ({
3985
3993
  __typename?: "WatchProvider" | undefined;
3986
3994
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3987
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3995
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3988
3996
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3989
3997
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3990
3998
  } | null)[] | null | undefined;
3991
3999
  free?: ({
3992
4000
  __typename?: "WatchProvider" | undefined;
3993
4001
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3994
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4002
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3995
4003
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3996
4004
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3997
4005
  } | null)[] | null | undefined;
3998
4006
  rent?: ({
3999
4007
  __typename?: "WatchProvider" | undefined;
4000
4008
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4001
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4009
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4002
4010
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4003
4011
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4004
4012
  } | null)[] | null | undefined;
@@ -4008,35 +4016,35 @@ export declare const resolveTvReviews: (source: {
4008
4016
  ads?: ({
4009
4017
  __typename?: "WatchProvider" | undefined;
4010
4018
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4011
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4019
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4012
4020
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4013
4021
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4014
4022
  } | null)[] | null | undefined;
4015
4023
  buy?: ({
4016
4024
  __typename?: "WatchProvider" | undefined;
4017
4025
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4018
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4026
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4019
4027
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4020
4028
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4021
4029
  } | null)[] | null | undefined;
4022
4030
  flatrate?: ({
4023
4031
  __typename?: "WatchProvider" | undefined;
4024
4032
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4025
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4033
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4026
4034
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4027
4035
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4028
4036
  } | null)[] | null | undefined;
4029
4037
  free?: ({
4030
4038
  __typename?: "WatchProvider" | undefined;
4031
4039
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4032
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4040
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4033
4041
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4034
4042
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4035
4043
  } | null)[] | null | undefined;
4036
4044
  rent?: ({
4037
4045
  __typename?: "WatchProvider" | undefined;
4038
4046
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4039
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4047
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4040
4048
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4041
4049
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4042
4050
  } | null)[] | null | undefined;
@@ -4046,35 +4054,35 @@ export declare const resolveTvReviews: (source: {
4046
4054
  ads?: ({
4047
4055
  __typename?: "WatchProvider" | undefined;
4048
4056
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4049
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4057
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4050
4058
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4051
4059
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4052
4060
  } | null)[] | null | undefined;
4053
4061
  buy?: ({
4054
4062
  __typename?: "WatchProvider" | undefined;
4055
4063
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4056
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4064
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4057
4065
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4058
4066
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4059
4067
  } | null)[] | null | undefined;
4060
4068
  flatrate?: ({
4061
4069
  __typename?: "WatchProvider" | undefined;
4062
4070
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4063
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4071
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4064
4072
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4065
4073
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4066
4074
  } | null)[] | null | undefined;
4067
4075
  free?: ({
4068
4076
  __typename?: "WatchProvider" | undefined;
4069
4077
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4070
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4078
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4071
4079
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4072
4080
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4073
4081
  } | null)[] | null | undefined;
4074
4082
  rent?: ({
4075
4083
  __typename?: "WatchProvider" | undefined;
4076
4084
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4077
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4085
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4078
4086
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4079
4087
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4080
4088
  } | null)[] | null | undefined;
@@ -4084,35 +4092,35 @@ export declare const resolveTvReviews: (source: {
4084
4092
  ads?: ({
4085
4093
  __typename?: "WatchProvider" | undefined;
4086
4094
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4087
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4095
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4088
4096
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4089
4097
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4090
4098
  } | null)[] | null | undefined;
4091
4099
  buy?: ({
4092
4100
  __typename?: "WatchProvider" | undefined;
4093
4101
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4094
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4102
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4095
4103
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4096
4104
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4097
4105
  } | null)[] | null | undefined;
4098
4106
  flatrate?: ({
4099
4107
  __typename?: "WatchProvider" | undefined;
4100
4108
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4101
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4109
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4102
4110
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4103
4111
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4104
4112
  } | null)[] | null | undefined;
4105
4113
  free?: ({
4106
4114
  __typename?: "WatchProvider" | undefined;
4107
4115
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4108
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4116
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4109
4117
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4110
4118
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4111
4119
  } | null)[] | null | undefined;
4112
4120
  rent?: ({
4113
4121
  __typename?: "WatchProvider" | undefined;
4114
4122
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4115
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4123
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4116
4124
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4117
4125
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4118
4126
  } | null)[] | null | undefined;
@@ -4122,35 +4130,35 @@ export declare const resolveTvReviews: (source: {
4122
4130
  ads?: ({
4123
4131
  __typename?: "WatchProvider" | undefined;
4124
4132
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4125
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4133
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4126
4134
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4127
4135
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4128
4136
  } | null)[] | null | undefined;
4129
4137
  buy?: ({
4130
4138
  __typename?: "WatchProvider" | undefined;
4131
4139
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4132
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4140
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4133
4141
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4134
4142
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4135
4143
  } | null)[] | null | undefined;
4136
4144
  flatrate?: ({
4137
4145
  __typename?: "WatchProvider" | undefined;
4138
4146
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4139
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4147
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4140
4148
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4141
4149
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4142
4150
  } | null)[] | null | undefined;
4143
4151
  free?: ({
4144
4152
  __typename?: "WatchProvider" | undefined;
4145
4153
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4146
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4154
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4147
4155
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4148
4156
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4149
4157
  } | null)[] | null | undefined;
4150
4158
  rent?: ({
4151
4159
  __typename?: "WatchProvider" | undefined;
4152
4160
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4153
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4161
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4154
4162
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4155
4163
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4156
4164
  } | null)[] | null | undefined;
@@ -4160,35 +4168,35 @@ export declare const resolveTvReviews: (source: {
4160
4168
  ads?: ({
4161
4169
  __typename?: "WatchProvider" | undefined;
4162
4170
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4163
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4171
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4164
4172
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4165
4173
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4166
4174
  } | null)[] | null | undefined;
4167
4175
  buy?: ({
4168
4176
  __typename?: "WatchProvider" | undefined;
4169
4177
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4170
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4178
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4171
4179
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4172
4180
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4173
4181
  } | null)[] | null | undefined;
4174
4182
  flatrate?: ({
4175
4183
  __typename?: "WatchProvider" | undefined;
4176
4184
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4177
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4185
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4178
4186
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4179
4187
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4180
4188
  } | null)[] | null | undefined;
4181
4189
  free?: ({
4182
4190
  __typename?: "WatchProvider" | undefined;
4183
4191
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4184
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4192
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4185
4193
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4186
4194
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4187
4195
  } | null)[] | null | undefined;
4188
4196
  rent?: ({
4189
4197
  __typename?: "WatchProvider" | undefined;
4190
4198
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4191
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4199
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4192
4200
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4193
4201
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4194
4202
  } | null)[] | null | undefined;
@@ -4198,35 +4206,35 @@ export declare const resolveTvReviews: (source: {
4198
4206
  ads?: ({
4199
4207
  __typename?: "WatchProvider" | undefined;
4200
4208
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4201
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4209
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4202
4210
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4203
4211
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4204
4212
  } | null)[] | null | undefined;
4205
4213
  buy?: ({
4206
4214
  __typename?: "WatchProvider" | undefined;
4207
4215
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4208
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4216
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4209
4217
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4210
4218
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4211
4219
  } | null)[] | null | undefined;
4212
4220
  flatrate?: ({
4213
4221
  __typename?: "WatchProvider" | undefined;
4214
4222
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4215
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4223
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4216
4224
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4217
4225
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4218
4226
  } | null)[] | null | undefined;
4219
4227
  free?: ({
4220
4228
  __typename?: "WatchProvider" | undefined;
4221
4229
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4222
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4230
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4223
4231
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4224
4232
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4225
4233
  } | null)[] | null | undefined;
4226
4234
  rent?: ({
4227
4235
  __typename?: "WatchProvider" | undefined;
4228
4236
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4229
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4237
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4230
4238
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4231
4239
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4232
4240
  } | null)[] | null | undefined;
@@ -4236,35 +4244,35 @@ export declare const resolveTvReviews: (source: {
4236
4244
  ads?: ({
4237
4245
  __typename?: "WatchProvider" | undefined;
4238
4246
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4239
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4247
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4240
4248
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4241
4249
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4242
4250
  } | null)[] | null | undefined;
4243
4251
  buy?: ({
4244
4252
  __typename?: "WatchProvider" | undefined;
4245
4253
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4246
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4254
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4247
4255
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4248
4256
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4249
4257
  } | null)[] | null | undefined;
4250
4258
  flatrate?: ({
4251
4259
  __typename?: "WatchProvider" | undefined;
4252
4260
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4253
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4261
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4254
4262
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4255
4263
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4256
4264
  } | null)[] | null | undefined;
4257
4265
  free?: ({
4258
4266
  __typename?: "WatchProvider" | undefined;
4259
4267
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4260
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4268
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4261
4269
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4262
4270
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4263
4271
  } | null)[] | null | undefined;
4264
4272
  rent?: ({
4265
4273
  __typename?: "WatchProvider" | undefined;
4266
4274
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4267
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4275
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4268
4276
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4269
4277
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4270
4278
  } | null)[] | null | undefined;
@@ -4274,35 +4282,35 @@ export declare const resolveTvReviews: (source: {
4274
4282
  ads?: ({
4275
4283
  __typename?: "WatchProvider" | undefined;
4276
4284
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4277
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4285
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4278
4286
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4279
4287
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4280
4288
  } | null)[] | null | undefined;
4281
4289
  buy?: ({
4282
4290
  __typename?: "WatchProvider" | undefined;
4283
4291
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4284
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4292
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4285
4293
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4286
4294
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4287
4295
  } | null)[] | null | undefined;
4288
4296
  flatrate?: ({
4289
4297
  __typename?: "WatchProvider" | undefined;
4290
4298
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4291
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4299
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4292
4300
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4293
4301
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4294
4302
  } | null)[] | null | undefined;
4295
4303
  free?: ({
4296
4304
  __typename?: "WatchProvider" | undefined;
4297
4305
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4298
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4306
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4299
4307
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4300
4308
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4301
4309
  } | null)[] | null | undefined;
4302
4310
  rent?: ({
4303
4311
  __typename?: "WatchProvider" | undefined;
4304
4312
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4305
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4313
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4306
4314
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4307
4315
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4308
4316
  } | null)[] | null | undefined;
@@ -4312,35 +4320,35 @@ export declare const resolveTvReviews: (source: {
4312
4320
  ads?: ({
4313
4321
  __typename?: "WatchProvider" | undefined;
4314
4322
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4315
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4323
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4316
4324
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4317
4325
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4318
4326
  } | null)[] | null | undefined;
4319
4327
  buy?: ({
4320
4328
  __typename?: "WatchProvider" | undefined;
4321
4329
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4322
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4330
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4323
4331
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4324
4332
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4325
4333
  } | null)[] | null | undefined;
4326
4334
  flatrate?: ({
4327
4335
  __typename?: "WatchProvider" | undefined;
4328
4336
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4329
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4337
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4330
4338
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4331
4339
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4332
4340
  } | null)[] | null | undefined;
4333
4341
  free?: ({
4334
4342
  __typename?: "WatchProvider" | undefined;
4335
4343
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4336
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4344
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4337
4345
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4338
4346
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4339
4347
  } | null)[] | null | undefined;
4340
4348
  rent?: ({
4341
4349
  __typename?: "WatchProvider" | undefined;
4342
4350
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4343
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4351
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4344
4352
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4345
4353
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4346
4354
  } | null)[] | null | undefined;
@@ -4350,35 +4358,35 @@ export declare const resolveTvReviews: (source: {
4350
4358
  ads?: ({
4351
4359
  __typename?: "WatchProvider" | undefined;
4352
4360
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4353
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4361
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4354
4362
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4355
4363
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4356
4364
  } | null)[] | null | undefined;
4357
4365
  buy?: ({
4358
4366
  __typename?: "WatchProvider" | undefined;
4359
4367
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4360
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4368
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4361
4369
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4362
4370
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4363
4371
  } | null)[] | null | undefined;
4364
4372
  flatrate?: ({
4365
4373
  __typename?: "WatchProvider" | undefined;
4366
4374
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4367
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4375
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4368
4376
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4369
4377
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4370
4378
  } | null)[] | null | undefined;
4371
4379
  free?: ({
4372
4380
  __typename?: "WatchProvider" | undefined;
4373
4381
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4374
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4382
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4375
4383
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4376
4384
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4377
4385
  } | null)[] | null | undefined;
4378
4386
  rent?: ({
4379
4387
  __typename?: "WatchProvider" | undefined;
4380
4388
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4381
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4389
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4382
4390
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4383
4391
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4384
4392
  } | null)[] | null | undefined;
@@ -4388,35 +4396,35 @@ export declare const resolveTvReviews: (source: {
4388
4396
  ads?: ({
4389
4397
  __typename?: "WatchProvider" | undefined;
4390
4398
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4391
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4399
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4392
4400
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4393
4401
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4394
4402
  } | null)[] | null | undefined;
4395
4403
  buy?: ({
4396
4404
  __typename?: "WatchProvider" | undefined;
4397
4405
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4398
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4406
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4399
4407
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4400
4408
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4401
4409
  } | null)[] | null | undefined;
4402
4410
  flatrate?: ({
4403
4411
  __typename?: "WatchProvider" | undefined;
4404
4412
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4405
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4413
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4406
4414
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4407
4415
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4408
4416
  } | null)[] | null | undefined;
4409
4417
  free?: ({
4410
4418
  __typename?: "WatchProvider" | undefined;
4411
4419
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4412
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4420
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4413
4421
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4414
4422
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4415
4423
  } | null)[] | null | undefined;
4416
4424
  rent?: ({
4417
4425
  __typename?: "WatchProvider" | undefined;
4418
4426
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4419
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4427
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4420
4428
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4421
4429
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4422
4430
  } | null)[] | null | undefined;
@@ -4426,35 +4434,35 @@ export declare const resolveTvReviews: (source: {
4426
4434
  ads?: ({
4427
4435
  __typename?: "WatchProvider" | undefined;
4428
4436
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4429
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4437
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4430
4438
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4431
4439
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4432
4440
  } | null)[] | null | undefined;
4433
4441
  buy?: ({
4434
4442
  __typename?: "WatchProvider" | undefined;
4435
4443
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4436
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4444
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4437
4445
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4438
4446
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4439
4447
  } | null)[] | null | undefined;
4440
4448
  flatrate?: ({
4441
4449
  __typename?: "WatchProvider" | undefined;
4442
4450
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4443
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4451
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4444
4452
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4445
4453
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4446
4454
  } | null)[] | null | undefined;
4447
4455
  free?: ({
4448
4456
  __typename?: "WatchProvider" | undefined;
4449
4457
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4450
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4458
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4451
4459
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4452
4460
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4453
4461
  } | null)[] | null | undefined;
4454
4462
  rent?: ({
4455
4463
  __typename?: "WatchProvider" | undefined;
4456
4464
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4457
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4465
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4458
4466
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4459
4467
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4460
4468
  } | null)[] | null | undefined;
@@ -4464,35 +4472,35 @@ export declare const resolveTvReviews: (source: {
4464
4472
  ads?: ({
4465
4473
  __typename?: "WatchProvider" | undefined;
4466
4474
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4467
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4475
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4468
4476
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4469
4477
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4470
4478
  } | null)[] | null | undefined;
4471
4479
  buy?: ({
4472
4480
  __typename?: "WatchProvider" | undefined;
4473
4481
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4474
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4482
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4475
4483
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4476
4484
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4477
4485
  } | null)[] | null | undefined;
4478
4486
  flatrate?: ({
4479
4487
  __typename?: "WatchProvider" | undefined;
4480
4488
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4481
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4489
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4482
4490
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4483
4491
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4484
4492
  } | null)[] | null | undefined;
4485
4493
  free?: ({
4486
4494
  __typename?: "WatchProvider" | undefined;
4487
4495
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4488
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4496
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4489
4497
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4490
4498
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4491
4499
  } | null)[] | null | undefined;
4492
4500
  rent?: ({
4493
4501
  __typename?: "WatchProvider" | undefined;
4494
4502
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4495
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4503
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4496
4504
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4497
4505
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4498
4506
  } | null)[] | null | undefined;
@@ -4502,35 +4510,35 @@ export declare const resolveTvReviews: (source: {
4502
4510
  ads?: ({
4503
4511
  __typename?: "WatchProvider" | undefined;
4504
4512
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4505
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4513
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4506
4514
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4507
4515
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4508
4516
  } | null)[] | null | undefined;
4509
4517
  buy?: ({
4510
4518
  __typename?: "WatchProvider" | undefined;
4511
4519
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4512
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4520
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4513
4521
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4514
4522
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4515
4523
  } | null)[] | null | undefined;
4516
4524
  flatrate?: ({
4517
4525
  __typename?: "WatchProvider" | undefined;
4518
4526
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4519
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4527
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4520
4528
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4521
4529
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4522
4530
  } | null)[] | null | undefined;
4523
4531
  free?: ({
4524
4532
  __typename?: "WatchProvider" | undefined;
4525
4533
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4526
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4534
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4527
4535
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4528
4536
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4529
4537
  } | null)[] | null | undefined;
4530
4538
  rent?: ({
4531
4539
  __typename?: "WatchProvider" | undefined;
4532
4540
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4533
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4541
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4534
4542
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4535
4543
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4536
4544
  } | null)[] | null | undefined;
@@ -4540,35 +4548,35 @@ export declare const resolveTvReviews: (source: {
4540
4548
  ads?: ({
4541
4549
  __typename?: "WatchProvider" | undefined;
4542
4550
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4543
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4551
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4544
4552
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4545
4553
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4546
4554
  } | null)[] | null | undefined;
4547
4555
  buy?: ({
4548
4556
  __typename?: "WatchProvider" | undefined;
4549
4557
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4550
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4558
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4551
4559
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4552
4560
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4553
4561
  } | null)[] | null | undefined;
4554
4562
  flatrate?: ({
4555
4563
  __typename?: "WatchProvider" | undefined;
4556
4564
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4557
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4565
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4558
4566
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4559
4567
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4560
4568
  } | null)[] | null | undefined;
4561
4569
  free?: ({
4562
4570
  __typename?: "WatchProvider" | undefined;
4563
4571
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4564
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4572
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4565
4573
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4566
4574
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4567
4575
  } | null)[] | null | undefined;
4568
4576
  rent?: ({
4569
4577
  __typename?: "WatchProvider" | undefined;
4570
4578
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4571
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4579
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4572
4580
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4573
4581
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4574
4582
  } | null)[] | null | undefined;
@@ -4580,7 +4588,7 @@ export declare const resolveTvReviews: (source: {
4580
4588
  __typename?: "Tv" | undefined;
4581
4589
  name: string;
4582
4590
  type: import("@tmdb-graphql-api/schema/types").TvType;
4583
- id: string | number;
4591
+ id: number;
4584
4592
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4585
4593
  overview: string;
4586
4594
  poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -4594,7 +4602,7 @@ export declare const resolveTvReviews: (source: {
4594
4602
  vote_average: number;
4595
4603
  vote_count: number;
4596
4604
  production_companies: ({
4597
- id: string | number;
4605
+ id: number;
4598
4606
  __typename?: "Company" | undefined;
4599
4607
  alternative_names?: ({
4600
4608
  __typename?: "AlternativeName" | undefined;
@@ -4625,7 +4633,7 @@ export declare const resolveTvReviews: (source: {
4625
4633
  status: import("@tmdb-graphql-api/schema/types").TvStatus;
4626
4634
  tagline?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4627
4635
  created_by?: {
4628
- id: string | number;
4636
+ id: number;
4629
4637
  __typename?: "Person" | undefined;
4630
4638
  adult: boolean;
4631
4639
  also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
@@ -4634,15 +4642,15 @@ export declare const resolveTvReviews: (source: {
4634
4642
  combined_credits?: {
4635
4643
  __typename?: "CreditsCombined" | undefined;
4636
4644
  cast?: ({
4637
- id: string | number;
4645
+ id: number;
4638
4646
  __typename?: "CreditCombinedCast" | undefined;
4639
4647
  adult: boolean;
4640
4648
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4641
4649
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4642
- credit_id: string | number;
4650
+ credit_id: string;
4643
4651
  episode_count: number;
4644
4652
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4645
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4653
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4646
4654
  media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
4647
4655
  name: string;
4648
4656
  origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
@@ -4659,15 +4667,15 @@ export declare const resolveTvReviews: (source: {
4659
4667
  vote_count: number;
4660
4668
  } | null)[] | null | undefined;
4661
4669
  crew?: ({
4662
- id: string | number;
4670
+ id: number;
4663
4671
  __typename?: "CreditCombinedCrew" | undefined;
4664
4672
  adult: boolean;
4665
4673
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4666
- credit_id: string | number;
4674
+ credit_id: string;
4667
4675
  department: string;
4668
4676
  episode_count: number;
4669
4677
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4670
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4678
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4671
4679
  job: string;
4672
4680
  media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
4673
4681
  name: string;
@@ -4705,13 +4713,13 @@ export declare const resolveTvReviews: (source: {
4705
4713
  movie_credits?: {
4706
4714
  __typename?: "CreditsMovie" | undefined;
4707
4715
  cast?: ({
4708
- id: string | number;
4716
+ id: number;
4709
4717
  __typename?: "CreditMovieCast" | undefined;
4710
4718
  adult: boolean;
4711
4719
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4712
4720
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4713
- credit_id: string | number;
4714
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4721
+ credit_id: string;
4722
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4715
4723
  original_language: string;
4716
4724
  original_title: string;
4717
4725
  overview: string;
@@ -4724,13 +4732,13 @@ export declare const resolveTvReviews: (source: {
4724
4732
  vote_count: number;
4725
4733
  } | null)[] | null | undefined;
4726
4734
  crew?: ({
4727
- id: string | number;
4735
+ id: number;
4728
4736
  __typename?: "CreditMovieCrew" | undefined;
4729
4737
  adult: boolean;
4730
4738
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4731
- credit_id: string | number;
4739
+ credit_id: string;
4732
4740
  department: string;
4733
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4741
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4734
4742
  job: string;
4735
4743
  original_language: string;
4736
4744
  original_title: string;
@@ -4777,14 +4785,14 @@ export declare const resolveTvReviews: (source: {
4777
4785
  tv_credits?: {
4778
4786
  __typename?: "CreditsTv" | undefined;
4779
4787
  cast?: ({
4780
- id: string | number;
4788
+ id: number;
4781
4789
  __typename?: "CreditTvCast" | undefined;
4782
4790
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4783
4791
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4784
- credit_id: string | number;
4792
+ credit_id: string;
4785
4793
  episode_count: number;
4786
4794
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4787
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4795
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4788
4796
  name: string;
4789
4797
  origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4790
4798
  original_language: string;
@@ -4796,14 +4804,14 @@ export declare const resolveTvReviews: (source: {
4796
4804
  vote_count: number;
4797
4805
  } | null)[] | null | undefined;
4798
4806
  crew?: ({
4799
- id: string | number;
4807
+ id: number;
4800
4808
  __typename?: "CreditTvCrew" | undefined;
4801
4809
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4802
- credit_id: string | number;
4810
+ credit_id: string;
4803
4811
  department: string;
4804
4812
  episode_count: number;
4805
4813
  first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4806
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4814
+ genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4807
4815
  job: string;
4808
4816
  name: string;
4809
4817
  origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
@@ -4821,16 +4829,16 @@ export declare const resolveTvReviews: (source: {
4821
4829
  in_production: boolean;
4822
4830
  last_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4823
4831
  last_episode_to_air?: {
4824
- id: string | number;
4832
+ id: number;
4825
4833
  __typename?: "Episode" | undefined;
4826
4834
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4827
4835
  cast?: ({
4828
- id: string | number;
4836
+ id: number;
4829
4837
  __typename?: "Cast" | undefined;
4830
4838
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
4831
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4839
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4832
4840
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4833
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4841
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4834
4842
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4835
4843
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4836
4844
  name: string;
@@ -4840,10 +4848,10 @@ export declare const resolveTvReviews: (source: {
4840
4848
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4841
4849
  } | null)[] | null | undefined;
4842
4850
  crew?: ({
4843
- id: string | number;
4851
+ id: number;
4844
4852
  __typename?: "Crew" | undefined;
4845
4853
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
4846
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4854
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4847
4855
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4848
4856
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4849
4857
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -4853,6 +4861,7 @@ export declare const resolveTvReviews: (source: {
4853
4861
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4854
4862
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4855
4863
  } | null)[] | null | undefined;
4864
+ episode_lookup_id: string;
4856
4865
  episode_number: number;
4857
4866
  external_ids?: {
4858
4867
  __typename?: "ExternalIds" | undefined;
@@ -4866,12 +4875,12 @@ export declare const resolveTvReviews: (source: {
4866
4875
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4867
4876
  } | null | undefined;
4868
4877
  guest_stars?: ({
4869
- id: string | number;
4878
+ id: number;
4870
4879
  __typename?: "Cast" | undefined;
4871
4880
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
4872
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4881
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4873
4882
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4874
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4883
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4875
4884
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4876
4885
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4877
4886
  name: string;
@@ -4912,9 +4921,9 @@ export declare const resolveTvReviews: (source: {
4912
4921
  iso_3166_1: string;
4913
4922
  name: string;
4914
4923
  } | null)[] | null | undefined;
4915
- tv_show_id: string | number;
4924
+ tv_show_id: number;
4916
4925
  videos?: ({
4917
- id: string | number;
4926
+ id: number;
4918
4927
  __typename?: "Video" | undefined;
4919
4928
  iso_639_1: string;
4920
4929
  iso_3166_1: string;
@@ -4928,7 +4937,7 @@ export declare const resolveTvReviews: (source: {
4928
4937
  vote_count: number;
4929
4938
  } | null | undefined;
4930
4939
  networks: ({
4931
- id: string | number;
4940
+ id: number;
4932
4941
  __typename?: "Network" | undefined;
4933
4942
  alternative_names?: ({
4934
4943
  __typename?: "AlternativeName" | undefined;
@@ -4955,16 +4964,16 @@ export declare const resolveTvReviews: (source: {
4955
4964
  origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4956
4965
  } | null)[];
4957
4966
  next_episode_to_air?: {
4958
- id: string | number;
4967
+ id: number;
4959
4968
  __typename?: "Episode" | undefined;
4960
4969
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4961
4970
  cast?: ({
4962
- id: string | number;
4971
+ id: number;
4963
4972
  __typename?: "Cast" | undefined;
4964
4973
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
4965
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4974
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4966
4975
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4967
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4976
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4968
4977
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4969
4978
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4970
4979
  name: string;
@@ -4974,10 +4983,10 @@ export declare const resolveTvReviews: (source: {
4974
4983
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4975
4984
  } | null)[] | null | undefined;
4976
4985
  crew?: ({
4977
- id: string | number;
4986
+ id: number;
4978
4987
  __typename?: "Crew" | undefined;
4979
4988
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
4980
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
4989
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4981
4990
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4982
4991
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4983
4992
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -4987,6 +4996,7 @@ export declare const resolveTvReviews: (source: {
4987
4996
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4988
4997
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4989
4998
  } | null)[] | null | undefined;
4999
+ episode_lookup_id: string;
4990
5000
  episode_number: number;
4991
5001
  external_ids?: {
4992
5002
  __typename?: "ExternalIds" | undefined;
@@ -5000,12 +5010,12 @@ export declare const resolveTvReviews: (source: {
5000
5010
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5001
5011
  } | null | undefined;
5002
5012
  guest_stars?: ({
5003
- id: string | number;
5013
+ id: number;
5004
5014
  __typename?: "Cast" | undefined;
5005
5015
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
5006
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5016
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5007
5017
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5008
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5018
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5009
5019
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5010
5020
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5011
5021
  name: string;
@@ -5046,9 +5056,9 @@ export declare const resolveTvReviews: (source: {
5046
5056
  iso_3166_1: string;
5047
5057
  name: string;
5048
5058
  } | null)[] | null | undefined;
5049
- tv_show_id: string | number;
5059
+ tv_show_id: number;
5050
5060
  videos?: ({
5051
- id: string | number;
5061
+ id: number;
5052
5062
  __typename?: "Video" | undefined;
5053
5063
  iso_639_1: string;
5054
5064
  iso_3166_1: string;
@@ -5064,16 +5074,16 @@ export declare const resolveTvReviews: (source: {
5064
5074
  number_of_episodes: number;
5065
5075
  number_of_seasons: number;
5066
5076
  seasons: ({
5067
- id: string | number;
5077
+ id: number;
5068
5078
  __typename?: "Season" | undefined;
5069
5079
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5070
5080
  cast?: ({
5071
- id: string | number;
5081
+ id: number;
5072
5082
  __typename?: "Cast" | undefined;
5073
5083
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
5074
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5084
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5075
5085
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5076
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5086
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5077
5087
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5078
5088
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5079
5089
  name: string;
@@ -5083,10 +5093,10 @@ export declare const resolveTvReviews: (source: {
5083
5093
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5084
5094
  } | null)[] | null | undefined;
5085
5095
  crew?: ({
5086
- id: string | number;
5096
+ id: number;
5087
5097
  __typename?: "Crew" | undefined;
5088
5098
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
5089
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5099
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5090
5100
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5091
5101
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5092
5102
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -5098,16 +5108,16 @@ export declare const resolveTvReviews: (source: {
5098
5108
  } | null)[] | null | undefined;
5099
5109
  episode_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5100
5110
  episodes?: ({
5101
- id: string | number;
5111
+ id: number;
5102
5112
  __typename?: "Episode" | undefined;
5103
5113
  air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5104
5114
  cast?: ({
5105
- id: string | number;
5115
+ id: number;
5106
5116
  __typename?: "Cast" | undefined;
5107
5117
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
5108
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5118
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5109
5119
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5110
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5120
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5111
5121
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5112
5122
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5113
5123
  name: string;
@@ -5117,10 +5127,10 @@ export declare const resolveTvReviews: (source: {
5117
5127
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5118
5128
  } | null)[] | null | undefined;
5119
5129
  crew?: ({
5120
- id: string | number;
5130
+ id: number;
5121
5131
  __typename?: "Crew" | undefined;
5122
5132
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
5123
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5133
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5124
5134
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5125
5135
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5126
5136
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -5130,6 +5140,7 @@ export declare const resolveTvReviews: (source: {
5130
5140
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5131
5141
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5132
5142
  } | null)[] | null | undefined;
5143
+ episode_lookup_id: string;
5133
5144
  episode_number: number;
5134
5145
  external_ids?: {
5135
5146
  __typename?: "ExternalIds" | undefined;
@@ -5143,12 +5154,12 @@ export declare const resolveTvReviews: (source: {
5143
5154
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5144
5155
  } | null | undefined;
5145
5156
  guest_stars?: ({
5146
- id: string | number;
5157
+ id: number;
5147
5158
  __typename?: "Cast" | undefined;
5148
5159
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
5149
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5160
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5150
5161
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5151
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5162
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5152
5163
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5153
5164
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5154
5165
  name: string;
@@ -5189,9 +5200,9 @@ export declare const resolveTvReviews: (source: {
5189
5200
  iso_3166_1: string;
5190
5201
  name: string;
5191
5202
  } | null)[] | null | undefined;
5192
- tv_show_id: string | number;
5203
+ tv_show_id: number;
5193
5204
  videos?: ({
5194
- id: string | number;
5205
+ id: number;
5195
5206
  __typename?: "Video" | undefined;
5196
5207
  iso_639_1: string;
5197
5208
  iso_3166_1: string;
@@ -5229,6 +5240,7 @@ export declare const resolveTvReviews: (source: {
5229
5240
  vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5230
5241
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5231
5242
  } | null)[] | null | undefined;
5243
+ season_lookup_id: string;
5232
5244
  season_number: number;
5233
5245
  translations?: ({
5234
5246
  __typename?: "Translation" | undefined;
@@ -5245,9 +5257,9 @@ export declare const resolveTvReviews: (source: {
5245
5257
  iso_3166_1: string;
5246
5258
  name: string;
5247
5259
  } | null)[] | null | undefined;
5248
- tv_show_id: string | number;
5260
+ tv_show_id: number;
5249
5261
  videos?: ({
5250
- id: string | number;
5262
+ id: number;
5251
5263
  __typename?: "Video" | undefined;
5252
5264
  iso_639_1: string;
5253
5265
  iso_3166_1: string;
@@ -5265,12 +5277,12 @@ export declare const resolveTvReviews: (source: {
5265
5277
  content_ratings: Omit<import("../types.cts").RawTvContentRatings, "id">;
5266
5278
  credits?: Omit<{
5267
5279
  cast?: ({
5268
- id: string | number;
5280
+ id: number;
5269
5281
  __typename?: "Cast" | undefined;
5270
5282
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
5271
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5283
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5272
5284
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5273
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5285
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5274
5286
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5275
5287
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5276
5288
  name: string;
@@ -5280,10 +5292,10 @@ export declare const resolveTvReviews: (source: {
5280
5292
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5281
5293
  } | null)[] | null | undefined;
5282
5294
  crew?: ({
5283
- id: string | number;
5295
+ id: number;
5284
5296
  __typename?: "Crew" | undefined;
5285
5297
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
5286
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
5298
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5287
5299
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5288
5300
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5289
5301
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -5293,7 +5305,7 @@ export declare const resolveTvReviews: (source: {
5293
5305
  popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5294
5306
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
5295
5307
  } | null)[] | null | undefined;
5296
- id: string | number;
5308
+ id: number;
5297
5309
  }, "id"> | undefined;
5298
5310
  episode_groups?: Omit<import("../types.cts").RawTvEpisodeGroups, "id"> | undefined;
5299
5311
  external_ids?: {
@@ -5341,7 +5353,7 @@ export declare const resolveTvReviews: (source: {
5341
5353
  vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5342
5354
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
5343
5355
  } | null)[] | null | undefined;
5344
- id: string | number;
5356
+ id: number;
5345
5357
  }, "id"> | undefined;
5346
5358
  keywords?: Omit<import("../types.cts").RawTvKeywords, "id"> | undefined;
5347
5359
  recommendations?: import("../types.cts").RawTvRecommendations | undefined;
@@ -5363,7 +5375,7 @@ export declare const resolveTvReviews: (source: {
5363
5375
  iso_3166_1: string;
5364
5376
  name: string;
5365
5377
  } | null)[] | null | undefined;
5366
- id: string | number;
5378
+ id: number;
5367
5379
  }, "id"> | undefined;
5368
5380
  videos?: Omit<import("../types.cts").RawTvVideos, "id"> | undefined;
5369
5381
  'watch/providers'?: import("../types.cts").RawWatchProviders | undefined;