@segha/tmdb 0.0.2 → 0.0.3

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.
@@ -8,3 +8,5 @@ export const SearchMoviesParamsSchema = PaginationParamsSchema.extend({
8
8
  include_adult: z.boolean().optional().describe('Include adult movies'),
9
9
  year: z.number().optional().describe('Year'),
10
10
  })
11
+
12
+ export type SearchMoviesParams = z.infer<typeof SearchMoviesParamsSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@segha/tmdb",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Schemas for TMDB",
5
5
  "main": "index.ts",
6
6
  "keywords": [