@keystrokehq/rawg_video_games_database 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (250) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/creator-roles-list.cjs +29 -0
  7. package/dist/actions/creator-roles-list.cjs.map +1 -0
  8. package/dist/actions/creator-roles-list.d.cts +9 -0
  9. package/dist/actions/creator-roles-list.d.cts.map +1 -0
  10. package/dist/actions/creator-roles-list.d.mts +9 -0
  11. package/dist/actions/creator-roles-list.d.mts.map +1 -0
  12. package/dist/actions/creator-roles-list.mjs +28 -0
  13. package/dist/actions/creator-roles-list.mjs.map +1 -0
  14. package/dist/actions/creators-list.cjs +32 -0
  15. package/dist/actions/creators-list.cjs.map +1 -0
  16. package/dist/actions/creators-list.d.cts +9 -0
  17. package/dist/actions/creators-list.d.cts.map +1 -0
  18. package/dist/actions/creators-list.d.mts +9 -0
  19. package/dist/actions/creators-list.d.mts.map +1 -0
  20. package/dist/actions/creators-list.mjs +31 -0
  21. package/dist/actions/creators-list.mjs.map +1 -0
  22. package/dist/actions/creators-read.cjs +28 -0
  23. package/dist/actions/creators-read.cjs.map +1 -0
  24. package/dist/actions/creators-read.d.cts +9 -0
  25. package/dist/actions/creators-read.d.cts.map +1 -0
  26. package/dist/actions/creators-read.d.mts +9 -0
  27. package/dist/actions/creators-read.d.mts.map +1 -0
  28. package/dist/actions/creators-read.mjs +25 -0
  29. package/dist/actions/creators-read.mjs.map +1 -0
  30. package/dist/actions/developers-list.cjs +31 -0
  31. package/dist/actions/developers-list.cjs.map +1 -0
  32. package/dist/actions/developers-list.d.cts +9 -0
  33. package/dist/actions/developers-list.d.cts.map +1 -0
  34. package/dist/actions/developers-list.d.mts +9 -0
  35. package/dist/actions/developers-list.d.mts.map +1 -0
  36. package/dist/actions/developers-list.mjs +30 -0
  37. package/dist/actions/developers-list.mjs.map +1 -0
  38. package/dist/actions/developers-read.cjs +23 -0
  39. package/dist/actions/developers-read.cjs.map +1 -0
  40. package/dist/actions/developers-read.d.cts +9 -0
  41. package/dist/actions/developers-read.d.cts.map +1 -0
  42. package/dist/actions/developers-read.d.mts +9 -0
  43. package/dist/actions/developers-read.d.mts.map +1 -0
  44. package/dist/actions/developers-read.mjs +20 -0
  45. package/dist/actions/developers-read.mjs.map +1 -0
  46. package/dist/actions/games-achievements-read.cjs +32 -0
  47. package/dist/actions/games-achievements-read.cjs.map +1 -0
  48. package/dist/actions/games-achievements-read.d.cts +9 -0
  49. package/dist/actions/games-achievements-read.d.cts.map +1 -0
  50. package/dist/actions/games-achievements-read.d.mts +9 -0
  51. package/dist/actions/games-achievements-read.d.mts.map +1 -0
  52. package/dist/actions/games-achievements-read.mjs +31 -0
  53. package/dist/actions/games-achievements-read.mjs.map +1 -0
  54. package/dist/actions/games-additions-list.cjs +113 -0
  55. package/dist/actions/games-additions-list.cjs.map +1 -0
  56. package/dist/actions/games-additions-list.d.cts +9 -0
  57. package/dist/actions/games-additions-list.d.cts.map +1 -0
  58. package/dist/actions/games-additions-list.d.mts +9 -0
  59. package/dist/actions/games-additions-list.d.mts.map +1 -0
  60. package/dist/actions/games-additions-list.mjs +112 -0
  61. package/dist/actions/games-additions-list.mjs.map +1 -0
  62. package/dist/actions/games-development-team-list.cjs +34 -0
  63. package/dist/actions/games-development-team-list.cjs.map +1 -0
  64. package/dist/actions/games-development-team-list.d.cts +9 -0
  65. package/dist/actions/games-development-team-list.d.cts.map +1 -0
  66. package/dist/actions/games-development-team-list.d.mts +9 -0
  67. package/dist/actions/games-development-team-list.d.mts.map +1 -0
  68. package/dist/actions/games-development-team-list.mjs +33 -0
  69. package/dist/actions/games-development-team-list.mjs.map +1 -0
  70. package/dist/actions/games-game-series-list.cjs +130 -0
  71. package/dist/actions/games-game-series-list.cjs.map +1 -0
  72. package/dist/actions/games-game-series-list.d.cts +9 -0
  73. package/dist/actions/games-game-series-list.d.cts.map +1 -0
  74. package/dist/actions/games-game-series-list.d.mts +9 -0
  75. package/dist/actions/games-game-series-list.d.mts.map +1 -0
  76. package/dist/actions/games-game-series-list.mjs +129 -0
  77. package/dist/actions/games-game-series-list.mjs.map +1 -0
  78. package/dist/actions/games-list.cjs +140 -0
  79. package/dist/actions/games-list.cjs.map +1 -0
  80. package/dist/actions/games-list.d.cts +9 -0
  81. package/dist/actions/games-list.d.cts.map +1 -0
  82. package/dist/actions/games-list.d.mts +9 -0
  83. package/dist/actions/games-list.d.mts.map +1 -0
  84. package/dist/actions/games-list.mjs +139 -0
  85. package/dist/actions/games-list.mjs.map +1 -0
  86. package/dist/actions/games-movies-read.cjs +31 -0
  87. package/dist/actions/games-movies-read.cjs.map +1 -0
  88. package/dist/actions/games-movies-read.d.cts +9 -0
  89. package/dist/actions/games-movies-read.d.cts.map +1 -0
  90. package/dist/actions/games-movies-read.d.mts +9 -0
  91. package/dist/actions/games-movies-read.d.mts.map +1 -0
  92. package/dist/actions/games-movies-read.mjs +30 -0
  93. package/dist/actions/games-movies-read.mjs.map +1 -0
  94. package/dist/actions/games-parent-games-list.cjs +117 -0
  95. package/dist/actions/games-parent-games-list.cjs.map +1 -0
  96. package/dist/actions/games-parent-games-list.d.cts +9 -0
  97. package/dist/actions/games-parent-games-list.d.cts.map +1 -0
  98. package/dist/actions/games-parent-games-list.d.mts +9 -0
  99. package/dist/actions/games-parent-games-list.d.mts.map +1 -0
  100. package/dist/actions/games-parent-games-list.mjs +116 -0
  101. package/dist/actions/games-parent-games-list.mjs.map +1 -0
  102. package/dist/actions/games-read.cjs +96 -0
  103. package/dist/actions/games-read.cjs.map +1 -0
  104. package/dist/actions/games-read.d.cts +9 -0
  105. package/dist/actions/games-read.d.cts.map +1 -0
  106. package/dist/actions/games-read.d.mts +9 -0
  107. package/dist/actions/games-read.d.mts.map +1 -0
  108. package/dist/actions/games-read.mjs +95 -0
  109. package/dist/actions/games-read.mjs.map +1 -0
  110. package/dist/actions/games-reddit-read.cjs +31 -0
  111. package/dist/actions/games-reddit-read.cjs.map +1 -0
  112. package/dist/actions/games-reddit-read.d.cts +9 -0
  113. package/dist/actions/games-reddit-read.d.cts.map +1 -0
  114. package/dist/actions/games-reddit-read.d.mts +9 -0
  115. package/dist/actions/games-reddit-read.d.mts.map +1 -0
  116. package/dist/actions/games-reddit-read.mjs +30 -0
  117. package/dist/actions/games-reddit-read.mjs.map +1 -0
  118. package/dist/actions/games-screenshots-list.cjs +33 -0
  119. package/dist/actions/games-screenshots-list.cjs.map +1 -0
  120. package/dist/actions/games-screenshots-list.d.cts +9 -0
  121. package/dist/actions/games-screenshots-list.d.cts.map +1 -0
  122. package/dist/actions/games-screenshots-list.d.mts +9 -0
  123. package/dist/actions/games-screenshots-list.d.mts.map +1 -0
  124. package/dist/actions/games-screenshots-list.mjs +32 -0
  125. package/dist/actions/games-screenshots-list.mjs.map +1 -0
  126. package/dist/actions/games-stores-list.cjs +41 -0
  127. package/dist/actions/games-stores-list.cjs.map +1 -0
  128. package/dist/actions/games-stores-list.d.cts +9 -0
  129. package/dist/actions/games-stores-list.d.cts.map +1 -0
  130. package/dist/actions/games-stores-list.d.mts +9 -0
  131. package/dist/actions/games-stores-list.d.mts.map +1 -0
  132. package/dist/actions/games-stores-list.mjs +40 -0
  133. package/dist/actions/games-stores-list.mjs.map +1 -0
  134. package/dist/actions/genres-list.cjs +32 -0
  135. package/dist/actions/genres-list.cjs.map +1 -0
  136. package/dist/actions/genres-list.d.cts +9 -0
  137. package/dist/actions/genres-list.d.cts.map +1 -0
  138. package/dist/actions/genres-list.d.mts +9 -0
  139. package/dist/actions/genres-list.d.mts.map +1 -0
  140. package/dist/actions/genres-list.mjs +31 -0
  141. package/dist/actions/genres-list.mjs.map +1 -0
  142. package/dist/actions/genres-read.cjs +23 -0
  143. package/dist/actions/genres-read.cjs.map +1 -0
  144. package/dist/actions/genres-read.d.cts +9 -0
  145. package/dist/actions/genres-read.d.cts.map +1 -0
  146. package/dist/actions/genres-read.d.mts +9 -0
  147. package/dist/actions/genres-read.d.mts.map +1 -0
  148. package/dist/actions/genres-read.mjs +20 -0
  149. package/dist/actions/genres-read.mjs.map +1 -0
  150. package/dist/actions/index.cjs +55 -0
  151. package/dist/actions/index.d.cts +28 -0
  152. package/dist/actions/index.d.mts +28 -0
  153. package/dist/actions/index.mjs +28 -0
  154. package/dist/actions/platforms-list.cjs +35 -0
  155. package/dist/actions/platforms-list.cjs.map +1 -0
  156. package/dist/actions/platforms-list.d.cts +9 -0
  157. package/dist/actions/platforms-list.d.cts.map +1 -0
  158. package/dist/actions/platforms-list.d.mts +9 -0
  159. package/dist/actions/platforms-list.d.mts.map +1 -0
  160. package/dist/actions/platforms-list.mjs +34 -0
  161. package/dist/actions/platforms-list.mjs.map +1 -0
  162. package/dist/actions/platforms-lists-parents-list.cjs +36 -0
  163. package/dist/actions/platforms-lists-parents-list.cjs.map +1 -0
  164. package/dist/actions/platforms-lists-parents-list.d.cts +9 -0
  165. package/dist/actions/platforms-lists-parents-list.d.cts.map +1 -0
  166. package/dist/actions/platforms-lists-parents-list.d.mts +9 -0
  167. package/dist/actions/platforms-lists-parents-list.d.mts.map +1 -0
  168. package/dist/actions/platforms-lists-parents-list.mjs +35 -0
  169. package/dist/actions/platforms-lists-parents-list.mjs.map +1 -0
  170. package/dist/actions/platforms-read.cjs +26 -0
  171. package/dist/actions/platforms-read.cjs.map +1 -0
  172. package/dist/actions/platforms-read.d.cts +9 -0
  173. package/dist/actions/platforms-read.d.cts.map +1 -0
  174. package/dist/actions/platforms-read.d.mts +9 -0
  175. package/dist/actions/platforms-read.d.mts.map +1 -0
  176. package/dist/actions/platforms-read.mjs +23 -0
  177. package/dist/actions/platforms-read.mjs.map +1 -0
  178. package/dist/actions/publishers-list.cjs +31 -0
  179. package/dist/actions/publishers-list.cjs.map +1 -0
  180. package/dist/actions/publishers-list.d.cts +9 -0
  181. package/dist/actions/publishers-list.d.cts.map +1 -0
  182. package/dist/actions/publishers-list.d.mts +9 -0
  183. package/dist/actions/publishers-list.d.mts.map +1 -0
  184. package/dist/actions/publishers-list.mjs +30 -0
  185. package/dist/actions/publishers-list.mjs.map +1 -0
  186. package/dist/actions/publishers-read.cjs +23 -0
  187. package/dist/actions/publishers-read.cjs.map +1 -0
  188. package/dist/actions/publishers-read.d.cts +9 -0
  189. package/dist/actions/publishers-read.d.cts.map +1 -0
  190. package/dist/actions/publishers-read.d.mts +9 -0
  191. package/dist/actions/publishers-read.d.mts.map +1 -0
  192. package/dist/actions/publishers-read.mjs +20 -0
  193. package/dist/actions/publishers-read.mjs.map +1 -0
  194. package/dist/actions/stores-list.cjs +33 -0
  195. package/dist/actions/stores-list.cjs.map +1 -0
  196. package/dist/actions/stores-list.d.cts +9 -0
  197. package/dist/actions/stores-list.d.cts.map +1 -0
  198. package/dist/actions/stores-list.d.mts +9 -0
  199. package/dist/actions/stores-list.d.mts.map +1 -0
  200. package/dist/actions/stores-list.mjs +32 -0
  201. package/dist/actions/stores-list.mjs.map +1 -0
  202. package/dist/actions/stores-read.cjs +24 -0
  203. package/dist/actions/stores-read.cjs.map +1 -0
  204. package/dist/actions/stores-read.d.cts +9 -0
  205. package/dist/actions/stores-read.d.cts.map +1 -0
  206. package/dist/actions/stores-read.d.mts +9 -0
  207. package/dist/actions/stores-read.d.mts.map +1 -0
  208. package/dist/actions/stores-read.mjs +21 -0
  209. package/dist/actions/stores-read.mjs.map +1 -0
  210. package/dist/actions/tags-list.cjs +32 -0
  211. package/dist/actions/tags-list.cjs.map +1 -0
  212. package/dist/actions/tags-list.d.cts +9 -0
  213. package/dist/actions/tags-list.d.cts.map +1 -0
  214. package/dist/actions/tags-list.d.mts +9 -0
  215. package/dist/actions/tags-list.d.mts.map +1 -0
  216. package/dist/actions/tags-list.mjs +31 -0
  217. package/dist/actions/tags-list.mjs.map +1 -0
  218. package/dist/actions/tags-read.cjs +23 -0
  219. package/dist/actions/tags-read.cjs.map +1 -0
  220. package/dist/actions/tags-read.d.cts +9 -0
  221. package/dist/actions/tags-read.d.cts.map +1 -0
  222. package/dist/actions/tags-read.d.mts +9 -0
  223. package/dist/actions/tags-read.d.mts.map +1 -0
  224. package/dist/actions/tags-read.mjs +20 -0
  225. package/dist/actions/tags-read.mjs.map +1 -0
  226. package/dist/app.cjs +9 -0
  227. package/dist/app.cjs.map +1 -0
  228. package/dist/app.d.cts +5 -0
  229. package/dist/app.d.cts.map +1 -0
  230. package/dist/app.d.mts +5 -0
  231. package/dist/app.d.mts.map +1 -0
  232. package/dist/app.mjs +10 -0
  233. package/dist/app.mjs.map +1 -0
  234. package/dist/catalog.cjs +15 -0
  235. package/dist/catalog.cjs.map +1 -0
  236. package/dist/catalog.d.cts +14 -0
  237. package/dist/catalog.d.cts.map +1 -0
  238. package/dist/catalog.d.mts +14 -0
  239. package/dist/catalog.d.mts.map +1 -0
  240. package/dist/catalog.mjs +15 -0
  241. package/dist/catalog.mjs.map +1 -0
  242. package/dist/execute.cjs +18 -0
  243. package/dist/execute.cjs.map +1 -0
  244. package/dist/execute.mjs +18 -0
  245. package/dist/execute.mjs.map +1 -0
  246. package/dist/index.cjs +60 -0
  247. package/dist/index.d.cts +30 -0
  248. package/dist/index.d.mts +30 -0
  249. package/dist/index.mjs +31 -0
  250. package/package.json +49 -0
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/games-screenshots-list.ts
4
+ const RawgVideoGamesDatabaseGamesScreenshotsListInput = zod.z.object({
5
+ page: zod.z.number().int().describe("A page number within the paginated result set. Must be >= 1.").optional(),
6
+ game_pk: zod.z.union([zod.z.number().int(), zod.z.string()]),
7
+ ordering: zod.z.string().describe("Field to use when ordering the results.").optional(),
8
+ page_size: zod.z.number().int().describe("Number of results to return per page. Must be >= 1, maximum is 40.").optional()
9
+ }).describe("Request model for listing game screenshots with optional pagination and ordering.");
10
+ const RawgVideoGamesDatabaseGamesScreenshotsList_ScreenshotSchema = zod.z.object({
11
+ id: zod.z.number().int().describe("Unique identifier for the screenshot.").nullable().optional(),
12
+ image: zod.z.string().describe("URL to the screenshot image file. Maximum size up to 20 MB.").nullable().optional(),
13
+ width: zod.z.number().int().describe("Image width in pixels.").nullable().optional(),
14
+ height: zod.z.number().int().describe("Image height in pixels.").nullable().optional(),
15
+ hidden: zod.z.boolean().describe("Whether the screenshot is hidden or visible. Default: false.").nullable().optional()
16
+ }).describe("Model representing a single screenshot object.");
17
+ const RawgVideoGamesDatabaseGamesScreenshotsListOutput = zod.z.object({
18
+ next: zod.z.string().describe("URL to the next page of results. Null if this is the last page.").nullable().optional(),
19
+ count: zod.z.number().int().describe("Total number of screenshots available for this game."),
20
+ results: zod.z.array(RawgVideoGamesDatabaseGamesScreenshotsList_ScreenshotSchema).describe("Array of screenshot objects."),
21
+ previous: zod.z.string().describe("URL to the previous page of results. Null if this is the first page.").nullable().optional()
22
+ }).describe("Response model for listing game screenshots. Returns a paginated result.");
23
+ const rawgVideoGamesDatabaseGamesScreenshotsList = require_action.action("RAWG_VIDEO_GAMES_DATABASE_GAMES_SCREENSHOTS_LIST", {
24
+ slug: "rawg_video_games_database-games-screenshots-list",
25
+ name: "Get Game Screenshots",
26
+ description: "Tool to get screenshots for a specific game from the RAWG database. Use when you need to retrieve game screenshots with image URLs, dimensions, and visibility status. Supports pagination and custom ordering.",
27
+ input: RawgVideoGamesDatabaseGamesScreenshotsListInput,
28
+ output: RawgVideoGamesDatabaseGamesScreenshotsListOutput
29
+ });
30
+ //#endregion
31
+ exports.rawgVideoGamesDatabaseGamesScreenshotsList = rawgVideoGamesDatabaseGamesScreenshotsList;
32
+
33
+ //# sourceMappingURL=games-screenshots-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"games-screenshots-list.cjs","names":["z","action"],"sources":["../../src/actions/games-screenshots-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseGamesScreenshotsListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set. Must be >= 1.\").optional(),\n game_pk: z.union([z.number().int(), z.string()]),\n ordering: z.string().describe(\"Field to use when ordering the results.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page. Must be >= 1, maximum is 40.\").optional(),\n}).describe(\"Request model for listing game screenshots with optional pagination and ordering.\");\nconst RawgVideoGamesDatabaseGamesScreenshotsList_ScreenshotSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the screenshot.\").nullable().optional(),\n image: z.string().describe(\"URL to the screenshot image file. Maximum size up to 20 MB.\").nullable().optional(),\n width: z.number().int().describe(\"Image width in pixels.\").nullable().optional(),\n height: z.number().int().describe(\"Image height in pixels.\").nullable().optional(),\n hidden: z.boolean().describe(\"Whether the screenshot is hidden or visible. Default: false.\").nullable().optional(),\n}).describe(\"Model representing a single screenshot object.\");\nexport const RawgVideoGamesDatabaseGamesScreenshotsListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL to the next page of results. Null if this is the last page.\").nullable().optional(),\n count: z.number().int().describe(\"Total number of screenshots available for this game.\"),\n results: z.array(RawgVideoGamesDatabaseGamesScreenshotsList_ScreenshotSchema).describe(\"Array of screenshot objects.\"),\n previous: z.string().describe(\"URL to the previous page of results. Null if this is the first page.\").nullable().optional(),\n}).describe(\"Response model for listing game screenshots. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabaseGamesScreenshotsList = action(\"RAWG_VIDEO_GAMES_DATABASE_GAMES_SCREENSHOTS_LIST\", {\n slug: \"rawg_video_games_database-games-screenshots-list\",\n name: \"Get Game Screenshots\",\n description: \"Tool to get screenshots for a specific game from the RAWG database. Use when you need to retrieve game screenshots with image URLs, dimensions, and visibility status. Supports pagination and custom ordering.\",\n input: RawgVideoGamesDatabaseGamesScreenshotsListInput,\n output: RawgVideoGamesDatabaseGamesScreenshotsListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kDAAgEA,IAAAA,EAAE,OAAO;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACzG,SAASA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC;CAC/C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,mFAAmF;AAC/F,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,mDAAiEA,IAAAA,EAAE,OAAO;CACrF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;CACvF,SAASA,IAAAA,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,8BAA8B;CACrH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,0EAA0E;AAEtF,MAAa,6CAA6CC,eAAAA,OAAO,oDAAoD;CACnH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/games-screenshots-list.d.ts
4
+ declare const RawgVideoGamesDatabaseGamesScreenshotsListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseGamesScreenshotsListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseGamesScreenshotsList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseGamesScreenshotsList };
9
+ //# sourceMappingURL=games-screenshots-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"games-screenshots-list.d.cts","names":[],"sources":["../../src/actions/games-screenshots-list.ts"],"mappings":";;;cAIa,+CAAA,EAAiD,CAAA,CAAE,UAKgC;AAAA,cAQnF,gDAAA,EAAkD,CAAA,CAAE,UAKsB;AAAA,cAE1E,0CAAA,gCAA0C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/games-screenshots-list.d.ts
4
+ declare const RawgVideoGamesDatabaseGamesScreenshotsListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseGamesScreenshotsListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseGamesScreenshotsList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseGamesScreenshotsList };
9
+ //# sourceMappingURL=games-screenshots-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"games-screenshots-list.d.mts","names":[],"sources":["../../src/actions/games-screenshots-list.ts"],"mappings":";;;cAIa,+CAAA,EAAiD,CAAA,CAAE,UAKgC;AAAA,cAQnF,gDAAA,EAAkD,CAAA,CAAE,UAKsB;AAAA,cAE1E,0CAAA,gCAA0C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,32 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/games-screenshots-list.ts
4
+ const RawgVideoGamesDatabaseGamesScreenshotsListInput = z.object({
5
+ page: z.number().int().describe("A page number within the paginated result set. Must be >= 1.").optional(),
6
+ game_pk: z.union([z.number().int(), z.string()]),
7
+ ordering: z.string().describe("Field to use when ordering the results.").optional(),
8
+ page_size: z.number().int().describe("Number of results to return per page. Must be >= 1, maximum is 40.").optional()
9
+ }).describe("Request model for listing game screenshots with optional pagination and ordering.");
10
+ const RawgVideoGamesDatabaseGamesScreenshotsList_ScreenshotSchema = z.object({
11
+ id: z.number().int().describe("Unique identifier for the screenshot.").nullable().optional(),
12
+ image: z.string().describe("URL to the screenshot image file. Maximum size up to 20 MB.").nullable().optional(),
13
+ width: z.number().int().describe("Image width in pixels.").nullable().optional(),
14
+ height: z.number().int().describe("Image height in pixels.").nullable().optional(),
15
+ hidden: z.boolean().describe("Whether the screenshot is hidden or visible. Default: false.").nullable().optional()
16
+ }).describe("Model representing a single screenshot object.");
17
+ const rawgVideoGamesDatabaseGamesScreenshotsList = action("RAWG_VIDEO_GAMES_DATABASE_GAMES_SCREENSHOTS_LIST", {
18
+ slug: "rawg_video_games_database-games-screenshots-list",
19
+ name: "Get Game Screenshots",
20
+ description: "Tool to get screenshots for a specific game from the RAWG database. Use when you need to retrieve game screenshots with image URLs, dimensions, and visibility status. Supports pagination and custom ordering.",
21
+ input: RawgVideoGamesDatabaseGamesScreenshotsListInput,
22
+ output: z.object({
23
+ next: z.string().describe("URL to the next page of results. Null if this is the last page.").nullable().optional(),
24
+ count: z.number().int().describe("Total number of screenshots available for this game."),
25
+ results: z.array(RawgVideoGamesDatabaseGamesScreenshotsList_ScreenshotSchema).describe("Array of screenshot objects."),
26
+ previous: z.string().describe("URL to the previous page of results. Null if this is the first page.").nullable().optional()
27
+ }).describe("Response model for listing game screenshots. Returns a paginated result.")
28
+ });
29
+ //#endregion
30
+ export { rawgVideoGamesDatabaseGamesScreenshotsList };
31
+
32
+ //# sourceMappingURL=games-screenshots-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"games-screenshots-list.mjs","names":[],"sources":["../../src/actions/games-screenshots-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseGamesScreenshotsListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set. Must be >= 1.\").optional(),\n game_pk: z.union([z.number().int(), z.string()]),\n ordering: z.string().describe(\"Field to use when ordering the results.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page. Must be >= 1, maximum is 40.\").optional(),\n}).describe(\"Request model for listing game screenshots with optional pagination and ordering.\");\nconst RawgVideoGamesDatabaseGamesScreenshotsList_ScreenshotSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the screenshot.\").nullable().optional(),\n image: z.string().describe(\"URL to the screenshot image file. Maximum size up to 20 MB.\").nullable().optional(),\n width: z.number().int().describe(\"Image width in pixels.\").nullable().optional(),\n height: z.number().int().describe(\"Image height in pixels.\").nullable().optional(),\n hidden: z.boolean().describe(\"Whether the screenshot is hidden or visible. Default: false.\").nullable().optional(),\n}).describe(\"Model representing a single screenshot object.\");\nexport const RawgVideoGamesDatabaseGamesScreenshotsListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL to the next page of results. Null if this is the last page.\").nullable().optional(),\n count: z.number().int().describe(\"Total number of screenshots available for this game.\"),\n results: z.array(RawgVideoGamesDatabaseGamesScreenshotsList_ScreenshotSchema).describe(\"Array of screenshot objects.\"),\n previous: z.string().describe(\"URL to the previous page of results. Null if this is the first page.\").nullable().optional(),\n}).describe(\"Response model for listing game screenshots. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabaseGamesScreenshotsList = action(\"RAWG_VIDEO_GAMES_DATABASE_GAMES_SCREENSHOTS_LIST\", {\n slug: \"rawg_video_games_database-games-screenshots-list\",\n name: \"Get Game Screenshots\",\n description: \"Tool to get screenshots for a specific game from the RAWG database. Use when you need to retrieve game screenshots with image URLs, dimensions, and visibility status. Supports pagination and custom ordering.\",\n input: RawgVideoGamesDatabaseGamesScreenshotsListInput,\n output: RawgVideoGamesDatabaseGamesScreenshotsListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kDAAgE,EAAE,OAAO;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACzG,SAAS,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC;CAC/C,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,mFAAmF;AAC/F,MAAM,8DAA4E,EAAE,OAAO;CACzF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAQ5D,MAAa,6CAA6C,OAAO,oDAAoD;CACnH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZ4E,EAAE,OAAO;EACrF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;EACvF,SAAS,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,8BAA8B;EACrH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,CAAC,CAAC,CAAC,SAAS,0EAOF;AACV,CAAC"}
@@ -0,0 +1,41 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/games-stores-list.ts
4
+ const RawgVideoGamesDatabaseGamesStoresListInput = zod.z.object({
5
+ page: zod.z.number().int().describe("A page number within the paginated result set.").optional(),
6
+ game_pk: zod.z.union([zod.z.number().int(), zod.z.string()]),
7
+ ordering: zod.z.string().describe("Which field to use when ordering the results.").optional(),
8
+ page_size: zod.z.number().int().describe("Number of results to return per page.").optional()
9
+ }).describe("Request model for listing stores that sell a specific game.");
10
+ const RawgVideoGamesDatabaseGamesStoresList_StoreDetailsSchema = zod.z.object({
11
+ id: zod.z.number().int().describe("Store identifier.").nullable().optional(),
12
+ name: zod.z.string().describe("Store name.").nullable().optional(),
13
+ slug: zod.z.string().describe("Store slug identifier.").nullable().optional(),
14
+ domain: zod.z.string().describe("Store domain.").nullable().optional(),
15
+ games_count: zod.z.number().int().describe("Total number of games available in this store.").nullable().optional(),
16
+ image_background: zod.z.string().describe("Background image URL for the store.").nullable().optional()
17
+ }).describe("Store details object.");
18
+ const RawgVideoGamesDatabaseGamesStoresList_GameStoreSchema = zod.z.object({
19
+ id: zod.z.number().int().describe("Unique identifier for this game-store relationship.").nullable().optional(),
20
+ url: zod.z.string().describe("Direct URL link to the game's page on the store where it can be purchased.").nullable().optional(),
21
+ store: RawgVideoGamesDatabaseGamesStoresList_StoreDetailsSchema.nullable().optional(),
22
+ game_id: zod.z.number().int().describe("The game's identifier.").nullable().optional(),
23
+ store_id: zod.z.number().int().describe("The store's identifier.").nullable().optional()
24
+ }).describe("Game-store relationship object with purchase link.");
25
+ const RawgVideoGamesDatabaseGamesStoresListOutput = zod.z.object({
26
+ next: zod.z.string().describe("URL to the next page of results (null if no next page).").nullable().optional(),
27
+ count: zod.z.number().int().describe("Total number of store links available for this game."),
28
+ results: zod.z.array(RawgVideoGamesDatabaseGamesStoresList_GameStoreSchema).describe("Array of game-store objects."),
29
+ previous: zod.z.string().describe("URL to the previous page of results (null if no previous page).").nullable().optional()
30
+ }).describe("Response model for listing stores that sell a game.");
31
+ const rawgVideoGamesDatabaseGamesStoresList = require_action.action("RAWG_VIDEO_GAMES_DATABASE_GAMES_STORES_LIST", {
32
+ slug: "rawg_video_games_database-games-stores-list",
33
+ name: "Get Game Store Links",
34
+ description: "Tool to get links to stores that sell a specific game. Use when you need to find where to purchase a game from digital storefronts.",
35
+ input: RawgVideoGamesDatabaseGamesStoresListInput,
36
+ output: RawgVideoGamesDatabaseGamesStoresListOutput
37
+ });
38
+ //#endregion
39
+ exports.rawgVideoGamesDatabaseGamesStoresList = rawgVideoGamesDatabaseGamesStoresList;
40
+
41
+ //# sourceMappingURL=games-stores-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"games-stores-list.cjs","names":["z","action"],"sources":["../../src/actions/games-stores-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseGamesStoresListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set.\").optional(),\n game_pk: z.union([z.number().int(), z.string()]),\n ordering: z.string().describe(\"Which field to use when ordering the results.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page.\").optional(),\n}).describe(\"Request model for listing stores that sell a specific game.\");\nconst RawgVideoGamesDatabaseGamesStoresList_StoreDetailsSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Store identifier.\").nullable().optional(),\n name: z.string().describe(\"Store name.\").nullable().optional(),\n slug: z.string().describe(\"Store slug identifier.\").nullable().optional(),\n domain: z.string().describe(\"Store domain.\").nullable().optional(),\n games_count: z.number().int().describe(\"Total number of games available in this store.\").nullable().optional(),\n image_background: z.string().describe(\"Background image URL for the store.\").nullable().optional(),\n}).describe(\"Store details object.\");\nconst RawgVideoGamesDatabaseGamesStoresList_GameStoreSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for this game-store relationship.\").nullable().optional(),\n url: z.string().describe(\"Direct URL link to the game's page on the store where it can be purchased.\").nullable().optional(),\n store: RawgVideoGamesDatabaseGamesStoresList_StoreDetailsSchema.nullable().optional(),\n game_id: z.number().int().describe(\"The game's identifier.\").nullable().optional(),\n store_id: z.number().int().describe(\"The store's identifier.\").nullable().optional(),\n}).describe(\"Game-store relationship object with purchase link.\");\nexport const RawgVideoGamesDatabaseGamesStoresListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL to the next page of results (null if no next page).\").nullable().optional(),\n count: z.number().int().describe(\"Total number of store links available for this game.\"),\n results: z.array(RawgVideoGamesDatabaseGamesStoresList_GameStoreSchema).describe(\"Array of game-store objects.\"),\n previous: z.string().describe(\"URL to the previous page of results (null if no previous page).\").nullable().optional(),\n}).describe(\"Response model for listing stores that sell a game.\");\n\nexport const rawgVideoGamesDatabaseGamesStoresList = action(\"RAWG_VIDEO_GAMES_DATABASE_GAMES_STORES_LIST\", {\n slug: \"rawg_video_games_database-games-stores-list\",\n name: \"Get Game Store Links\",\n description: \"Tool to get links to stores that sell a specific game. Use when you need to find where to purchase a game from digital storefronts.\",\n input: RawgVideoGamesDatabaseGamesStoresListInput,\n output: RawgVideoGamesDatabaseGamesStoresListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC;CAC/C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,uBAAuB;AACnC,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,OAAO,yDAAyD,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;CACvF,SAASA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B;CAC/G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,wCAAwCC,eAAAA,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/games-stores-list.d.ts
4
+ declare const RawgVideoGamesDatabaseGamesStoresListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseGamesStoresListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseGamesStoresList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseGamesStoresList };
9
+ //# sourceMappingURL=games-stores-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"games-stores-list.d.cts","names":[],"sources":["../../src/actions/games-stores-list.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAKe;AAAA,cAgB7D,2CAAA,EAA6C,CAAA,CAAE,UAKM;AAAA,cAErD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/games-stores-list.d.ts
4
+ declare const RawgVideoGamesDatabaseGamesStoresListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseGamesStoresListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseGamesStoresList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseGamesStoresList };
9
+ //# sourceMappingURL=games-stores-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"games-stores-list.d.mts","names":[],"sources":["../../src/actions/games-stores-list.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAKe;AAAA,cAgB7D,2CAAA,EAA6C,CAAA,CAAE,UAKM;AAAA,cAErD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,40 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/games-stores-list.ts
4
+ const RawgVideoGamesDatabaseGamesStoresListInput = z.object({
5
+ page: z.number().int().describe("A page number within the paginated result set.").optional(),
6
+ game_pk: z.union([z.number().int(), z.string()]),
7
+ ordering: z.string().describe("Which field to use when ordering the results.").optional(),
8
+ page_size: z.number().int().describe("Number of results to return per page.").optional()
9
+ }).describe("Request model for listing stores that sell a specific game.");
10
+ const RawgVideoGamesDatabaseGamesStoresList_StoreDetailsSchema = z.object({
11
+ id: z.number().int().describe("Store identifier.").nullable().optional(),
12
+ name: z.string().describe("Store name.").nullable().optional(),
13
+ slug: z.string().describe("Store slug identifier.").nullable().optional(),
14
+ domain: z.string().describe("Store domain.").nullable().optional(),
15
+ games_count: z.number().int().describe("Total number of games available in this store.").nullable().optional(),
16
+ image_background: z.string().describe("Background image URL for the store.").nullable().optional()
17
+ }).describe("Store details object.");
18
+ const RawgVideoGamesDatabaseGamesStoresList_GameStoreSchema = z.object({
19
+ id: z.number().int().describe("Unique identifier for this game-store relationship.").nullable().optional(),
20
+ url: z.string().describe("Direct URL link to the game's page on the store where it can be purchased.").nullable().optional(),
21
+ store: RawgVideoGamesDatabaseGamesStoresList_StoreDetailsSchema.nullable().optional(),
22
+ game_id: z.number().int().describe("The game's identifier.").nullable().optional(),
23
+ store_id: z.number().int().describe("The store's identifier.").nullable().optional()
24
+ }).describe("Game-store relationship object with purchase link.");
25
+ const rawgVideoGamesDatabaseGamesStoresList = action("RAWG_VIDEO_GAMES_DATABASE_GAMES_STORES_LIST", {
26
+ slug: "rawg_video_games_database-games-stores-list",
27
+ name: "Get Game Store Links",
28
+ description: "Tool to get links to stores that sell a specific game. Use when you need to find where to purchase a game from digital storefronts.",
29
+ input: RawgVideoGamesDatabaseGamesStoresListInput,
30
+ output: z.object({
31
+ next: z.string().describe("URL to the next page of results (null if no next page).").nullable().optional(),
32
+ count: z.number().int().describe("Total number of store links available for this game."),
33
+ results: z.array(RawgVideoGamesDatabaseGamesStoresList_GameStoreSchema).describe("Array of game-store objects."),
34
+ previous: z.string().describe("URL to the previous page of results (null if no previous page).").nullable().optional()
35
+ }).describe("Response model for listing stores that sell a game.")
36
+ });
37
+ //#endregion
38
+ export { rawgVideoGamesDatabaseGamesStoresList };
39
+
40
+ //# sourceMappingURL=games-stores-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"games-stores-list.mjs","names":[],"sources":["../../src/actions/games-stores-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseGamesStoresListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set.\").optional(),\n game_pk: z.union([z.number().int(), z.string()]),\n ordering: z.string().describe(\"Which field to use when ordering the results.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page.\").optional(),\n}).describe(\"Request model for listing stores that sell a specific game.\");\nconst RawgVideoGamesDatabaseGamesStoresList_StoreDetailsSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Store identifier.\").nullable().optional(),\n name: z.string().describe(\"Store name.\").nullable().optional(),\n slug: z.string().describe(\"Store slug identifier.\").nullable().optional(),\n domain: z.string().describe(\"Store domain.\").nullable().optional(),\n games_count: z.number().int().describe(\"Total number of games available in this store.\").nullable().optional(),\n image_background: z.string().describe(\"Background image URL for the store.\").nullable().optional(),\n}).describe(\"Store details object.\");\nconst RawgVideoGamesDatabaseGamesStoresList_GameStoreSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for this game-store relationship.\").nullable().optional(),\n url: z.string().describe(\"Direct URL link to the game's page on the store where it can be purchased.\").nullable().optional(),\n store: RawgVideoGamesDatabaseGamesStoresList_StoreDetailsSchema.nullable().optional(),\n game_id: z.number().int().describe(\"The game's identifier.\").nullable().optional(),\n store_id: z.number().int().describe(\"The store's identifier.\").nullable().optional(),\n}).describe(\"Game-store relationship object with purchase link.\");\nexport const RawgVideoGamesDatabaseGamesStoresListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL to the next page of results (null if no next page).\").nullable().optional(),\n count: z.number().int().describe(\"Total number of store links available for this game.\"),\n results: z.array(RawgVideoGamesDatabaseGamesStoresList_GameStoreSchema).describe(\"Array of game-store objects.\"),\n previous: z.string().describe(\"URL to the previous page of results (null if no previous page).\").nullable().optional(),\n}).describe(\"Response model for listing stores that sell a game.\");\n\nexport const rawgVideoGamesDatabaseGamesStoresList = action(\"RAWG_VIDEO_GAMES_DATABASE_GAMES_STORES_LIST\", {\n slug: \"rawg_video_games_database-games-stores-list\",\n name: \"Get Game Store Links\",\n description: \"Tool to get links to stores that sell a specific game. Use when you need to find where to purchase a game from digital storefronts.\",\n input: RawgVideoGamesDatabaseGamesStoresListInput,\n output: RawgVideoGamesDatabaseGamesStoresListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2D,EAAE,OAAO;CAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,SAAS,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC;CAC/C,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACxF,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,2DAAyE,EAAE,OAAO;CACtF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,uBAAuB;AACnC,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,OAAO,yDAAyD,SAAS,CAAC,CAAC,SAAS;CACpF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAQhE,MAAa,wCAAwC,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZuE,EAAE,OAAO;EAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;EACvF,SAAS,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B;EAC/G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/genres-list.ts
4
+ const RawgVideoGamesDatabaseGenresListInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number within the paginated result set. Must be >= 1.").optional(),
6
+ ordering: zod.z.string().describe("Field to use when ordering the results. Can sort by name, slug, games_count, etc.").optional(),
7
+ page_size: zod.z.number().int().describe("Number of results to return per page. Must be >= 1.").optional()
8
+ }).describe("Request model for listing video game genres with optional pagination and ordering.");
9
+ const RawgVideoGamesDatabaseGenresList_GenreSchema = zod.z.object({
10
+ id: zod.z.number().int().describe("Unique identifier for the genre."),
11
+ name: zod.z.string().describe("Genre name/title."),
12
+ slug: zod.z.string().describe("URL-friendly identifier for the genre."),
13
+ games_count: zod.z.number().int().describe("Number of games in this genre."),
14
+ image_background: zod.z.string().describe("Background image URL for the genre.").nullable().optional()
15
+ }).describe("Genre object containing details about a video game genre.");
16
+ const RawgVideoGamesDatabaseGenresListOutput = zod.z.object({
17
+ next: zod.z.string().describe("Link to the next page of results.").nullable().optional(),
18
+ count: zod.z.number().int().describe("Total number of genres available."),
19
+ results: zod.z.array(RawgVideoGamesDatabaseGenresList_GenreSchema).describe("List of genre objects."),
20
+ previous: zod.z.string().describe("Link to the previous page of results.").nullable().optional()
21
+ }).describe("Response model for listing video game genres with pagination.");
22
+ const rawgVideoGamesDatabaseGenresList = require_action.action("RAWG_VIDEO_GAMES_DATABASE_GENRES_LIST", {
23
+ slug: "rawg_video_games_database-genres-list",
24
+ name: "List Video Game Genres",
25
+ description: "Tool to get a list of video game genres from RAWG database. Use when you need to browse available genres or filter games by genre. Supports pagination and custom ordering.",
26
+ input: RawgVideoGamesDatabaseGenresListInput,
27
+ output: RawgVideoGamesDatabaseGenresListOutput
28
+ });
29
+ //#endregion
30
+ exports.rawgVideoGamesDatabaseGenresList = rawgVideoGamesDatabaseGenresList;
31
+
32
+ //# sourceMappingURL=genres-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genres-list.cjs","names":["z","action"],"sources":["../../src/actions/genres-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseGenresListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number within the paginated result set. Must be >= 1.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering the results. Can sort by name, slug, games_count, etc.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page. Must be >= 1.\").optional(),\n}).describe(\"Request model for listing video game genres with optional pagination and ordering.\");\nconst RawgVideoGamesDatabaseGenresList_GenreSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the genre.\"),\n name: z.string().describe(\"Genre name/title.\"),\n slug: z.string().describe(\"URL-friendly identifier for the genre.\"),\n games_count: z.number().int().describe(\"Number of games in this genre.\"),\n image_background: z.string().describe(\"Background image URL for the genre.\").nullable().optional(),\n}).describe(\"Genre object containing details about a video game genre.\");\nexport const RawgVideoGamesDatabaseGenresListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Link to the next page of results.\").nullable().optional(),\n count: z.number().int().describe(\"Total number of genres available.\"),\n results: z.array(RawgVideoGamesDatabaseGenresList_GenreSchema).describe(\"List of genre objects.\"),\n previous: z.string().describe(\"Link to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing video game genres with pagination.\");\n\nexport const rawgVideoGamesDatabaseGenresList = action(\"RAWG_VIDEO_GAMES_DATABASE_GENRES_LIST\", {\n slug: \"rawg_video_games_database-genres-list\",\n name: \"List Video Game Genres\",\n description: \"Tool to get a list of video game genres from RAWG database. Use when you need to browse available genres or filter games by genre. Supports pagination and custom ordering.\",\n input: RawgVideoGamesDatabaseGenresListInput,\n output: RawgVideoGamesDatabaseGenresListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACvG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC5H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAChG,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAClE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACvE,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACpE,SAASA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,wBAAwB;CAChG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,mCAAmCC,eAAAA,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/genres-list.d.ts
4
+ declare const RawgVideoGamesDatabaseGenresListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseGenresListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseGenresList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseGenresList };
9
+ //# sourceMappingURL=genres-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genres-list.d.cts","names":[],"sources":["../../src/actions/genres-list.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAI2C;AAAA,cAQpF,sCAAA,EAAwC,CAAA,CAAE,UAKqB;AAAA,cAE/D,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/genres-list.d.ts
4
+ declare const RawgVideoGamesDatabaseGenresListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseGenresListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseGenresList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseGenresList };
9
+ //# sourceMappingURL=genres-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genres-list.d.mts","names":[],"sources":["../../src/actions/genres-list.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAI2C;AAAA,cAQpF,sCAAA,EAAwC,CAAA,CAAE,UAKqB;AAAA,cAE/D,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/genres-list.ts
4
+ const RawgVideoGamesDatabaseGenresListInput = z.object({
5
+ page: z.number().int().describe("Page number within the paginated result set. Must be >= 1.").optional(),
6
+ ordering: z.string().describe("Field to use when ordering the results. Can sort by name, slug, games_count, etc.").optional(),
7
+ page_size: z.number().int().describe("Number of results to return per page. Must be >= 1.").optional()
8
+ }).describe("Request model for listing video game genres with optional pagination and ordering.");
9
+ const RawgVideoGamesDatabaseGenresList_GenreSchema = z.object({
10
+ id: z.number().int().describe("Unique identifier for the genre."),
11
+ name: z.string().describe("Genre name/title."),
12
+ slug: z.string().describe("URL-friendly identifier for the genre."),
13
+ games_count: z.number().int().describe("Number of games in this genre."),
14
+ image_background: z.string().describe("Background image URL for the genre.").nullable().optional()
15
+ }).describe("Genre object containing details about a video game genre.");
16
+ const rawgVideoGamesDatabaseGenresList = action("RAWG_VIDEO_GAMES_DATABASE_GENRES_LIST", {
17
+ slug: "rawg_video_games_database-genres-list",
18
+ name: "List Video Game Genres",
19
+ description: "Tool to get a list of video game genres from RAWG database. Use when you need to browse available genres or filter games by genre. Supports pagination and custom ordering.",
20
+ input: RawgVideoGamesDatabaseGenresListInput,
21
+ output: z.object({
22
+ next: z.string().describe("Link to the next page of results.").nullable().optional(),
23
+ count: z.number().int().describe("Total number of genres available."),
24
+ results: z.array(RawgVideoGamesDatabaseGenresList_GenreSchema).describe("List of genre objects."),
25
+ previous: z.string().describe("Link to the previous page of results.").nullable().optional()
26
+ }).describe("Response model for listing video game genres with pagination.")
27
+ });
28
+ //#endregion
29
+ export { rawgVideoGamesDatabaseGenresList };
30
+
31
+ //# sourceMappingURL=genres-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genres-list.mjs","names":[],"sources":["../../src/actions/genres-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseGenresListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number within the paginated result set. Must be >= 1.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering the results. Can sort by name, slug, games_count, etc.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page. Must be >= 1.\").optional(),\n}).describe(\"Request model for listing video game genres with optional pagination and ordering.\");\nconst RawgVideoGamesDatabaseGenresList_GenreSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the genre.\"),\n name: z.string().describe(\"Genre name/title.\"),\n slug: z.string().describe(\"URL-friendly identifier for the genre.\"),\n games_count: z.number().int().describe(\"Number of games in this genre.\"),\n image_background: z.string().describe(\"Background image URL for the genre.\").nullable().optional(),\n}).describe(\"Genre object containing details about a video game genre.\");\nexport const RawgVideoGamesDatabaseGenresListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Link to the next page of results.\").nullable().optional(),\n count: z.number().int().describe(\"Total number of genres available.\"),\n results: z.array(RawgVideoGamesDatabaseGenresList_GenreSchema).describe(\"List of genre objects.\"),\n previous: z.string().describe(\"Link to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing video game genres with pagination.\");\n\nexport const rawgVideoGamesDatabaseGenresList = action(\"RAWG_VIDEO_GAMES_DATABASE_GENRES_LIST\", {\n slug: \"rawg_video_games_database-genres-list\",\n name: \"List Video Game Genres\",\n description: \"Tool to get a list of video game genres from RAWG database. Use when you need to browse available genres or filter games by genre. Supports pagination and custom ordering.\",\n input: RawgVideoGamesDatabaseGenresListInput,\n output: RawgVideoGamesDatabaseGenresListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACvG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC5H,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAChG,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAClE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACvE,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAQvE,MAAa,mCAAmC,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZkE,EAAE,OAAO;EAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;EACpE,SAAS,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,wBAAwB;EAChG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/genres-read.ts
4
+ const RawgVideoGamesDatabaseGenresReadInput = zod.z.object({ id: zod.z.number().int().describe("A unique integer value identifying the Genre.") }).describe("Request model for retrieving a specific genre's details.");
5
+ const RawgVideoGamesDatabaseGenresReadOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier for the genre."),
7
+ name: zod.z.string().describe("Genre name (e.g., 'Action', 'Adventure')."),
8
+ slug: zod.z.string().describe("URL-friendly slug for the genre (e.g., 'action')."),
9
+ description: zod.z.string().describe("Detailed text description of the genre.").nullable().optional(),
10
+ games_count: zod.z.number().int().describe("Total number of games in this genre."),
11
+ image_background: zod.z.string().describe("URL to a representative background image for the genre.").nullable().optional()
12
+ }).describe("Response model for genre details.");
13
+ const rawgVideoGamesDatabaseGenresRead = require_action.action("RAWG_VIDEO_GAMES_DATABASE_GENRES_READ", {
14
+ slug: "rawg_video_games_database-genres-read",
15
+ name: "Get Genre Details",
16
+ description: "Tool to get details of a specific video game genre. Use when you need information about a particular genre including its name, description, and game count.",
17
+ input: RawgVideoGamesDatabaseGenresReadInput,
18
+ output: RawgVideoGamesDatabaseGenresReadOutput
19
+ });
20
+ //#endregion
21
+ exports.rawgVideoGamesDatabaseGenresRead = rawgVideoGamesDatabaseGenresRead;
22
+
23
+ //# sourceMappingURL=genres-read.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genres-read.cjs","names":["z","action"],"sources":["../../src/actions/genres-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseGenresReadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique integer value identifying the Genre.\"),\n}).describe(\"Request model for retrieving a specific genre's details.\");\nexport const RawgVideoGamesDatabaseGenresReadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the genre.\"),\n name: z.string().describe(\"Genre name (e.g., 'Action', 'Adventure').\"),\n slug: z.string().describe(\"URL-friendly slug for the genre (e.g., 'action').\"),\n description: z.string().describe(\"Detailed text description of the genre.\").nullable().optional(),\n games_count: z.number().int().describe(\"Total number of games in this genre.\"),\n image_background: z.string().describe(\"URL to a representative background image for the genre.\").nullable().optional(),\n}).describe(\"Response model for genre details.\");\n\nexport const rawgVideoGamesDatabaseGenresRead = action(\"RAWG_VIDEO_GAMES_DATABASE_GENRES_READ\", {\n slug: \"rawg_video_games_database-genres-read\",\n name: \"Get Genre Details\",\n description: \"Tool to get details of a specific video game genre. Use when you need information about a particular genre including its name, description, and game count.\",\n input: RawgVideoGamesDatabaseGenresReadInput,\n output: RawgVideoGamesDatabaseGenresReadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EAC/E,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC7E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CAC7E,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,mCAAmCC,eAAAA,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/genres-read.d.ts
4
+ declare const RawgVideoGamesDatabaseGenresReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseGenresReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseGenresRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseGenresRead };
9
+ //# sourceMappingURL=genres-read.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genres-read.d.cts","names":[],"sources":["../../src/actions/genres-read.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAEiB;AAAA,cAC1D,sCAAA,EAAwC,CAAA,CAAE,UAOP;AAAA,cAEnC,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/genres-read.d.ts
4
+ declare const RawgVideoGamesDatabaseGenresReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseGenresReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseGenresRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseGenresRead };
9
+ //# sourceMappingURL=genres-read.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genres-read.d.mts","names":[],"sources":["../../src/actions/genres-read.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAEiB;AAAA,cAC1D,sCAAA,EAAwC,CAAA,CAAE,UAOP;AAAA,cAEnC,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rawgVideoGamesDatabaseGenresRead = action("RAWG_VIDEO_GAMES_DATABASE_GENRES_READ", {
4
+ slug: "rawg_video_games_database-genres-read",
5
+ name: "Get Genre Details",
6
+ description: "Tool to get details of a specific video game genre. Use when you need information about a particular genre including its name, description, and game count.",
7
+ input: z.object({ id: z.number().int().describe("A unique integer value identifying the Genre.") }).describe("Request model for retrieving a specific genre's details."),
8
+ output: z.object({
9
+ id: z.number().int().describe("Unique identifier for the genre."),
10
+ name: z.string().describe("Genre name (e.g., 'Action', 'Adventure')."),
11
+ slug: z.string().describe("URL-friendly slug for the genre (e.g., 'action')."),
12
+ description: z.string().describe("Detailed text description of the genre.").nullable().optional(),
13
+ games_count: z.number().int().describe("Total number of games in this genre."),
14
+ image_background: z.string().describe("URL to a representative background image for the genre.").nullable().optional()
15
+ }).describe("Response model for genre details.")
16
+ });
17
+ //#endregion
18
+ export { rawgVideoGamesDatabaseGenresRead };
19
+
20
+ //# sourceMappingURL=genres-read.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genres-read.mjs","names":[],"sources":["../../src/actions/genres-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseGenresReadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique integer value identifying the Genre.\"),\n}).describe(\"Request model for retrieving a specific genre's details.\");\nexport const RawgVideoGamesDatabaseGenresReadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the genre.\"),\n name: z.string().describe(\"Genre name (e.g., 'Action', 'Adventure').\"),\n slug: z.string().describe(\"URL-friendly slug for the genre (e.g., 'action').\"),\n description: z.string().describe(\"Detailed text description of the genre.\").nullable().optional(),\n games_count: z.number().int().describe(\"Total number of games in this genre.\"),\n image_background: z.string().describe(\"URL to a representative background image for the genre.\").nullable().optional(),\n}).describe(\"Response model for genre details.\");\n\nexport const rawgVideoGamesDatabaseGenresRead = action(\"RAWG_VIDEO_GAMES_DATABASE_GENRES_READ\", {\n slug: \"rawg_video_games_database-genres-read\",\n name: \"Get Genre Details\",\n description: \"Tool to get details of a specific video game genre. Use when you need information about a particular genre including its name, description, and game count.\",\n input: RawgVideoGamesDatabaseGenresReadInput,\n output: RawgVideoGamesDatabaseGenresReadOutput,\n});\n"],"mappings":";;AAgBA,MAAa,mCAAmC,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBiE,EAAE,OAAO,EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EAC/E,CAAC,CAAC,CAAC,SAAS,0DAcH;CACP,QAdkE,EAAE,OAAO;EAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC7E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EAC7E,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
@@ -0,0 +1,55 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_creator_roles_list = require("./creator-roles-list.cjs");
3
+ const require_creators_list = require("./creators-list.cjs");
4
+ const require_creators_read = require("./creators-read.cjs");
5
+ const require_developers_list = require("./developers-list.cjs");
6
+ const require_developers_read = require("./developers-read.cjs");
7
+ const require_games_achievements_read = require("./games-achievements-read.cjs");
8
+ const require_games_additions_list = require("./games-additions-list.cjs");
9
+ const require_games_development_team_list = require("./games-development-team-list.cjs");
10
+ const require_games_game_series_list = require("./games-game-series-list.cjs");
11
+ const require_games_list = require("./games-list.cjs");
12
+ const require_games_movies_read = require("./games-movies-read.cjs");
13
+ const require_games_parent_games_list = require("./games-parent-games-list.cjs");
14
+ const require_games_read = require("./games-read.cjs");
15
+ const require_games_reddit_read = require("./games-reddit-read.cjs");
16
+ const require_games_screenshots_list = require("./games-screenshots-list.cjs");
17
+ const require_games_stores_list = require("./games-stores-list.cjs");
18
+ const require_genres_list = require("./genres-list.cjs");
19
+ const require_genres_read = require("./genres-read.cjs");
20
+ const require_platforms_list = require("./platforms-list.cjs");
21
+ const require_platforms_lists_parents_list = require("./platforms-lists-parents-list.cjs");
22
+ const require_platforms_read = require("./platforms-read.cjs");
23
+ const require_publishers_list = require("./publishers-list.cjs");
24
+ const require_publishers_read = require("./publishers-read.cjs");
25
+ const require_stores_list = require("./stores-list.cjs");
26
+ const require_stores_read = require("./stores-read.cjs");
27
+ const require_tags_list = require("./tags-list.cjs");
28
+ const require_tags_read = require("./tags-read.cjs");
29
+ exports.rawgVideoGamesDatabaseCreatorRolesList = require_creator_roles_list.rawgVideoGamesDatabaseCreatorRolesList;
30
+ exports.rawgVideoGamesDatabaseCreatorsList = require_creators_list.rawgVideoGamesDatabaseCreatorsList;
31
+ exports.rawgVideoGamesDatabaseCreatorsRead = require_creators_read.rawgVideoGamesDatabaseCreatorsRead;
32
+ exports.rawgVideoGamesDatabaseDevelopersList = require_developers_list.rawgVideoGamesDatabaseDevelopersList;
33
+ exports.rawgVideoGamesDatabaseDevelopersRead = require_developers_read.rawgVideoGamesDatabaseDevelopersRead;
34
+ exports.rawgVideoGamesDatabaseGamesAchievementsRead = require_games_achievements_read.rawgVideoGamesDatabaseGamesAchievementsRead;
35
+ exports.rawgVideoGamesDatabaseGamesAdditionsList = require_games_additions_list.rawgVideoGamesDatabaseGamesAdditionsList;
36
+ exports.rawgVideoGamesDatabaseGamesDevelopmentTeamList = require_games_development_team_list.rawgVideoGamesDatabaseGamesDevelopmentTeamList;
37
+ exports.rawgVideoGamesDatabaseGamesGameSeriesList = require_games_game_series_list.rawgVideoGamesDatabaseGamesGameSeriesList;
38
+ exports.rawgVideoGamesDatabaseGamesList = require_games_list.rawgVideoGamesDatabaseGamesList;
39
+ exports.rawgVideoGamesDatabaseGamesMoviesRead = require_games_movies_read.rawgVideoGamesDatabaseGamesMoviesRead;
40
+ exports.rawgVideoGamesDatabaseGamesParentGamesList = require_games_parent_games_list.rawgVideoGamesDatabaseGamesParentGamesList;
41
+ exports.rawgVideoGamesDatabaseGamesRead = require_games_read.rawgVideoGamesDatabaseGamesRead;
42
+ exports.rawgVideoGamesDatabaseGamesRedditRead = require_games_reddit_read.rawgVideoGamesDatabaseGamesRedditRead;
43
+ exports.rawgVideoGamesDatabaseGamesScreenshotsList = require_games_screenshots_list.rawgVideoGamesDatabaseGamesScreenshotsList;
44
+ exports.rawgVideoGamesDatabaseGamesStoresList = require_games_stores_list.rawgVideoGamesDatabaseGamesStoresList;
45
+ exports.rawgVideoGamesDatabaseGenresList = require_genres_list.rawgVideoGamesDatabaseGenresList;
46
+ exports.rawgVideoGamesDatabaseGenresRead = require_genres_read.rawgVideoGamesDatabaseGenresRead;
47
+ exports.rawgVideoGamesDatabasePlatformsList = require_platforms_list.rawgVideoGamesDatabasePlatformsList;
48
+ exports.rawgVideoGamesDatabasePlatformsListsParentsList = require_platforms_lists_parents_list.rawgVideoGamesDatabasePlatformsListsParentsList;
49
+ exports.rawgVideoGamesDatabasePlatformsRead = require_platforms_read.rawgVideoGamesDatabasePlatformsRead;
50
+ exports.rawgVideoGamesDatabasePublishersList = require_publishers_list.rawgVideoGamesDatabasePublishersList;
51
+ exports.rawgVideoGamesDatabasePublishersRead = require_publishers_read.rawgVideoGamesDatabasePublishersRead;
52
+ exports.rawgVideoGamesDatabaseStoresList = require_stores_list.rawgVideoGamesDatabaseStoresList;
53
+ exports.rawgVideoGamesDatabaseStoresRead = require_stores_read.rawgVideoGamesDatabaseStoresRead;
54
+ exports.rawgVideoGamesDatabaseTagsList = require_tags_list.rawgVideoGamesDatabaseTagsList;
55
+ exports.rawgVideoGamesDatabaseTagsRead = require_tags_read.rawgVideoGamesDatabaseTagsRead;
@@ -0,0 +1,28 @@
1
+ import { rawgVideoGamesDatabaseCreatorRolesList } from "./creator-roles-list.cjs";
2
+ import { rawgVideoGamesDatabaseCreatorsList } from "./creators-list.cjs";
3
+ import { rawgVideoGamesDatabaseCreatorsRead } from "./creators-read.cjs";
4
+ import { rawgVideoGamesDatabaseDevelopersList } from "./developers-list.cjs";
5
+ import { rawgVideoGamesDatabaseDevelopersRead } from "./developers-read.cjs";
6
+ import { rawgVideoGamesDatabaseGamesAchievementsRead } from "./games-achievements-read.cjs";
7
+ import { rawgVideoGamesDatabaseGamesAdditionsList } from "./games-additions-list.cjs";
8
+ import { rawgVideoGamesDatabaseGamesDevelopmentTeamList } from "./games-development-team-list.cjs";
9
+ import { rawgVideoGamesDatabaseGamesGameSeriesList } from "./games-game-series-list.cjs";
10
+ import { rawgVideoGamesDatabaseGamesList } from "./games-list.cjs";
11
+ import { rawgVideoGamesDatabaseGamesMoviesRead } from "./games-movies-read.cjs";
12
+ import { rawgVideoGamesDatabaseGamesParentGamesList } from "./games-parent-games-list.cjs";
13
+ import { rawgVideoGamesDatabaseGamesRead } from "./games-read.cjs";
14
+ import { rawgVideoGamesDatabaseGamesRedditRead } from "./games-reddit-read.cjs";
15
+ import { rawgVideoGamesDatabaseGamesScreenshotsList } from "./games-screenshots-list.cjs";
16
+ import { rawgVideoGamesDatabaseGamesStoresList } from "./games-stores-list.cjs";
17
+ import { rawgVideoGamesDatabaseGenresList } from "./genres-list.cjs";
18
+ import { rawgVideoGamesDatabaseGenresRead } from "./genres-read.cjs";
19
+ import { rawgVideoGamesDatabasePlatformsList } from "./platforms-list.cjs";
20
+ import { rawgVideoGamesDatabasePlatformsListsParentsList } from "./platforms-lists-parents-list.cjs";
21
+ import { rawgVideoGamesDatabasePlatformsRead } from "./platforms-read.cjs";
22
+ import { rawgVideoGamesDatabasePublishersList } from "./publishers-list.cjs";
23
+ import { rawgVideoGamesDatabasePublishersRead } from "./publishers-read.cjs";
24
+ import { rawgVideoGamesDatabaseStoresList } from "./stores-list.cjs";
25
+ import { rawgVideoGamesDatabaseStoresRead } from "./stores-read.cjs";
26
+ import { rawgVideoGamesDatabaseTagsList } from "./tags-list.cjs";
27
+ import { rawgVideoGamesDatabaseTagsRead } from "./tags-read.cjs";
28
+ export { rawgVideoGamesDatabaseCreatorRolesList, rawgVideoGamesDatabaseCreatorsList, rawgVideoGamesDatabaseCreatorsRead, rawgVideoGamesDatabaseDevelopersList, rawgVideoGamesDatabaseDevelopersRead, rawgVideoGamesDatabaseGamesAchievementsRead, rawgVideoGamesDatabaseGamesAdditionsList, rawgVideoGamesDatabaseGamesDevelopmentTeamList, rawgVideoGamesDatabaseGamesGameSeriesList, rawgVideoGamesDatabaseGamesList, rawgVideoGamesDatabaseGamesMoviesRead, rawgVideoGamesDatabaseGamesParentGamesList, rawgVideoGamesDatabaseGamesRead, rawgVideoGamesDatabaseGamesRedditRead, rawgVideoGamesDatabaseGamesScreenshotsList, rawgVideoGamesDatabaseGamesStoresList, rawgVideoGamesDatabaseGenresList, rawgVideoGamesDatabaseGenresRead, rawgVideoGamesDatabasePlatformsList, rawgVideoGamesDatabasePlatformsListsParentsList, rawgVideoGamesDatabasePlatformsRead, rawgVideoGamesDatabasePublishersList, rawgVideoGamesDatabasePublishersRead, rawgVideoGamesDatabaseStoresList, rawgVideoGamesDatabaseStoresRead, rawgVideoGamesDatabaseTagsList, rawgVideoGamesDatabaseTagsRead };
@@ -0,0 +1,28 @@
1
+ import { rawgVideoGamesDatabaseCreatorRolesList } from "./creator-roles-list.mjs";
2
+ import { rawgVideoGamesDatabaseCreatorsList } from "./creators-list.mjs";
3
+ import { rawgVideoGamesDatabaseCreatorsRead } from "./creators-read.mjs";
4
+ import { rawgVideoGamesDatabaseDevelopersList } from "./developers-list.mjs";
5
+ import { rawgVideoGamesDatabaseDevelopersRead } from "./developers-read.mjs";
6
+ import { rawgVideoGamesDatabaseGamesAchievementsRead } from "./games-achievements-read.mjs";
7
+ import { rawgVideoGamesDatabaseGamesAdditionsList } from "./games-additions-list.mjs";
8
+ import { rawgVideoGamesDatabaseGamesDevelopmentTeamList } from "./games-development-team-list.mjs";
9
+ import { rawgVideoGamesDatabaseGamesGameSeriesList } from "./games-game-series-list.mjs";
10
+ import { rawgVideoGamesDatabaseGamesList } from "./games-list.mjs";
11
+ import { rawgVideoGamesDatabaseGamesMoviesRead } from "./games-movies-read.mjs";
12
+ import { rawgVideoGamesDatabaseGamesParentGamesList } from "./games-parent-games-list.mjs";
13
+ import { rawgVideoGamesDatabaseGamesRead } from "./games-read.mjs";
14
+ import { rawgVideoGamesDatabaseGamesRedditRead } from "./games-reddit-read.mjs";
15
+ import { rawgVideoGamesDatabaseGamesScreenshotsList } from "./games-screenshots-list.mjs";
16
+ import { rawgVideoGamesDatabaseGamesStoresList } from "./games-stores-list.mjs";
17
+ import { rawgVideoGamesDatabaseGenresList } from "./genres-list.mjs";
18
+ import { rawgVideoGamesDatabaseGenresRead } from "./genres-read.mjs";
19
+ import { rawgVideoGamesDatabasePlatformsList } from "./platforms-list.mjs";
20
+ import { rawgVideoGamesDatabasePlatformsListsParentsList } from "./platforms-lists-parents-list.mjs";
21
+ import { rawgVideoGamesDatabasePlatformsRead } from "./platforms-read.mjs";
22
+ import { rawgVideoGamesDatabasePublishersList } from "./publishers-list.mjs";
23
+ import { rawgVideoGamesDatabasePublishersRead } from "./publishers-read.mjs";
24
+ import { rawgVideoGamesDatabaseStoresList } from "./stores-list.mjs";
25
+ import { rawgVideoGamesDatabaseStoresRead } from "./stores-read.mjs";
26
+ import { rawgVideoGamesDatabaseTagsList } from "./tags-list.mjs";
27
+ import { rawgVideoGamesDatabaseTagsRead } from "./tags-read.mjs";
28
+ export { rawgVideoGamesDatabaseCreatorRolesList, rawgVideoGamesDatabaseCreatorsList, rawgVideoGamesDatabaseCreatorsRead, rawgVideoGamesDatabaseDevelopersList, rawgVideoGamesDatabaseDevelopersRead, rawgVideoGamesDatabaseGamesAchievementsRead, rawgVideoGamesDatabaseGamesAdditionsList, rawgVideoGamesDatabaseGamesDevelopmentTeamList, rawgVideoGamesDatabaseGamesGameSeriesList, rawgVideoGamesDatabaseGamesList, rawgVideoGamesDatabaseGamesMoviesRead, rawgVideoGamesDatabaseGamesParentGamesList, rawgVideoGamesDatabaseGamesRead, rawgVideoGamesDatabaseGamesRedditRead, rawgVideoGamesDatabaseGamesScreenshotsList, rawgVideoGamesDatabaseGamesStoresList, rawgVideoGamesDatabaseGenresList, rawgVideoGamesDatabaseGenresRead, rawgVideoGamesDatabasePlatformsList, rawgVideoGamesDatabasePlatformsListsParentsList, rawgVideoGamesDatabasePlatformsRead, rawgVideoGamesDatabasePublishersList, rawgVideoGamesDatabasePublishersRead, rawgVideoGamesDatabaseStoresList, rawgVideoGamesDatabaseStoresRead, rawgVideoGamesDatabaseTagsList, rawgVideoGamesDatabaseTagsRead };