@tmdb-graphql-api/resolvers 0.0.28 → 0.0.29
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.
- package/dist/production.analysis.txt +297 -297
- package/dist/types/cjs/queries/collection.d.cts +4 -4
- package/dist/types/cjs/queries/credit.d.cts +4 -4
- package/dist/types/cjs/queries/find.d.cts +2 -2
- package/dist/types/cjs/queries/movie.d.cts +4 -4
- package/dist/types/cjs/queries/movieRecommendations.d.cts +2 -2
- package/dist/types/cjs/queries/movieReviews.d.cts +2 -2
- package/dist/types/cjs/queries/movieSimilarMovies.d.cts +2 -2
- package/dist/types/cjs/queries/review.d.cts +1 -1
- package/dist/types/cjs/queries/tv.d.cts +8 -8
- package/dist/types/cjs/queries/tvRecommendations.d.cts +4 -4
- package/dist/types/cjs/queries/tvReviews.d.cts +4 -4
- package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +4 -4
- package/dist/types/esm/queries/collection.d.ts +4 -4
- package/dist/types/esm/queries/credit.d.ts +4 -4
- package/dist/types/esm/queries/find.d.ts +2 -2
- package/dist/types/esm/queries/movie.d.ts +4 -4
- package/dist/types/esm/queries/movieRecommendations.d.ts +2 -2
- package/dist/types/esm/queries/movieReviews.d.ts +2 -2
- package/dist/types/esm/queries/movieSimilarMovies.d.ts +2 -2
- package/dist/types/esm/queries/review.d.ts +1 -1
- package/dist/types/esm/queries/tv.d.ts +8 -8
- package/dist/types/esm/queries/tvRecommendations.d.ts +4 -4
- package/dist/types/esm/queries/tvReviews.d.ts +4 -4
- package/dist/types/esm/queries/tvSimilarTvShows.d.ts +4 -4
- package/dist/types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -890,7 +890,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
890
890
|
content: string;
|
|
891
891
|
created_at: string;
|
|
892
892
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
893
|
-
media_title
|
|
893
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
894
894
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
895
895
|
url: string;
|
|
896
896
|
};
|
|
@@ -909,7 +909,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
909
909
|
content: string;
|
|
910
910
|
created_at: string;
|
|
911
911
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
912
|
-
media_title
|
|
912
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
913
913
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
914
914
|
url: string;
|
|
915
915
|
} | null)[] | null | undefined;
|
|
@@ -3156,7 +3156,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
3156
3156
|
content: string;
|
|
3157
3157
|
created_at: string;
|
|
3158
3158
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3159
|
-
media_title
|
|
3159
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3160
3160
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
3161
3161
|
url: string;
|
|
3162
3162
|
};
|
|
@@ -3175,7 +3175,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
3175
3175
|
content: string;
|
|
3176
3176
|
created_at: string;
|
|
3177
3177
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3178
|
-
media_title
|
|
3178
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3179
3179
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
3180
3180
|
url: string;
|
|
3181
3181
|
} | null)[] | null | undefined;
|
|
@@ -5777,7 +5777,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
5777
5777
|
content: string;
|
|
5778
5778
|
created_at: string;
|
|
5779
5779
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5780
|
-
media_title
|
|
5780
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5781
5781
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
5782
5782
|
url: string;
|
|
5783
5783
|
};
|
|
@@ -5796,7 +5796,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
5796
5796
|
content: string;
|
|
5797
5797
|
created_at: string;
|
|
5798
5798
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5799
|
-
media_title
|
|
5799
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5800
5800
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
5801
5801
|
url: string;
|
|
5802
5802
|
} | null)[] | null | undefined;
|
|
@@ -8043,7 +8043,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
8043
8043
|
content: string;
|
|
8044
8044
|
created_at: string;
|
|
8045
8045
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
8046
|
-
media_title
|
|
8046
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
8047
8047
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
8048
8048
|
url: string;
|
|
8049
8049
|
};
|
|
@@ -8062,7 +8062,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
8062
8062
|
content: string;
|
|
8063
8063
|
created_at: string;
|
|
8064
8064
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
8065
|
-
media_title
|
|
8065
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
8066
8066
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
8067
8067
|
url: string;
|
|
8068
8068
|
} | null)[] | null | undefined;
|
|
@@ -685,7 +685,7 @@ export declare const resolveTvRecommendations: (source: {
|
|
|
685
685
|
content: string;
|
|
686
686
|
created_at: string;
|
|
687
687
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
688
|
-
media_title
|
|
688
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
689
689
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
690
690
|
url: string;
|
|
691
691
|
};
|
|
@@ -704,7 +704,7 @@ export declare const resolveTvRecommendations: (source: {
|
|
|
704
704
|
content: string;
|
|
705
705
|
created_at: string;
|
|
706
706
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
707
|
-
media_title
|
|
707
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
708
708
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
709
709
|
url: string;
|
|
710
710
|
} | null)[] | null | undefined;
|
|
@@ -2951,7 +2951,7 @@ export declare const resolveTvRecommendations: (source: {
|
|
|
2951
2951
|
content: string;
|
|
2952
2952
|
created_at: string;
|
|
2953
2953
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2954
|
-
media_title
|
|
2954
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2955
2955
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2956
2956
|
url: string;
|
|
2957
2957
|
};
|
|
@@ -2970,7 +2970,7 @@ export declare const resolveTvRecommendations: (source: {
|
|
|
2970
2970
|
content: string;
|
|
2971
2971
|
created_at: string;
|
|
2972
2972
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2973
|
-
media_title
|
|
2973
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2974
2974
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2975
2975
|
url: string;
|
|
2976
2976
|
} | null)[] | null | undefined;
|
|
@@ -685,7 +685,7 @@ export declare const resolveTvReviews: (source: {
|
|
|
685
685
|
content: string;
|
|
686
686
|
created_at: string;
|
|
687
687
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
688
|
-
media_title
|
|
688
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
689
689
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
690
690
|
url: string;
|
|
691
691
|
};
|
|
@@ -704,7 +704,7 @@ export declare const resolveTvReviews: (source: {
|
|
|
704
704
|
content: string;
|
|
705
705
|
created_at: string;
|
|
706
706
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
707
|
-
media_title
|
|
707
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
708
708
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
709
709
|
url: string;
|
|
710
710
|
} | null)[] | null | undefined;
|
|
@@ -2951,7 +2951,7 @@ export declare const resolveTvReviews: (source: {
|
|
|
2951
2951
|
content: string;
|
|
2952
2952
|
created_at: string;
|
|
2953
2953
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2954
|
-
media_title
|
|
2954
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2955
2955
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2956
2956
|
url: string;
|
|
2957
2957
|
};
|
|
@@ -2970,7 +2970,7 @@ export declare const resolveTvReviews: (source: {
|
|
|
2970
2970
|
content: string;
|
|
2971
2971
|
created_at: string;
|
|
2972
2972
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2973
|
-
media_title
|
|
2973
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2974
2974
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2975
2975
|
url: string;
|
|
2976
2976
|
} | null)[] | null | undefined;
|
|
@@ -685,7 +685,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
685
685
|
content: string;
|
|
686
686
|
created_at: string;
|
|
687
687
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
688
|
-
media_title
|
|
688
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
689
689
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
690
690
|
url: string;
|
|
691
691
|
};
|
|
@@ -704,7 +704,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
704
704
|
content: string;
|
|
705
705
|
created_at: string;
|
|
706
706
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
707
|
-
media_title
|
|
707
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
708
708
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
709
709
|
url: string;
|
|
710
710
|
} | null)[] | null | undefined;
|
|
@@ -2951,7 +2951,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2951
2951
|
content: string;
|
|
2952
2952
|
created_at: string;
|
|
2953
2953
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2954
|
-
media_title
|
|
2954
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2955
2955
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2956
2956
|
url: string;
|
|
2957
2957
|
};
|
|
@@ -2970,7 +2970,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2970
2970
|
content: string;
|
|
2971
2971
|
created_at: string;
|
|
2972
2972
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2973
|
-
media_title
|
|
2973
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2974
2974
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2975
2975
|
url: string;
|
|
2976
2976
|
} | null)[] | null | undefined;
|