@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,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 };
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/platforms-list.ts
4
+ const RawgVideoGamesDatabasePlatformsListInput = zod.z.object({
5
+ page: zod.z.number().int().describe("A page number within the paginated result set. Must be >= 1.").optional(),
6
+ ordering: zod.z.string().describe("Which field to use when ordering the results. Available options: name, -name, games_count, -games_count. Prefix with minus sign (-) for descending order.").optional(),
7
+ page_size: zod.z.number().int().describe("Number of results to return per page. Maximum value is 40, default is 20.").optional()
8
+ }).describe("Request model for listing video game platforms with optional pagination and ordering.");
9
+ const RawgVideoGamesDatabasePlatformsList_PlatformSchema = zod.z.object({
10
+ id: zod.z.number().int().describe("Unique platform identifier."),
11
+ name: zod.z.string().describe("Platform name (e.g., PlayStation 4, PC)."),
12
+ slug: zod.z.string().describe("URL-friendly identifier (e.g., playstation4, pc)."),
13
+ image: zod.z.string().describe("URL to the platform image/logo.").nullable().optional(),
14
+ year_end: zod.z.number().int().describe("Platform discontinuation year (end), null if still active.").nullable().optional(),
15
+ year_start: zod.z.number().int().describe("Platform release year (start).").nullable().optional(),
16
+ games_count: zod.z.number().int().describe("Number of games available on this platform."),
17
+ image_background: zod.z.string().describe("URL to the background image for the platform.").nullable().optional()
18
+ }).describe("Model representing a single video game platform.");
19
+ const RawgVideoGamesDatabasePlatformsListOutput = zod.z.object({
20
+ next: zod.z.string().describe("URL to the next page of results, null if no next page.").nullable().optional(),
21
+ count: zod.z.number().int().describe("Total number of platforms in the database."),
22
+ results: zod.z.array(RawgVideoGamesDatabasePlatformsList_PlatformSchema).describe("Array of platform objects."),
23
+ previous: zod.z.string().describe("URL to the previous page of results, null if no previous page.").nullable().optional()
24
+ }).describe("Response model for listing video game platforms with pagination.");
25
+ const rawgVideoGamesDatabasePlatformsList = require_action.action("RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LIST", {
26
+ slug: "rawg_video_games_database-platforms-list",
27
+ name: "List Video Game Platforms",
28
+ description: "Tool to get a list of video game platforms from RAWG database. Use when you need to browse available gaming platforms from PC to mobile. Supports pagination and custom ordering.",
29
+ input: RawgVideoGamesDatabasePlatformsListInput,
30
+ output: RawgVideoGamesDatabasePlatformsListOutput
31
+ });
32
+ //#endregion
33
+ exports.rawgVideoGamesDatabasePlatformsList = rawgVideoGamesDatabasePlatformsList;
34
+
35
+ //# sourceMappingURL=platforms-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-list.cjs","names":["z","action"],"sources":["../../src/actions/platforms-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabasePlatformsListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set. Must be >= 1.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results. Available options: name, -name, games_count, -games_count. Prefix with minus sign (-) for descending order.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page. Maximum value is 40, default is 20.\").optional(),\n}).describe(\"Request model for listing video game platforms with optional pagination and ordering.\");\nconst RawgVideoGamesDatabasePlatformsList_PlatformSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique platform identifier.\"),\n name: z.string().describe(\"Platform name (e.g., PlayStation 4, PC).\"),\n slug: z.string().describe(\"URL-friendly identifier (e.g., playstation4, pc).\"),\n image: z.string().describe(\"URL to the platform image/logo.\").nullable().optional(),\n year_end: z.number().int().describe(\"Platform discontinuation year (end), null if still active.\").nullable().optional(),\n year_start: z.number().int().describe(\"Platform release year (start).\").nullable().optional(),\n games_count: z.number().int().describe(\"Number of games available on this platform.\"),\n image_background: z.string().describe(\"URL to the background image for the platform.\").nullable().optional(),\n}).describe(\"Model representing a single video game platform.\");\nexport const RawgVideoGamesDatabasePlatformsListOutput: 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 platforms in the database.\"),\n results: z.array(RawgVideoGamesDatabasePlatformsList_PlatformSchema).describe(\"Array of platform 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 video game platforms with pagination.\");\n\nexport const rawgVideoGamesDatabasePlatformsList = action(\"RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LIST\", {\n slug: \"rawg_video_games_database-platforms-list\",\n name: \"List Video Game Platforms\",\n description: \"Tool to get a list of video game platforms from RAWG database. Use when you need to browse available gaming platforms from PC to mobile. Supports pagination and custom ordering.\",\n input: RawgVideoGamesDatabasePlatformsListInput,\n output: RawgVideoGamesDatabasePlatformsListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;CACpM,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,uFAAuF;AACnG,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CACpF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC7E,SAASA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,4BAA4B;CAC1G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAE9E,MAAa,sCAAsCC,eAAAA,OAAO,4CAA4C;CACpG,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/platforms-list.d.ts
4
+ declare const RawgVideoGamesDatabasePlatformsListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePlatformsListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePlatformsList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePlatformsList };
9
+ //# sourceMappingURL=platforms-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-list.d.cts","names":[],"sources":["../../src/actions/platforms-list.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAI2C;AAAA,cAWvF,yCAAA,EAA2C,CAAA,CAAE,UAKqB;AAAA,cAElE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/platforms-list.d.ts
4
+ declare const RawgVideoGamesDatabasePlatformsListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePlatformsListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePlatformsList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePlatformsList };
9
+ //# sourceMappingURL=platforms-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-list.d.mts","names":[],"sources":["../../src/actions/platforms-list.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAI2C;AAAA,cAWvF,yCAAA,EAA2C,CAAA,CAAE,UAKqB;AAAA,cAElE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/platforms-list.ts
4
+ const RawgVideoGamesDatabasePlatformsListInput = z.object({
5
+ page: z.number().int().describe("A page number within the paginated result set. Must be >= 1.").optional(),
6
+ ordering: z.string().describe("Which field to use when ordering the results. Available options: name, -name, games_count, -games_count. Prefix with minus sign (-) for descending order.").optional(),
7
+ page_size: z.number().int().describe("Number of results to return per page. Maximum value is 40, default is 20.").optional()
8
+ }).describe("Request model for listing video game platforms with optional pagination and ordering.");
9
+ const RawgVideoGamesDatabasePlatformsList_PlatformSchema = z.object({
10
+ id: z.number().int().describe("Unique platform identifier."),
11
+ name: z.string().describe("Platform name (e.g., PlayStation 4, PC)."),
12
+ slug: z.string().describe("URL-friendly identifier (e.g., playstation4, pc)."),
13
+ image: z.string().describe("URL to the platform image/logo.").nullable().optional(),
14
+ year_end: z.number().int().describe("Platform discontinuation year (end), null if still active.").nullable().optional(),
15
+ year_start: z.number().int().describe("Platform release year (start).").nullable().optional(),
16
+ games_count: z.number().int().describe("Number of games available on this platform."),
17
+ image_background: z.string().describe("URL to the background image for the platform.").nullable().optional()
18
+ }).describe("Model representing a single video game platform.");
19
+ const rawgVideoGamesDatabasePlatformsList = action("RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LIST", {
20
+ slug: "rawg_video_games_database-platforms-list",
21
+ name: "List Video Game Platforms",
22
+ description: "Tool to get a list of video game platforms from RAWG database. Use when you need to browse available gaming platforms from PC to mobile. Supports pagination and custom ordering.",
23
+ input: RawgVideoGamesDatabasePlatformsListInput,
24
+ output: z.object({
25
+ next: z.string().describe("URL to the next page of results, null if no next page.").nullable().optional(),
26
+ count: z.number().int().describe("Total number of platforms in the database."),
27
+ results: z.array(RawgVideoGamesDatabasePlatformsList_PlatformSchema).describe("Array of platform objects."),
28
+ previous: z.string().describe("URL to the previous page of results, null if no previous page.").nullable().optional()
29
+ }).describe("Response model for listing video game platforms with pagination.")
30
+ });
31
+ //#endregion
32
+ export { rawgVideoGamesDatabasePlatformsList };
33
+
34
+ //# sourceMappingURL=platforms-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-list.mjs","names":[],"sources":["../../src/actions/platforms-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabasePlatformsListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set. Must be >= 1.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results. Available options: name, -name, games_count, -games_count. Prefix with minus sign (-) for descending order.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page. Maximum value is 40, default is 20.\").optional(),\n}).describe(\"Request model for listing video game platforms with optional pagination and ordering.\");\nconst RawgVideoGamesDatabasePlatformsList_PlatformSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique platform identifier.\"),\n name: z.string().describe(\"Platform name (e.g., PlayStation 4, PC).\"),\n slug: z.string().describe(\"URL-friendly identifier (e.g., playstation4, pc).\"),\n image: z.string().describe(\"URL to the platform image/logo.\").nullable().optional(),\n year_end: z.number().int().describe(\"Platform discontinuation year (end), null if still active.\").nullable().optional(),\n year_start: z.number().int().describe(\"Platform release year (start).\").nullable().optional(),\n games_count: z.number().int().describe(\"Number of games available on this platform.\"),\n image_background: z.string().describe(\"URL to the background image for the platform.\").nullable().optional(),\n}).describe(\"Model representing a single video game platform.\");\nexport const RawgVideoGamesDatabasePlatformsListOutput: 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 platforms in the database.\"),\n results: z.array(RawgVideoGamesDatabasePlatformsList_PlatformSchema).describe(\"Array of platform 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 video game platforms with pagination.\");\n\nexport const rawgVideoGamesDatabasePlatformsList = action(\"RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LIST\", {\n slug: \"rawg_video_games_database-platforms-list\",\n name: \"List Video Game Platforms\",\n description: \"Tool to get a list of video game platforms from RAWG database. Use when you need to browse available gaming platforms from PC to mobile. Supports pagination and custom ordering.\",\n input: RawgVideoGamesDatabasePlatformsListInput,\n output: RawgVideoGamesDatabasePlatformsListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyD,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACzG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;CACpM,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,uFAAuF;AACnG,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CACpF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAQ9D,MAAa,sCAAsC,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZqE,EAAE,OAAO;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;EAC7E,SAAS,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,4BAA4B;EAC1G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
@@ -0,0 +1,36 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/platforms-lists-parents-list.ts
4
+ const RawgVideoGamesDatabasePlatformsListsParentsListInput = zod.z.object({
5
+ page: zod.z.number().int().describe("A page number within the paginated result set.").optional(),
6
+ ordering: zod.z.string().describe("Field to use when ordering the results.").optional(),
7
+ page_size: zod.z.number().int().describe("Number of results to return per page. Default is 20, maximum is 40.").optional()
8
+ }).describe("Request model for listing parent platforms with optional pagination and ordering.");
9
+ const RawgVideoGamesDatabasePlatformsListsParentsList_ChildPlatformSchema = zod.z.object({
10
+ id: zod.z.number().int().describe("Unique identifier for the platform."),
11
+ name: zod.z.string().describe("Platform name."),
12
+ slug: zod.z.string().describe("URL-friendly identifier for the platform.")
13
+ }).describe("Model representing a child platform belonging to a parent platform.");
14
+ const RawgVideoGamesDatabasePlatformsListsParentsList_ParentPlatformSchema = zod.z.object({
15
+ id: zod.z.number().int().describe("Unique identifier for the parent platform."),
16
+ name: zod.z.string().describe("Name of the parent platform (e.g., PlayStation, Xbox, PC)."),
17
+ slug: zod.z.string().describe("URL-friendly identifier for the parent platform."),
18
+ platforms: zod.z.array(RawgVideoGamesDatabasePlatformsListsParentsList_ChildPlatformSchema).describe("List of child platforms belonging to this parent platform.")
19
+ }).describe("Model representing a parent platform with its child platforms.");
20
+ const RawgVideoGamesDatabasePlatformsListsParentsListOutput = zod.z.object({
21
+ next: zod.z.string().describe("URL pointing to the next page of results.").nullable().optional(),
22
+ count: zod.z.number().int().describe("Total number of parent platforms available in the database."),
23
+ results: zod.z.array(RawgVideoGamesDatabasePlatformsListsParentsList_ParentPlatformSchema).describe("Array of parent platform objects."),
24
+ previous: zod.z.string().describe("URL pointing to the previous page of results.").nullable().optional()
25
+ }).describe("Response model for listing parent platforms. Returns a paginated result.");
26
+ const rawgVideoGamesDatabasePlatformsListsParentsList = require_action.action("RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LISTS_PARENTS_LIST", {
27
+ slug: "rawg_video_games_database-platforms-lists-parents-list",
28
+ name: "List Parent Platforms",
29
+ description: "Tool to get a list of parent platforms from RAWG database. Use when you need to browse platform families like PlayStation, Xbox, or PC that group related gaming platforms together. For instance, PlayStation groups PS1, PS2, PS3, PS4, and PS5.",
30
+ input: RawgVideoGamesDatabasePlatformsListsParentsListInput,
31
+ output: RawgVideoGamesDatabasePlatformsListsParentsListOutput
32
+ });
33
+ //#endregion
34
+ exports.rawgVideoGamesDatabasePlatformsListsParentsList = rawgVideoGamesDatabasePlatformsListsParentsList;
35
+
36
+ //# sourceMappingURL=platforms-lists-parents-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-lists-parents-list.cjs","names":["z","action"],"sources":["../../src/actions/platforms-lists-parents-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabasePlatformsListsParentsListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set.\").optional(),\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. Default is 20, maximum is 40.\").optional(),\n}).describe(\"Request model for listing parent platforms with optional pagination and ordering.\");\nconst RawgVideoGamesDatabasePlatformsListsParentsList_ChildPlatformSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the platform.\"),\n name: z.string().describe(\"Platform name.\"),\n slug: z.string().describe(\"URL-friendly identifier for the platform.\"),\n}).describe(\"Model representing a child platform belonging to a parent platform.\");\nconst RawgVideoGamesDatabasePlatformsListsParentsList_ParentPlatformSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the parent platform.\"),\n name: z.string().describe(\"Name of the parent platform (e.g., PlayStation, Xbox, PC).\"),\n slug: z.string().describe(\"URL-friendly identifier for the parent platform.\"),\n platforms: z.array(RawgVideoGamesDatabasePlatformsListsParentsList_ChildPlatformSchema).describe(\"List of child platforms belonging to this parent platform.\"),\n}).describe(\"Model representing a parent platform with its child platforms.\");\nexport const RawgVideoGamesDatabasePlatformsListsParentsListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL pointing to the next page of results.\").nullable().optional(),\n count: z.number().int().describe(\"Total number of parent platforms available in the database.\"),\n results: z.array(RawgVideoGamesDatabasePlatformsListsParentsList_ParentPlatformSchema).describe(\"Array of parent platform objects.\"),\n previous: z.string().describe(\"URL pointing to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing parent platforms. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabasePlatformsListsParentsList = action(\"RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LISTS_PARENTS_LIST\", {\n slug: \"rawg_video_games_database-platforms-lists-parents-list\",\n name: \"List Parent Platforms\",\n description: \"Tool to get a list of parent platforms from RAWG database. Use when you need to browse platform families like PlayStation, Xbox, or PC that group related gaming platforms together. For instance, PlayStation groups PS1, PS2, PS3, PS4, and PS5.\",\n input: RawgVideoGamesDatabasePlatformsListsParentsListInput,\n output: RawgVideoGamesDatabasePlatformsListsParentsListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uDAAqEA,IAAAA,EAAE,OAAO;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,mFAAmF;AAC/F,MAAM,sEAAoFA,IAAAA,EAAE,OAAO;CACjG,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AACvE,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAM,uEAAqFA,IAAAA,EAAE,OAAO;CAClG,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC5E,WAAWA,IAAAA,EAAE,MAAM,mEAAmE,CAAC,CAAC,SAAS,4DAA4D;AAC/J,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAa,wDAAsEA,IAAAA,EAAE,OAAO;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D;CAC9F,SAASA,IAAAA,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,mCAAmC;CACnI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,0EAA0E;AAEtF,MAAa,kDAAkDC,eAAAA,OAAO,0DAA0D;CAC9H,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/platforms-lists-parents-list.d.ts
4
+ declare const RawgVideoGamesDatabasePlatformsListsParentsListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePlatformsListsParentsListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePlatformsListsParentsList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePlatformsListsParentsList };
9
+ //# sourceMappingURL=platforms-lists-parents-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-lists-parents-list.d.cts","names":[],"sources":["../../src/actions/platforms-lists-parents-list.ts"],"mappings":";;;cAIa,oDAAA,EAAsD,CAAA,CAAE,UAI2B;AAAA,cAYnF,qDAAA,EAAuD,CAAA,CAAE,UAKiB;AAAA,cAE1E,+CAAA,gCAA+C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/platforms-lists-parents-list.d.ts
4
+ declare const RawgVideoGamesDatabasePlatformsListsParentsListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePlatformsListsParentsListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePlatformsListsParentsList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePlatformsListsParentsList };
9
+ //# sourceMappingURL=platforms-lists-parents-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-lists-parents-list.d.mts","names":[],"sources":["../../src/actions/platforms-lists-parents-list.ts"],"mappings":";;;cAIa,oDAAA,EAAsD,CAAA,CAAE,UAI2B;AAAA,cAYnF,qDAAA,EAAuD,CAAA,CAAE,UAKiB;AAAA,cAE1E,+CAAA,gCAA+C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/platforms-lists-parents-list.ts
4
+ const RawgVideoGamesDatabasePlatformsListsParentsListInput = z.object({
5
+ page: z.number().int().describe("A page number within the paginated result set.").optional(),
6
+ ordering: z.string().describe("Field to use when ordering the results.").optional(),
7
+ page_size: z.number().int().describe("Number of results to return per page. Default is 20, maximum is 40.").optional()
8
+ }).describe("Request model for listing parent platforms with optional pagination and ordering.");
9
+ const RawgVideoGamesDatabasePlatformsListsParentsList_ChildPlatformSchema = z.object({
10
+ id: z.number().int().describe("Unique identifier for the platform."),
11
+ name: z.string().describe("Platform name."),
12
+ slug: z.string().describe("URL-friendly identifier for the platform.")
13
+ }).describe("Model representing a child platform belonging to a parent platform.");
14
+ const RawgVideoGamesDatabasePlatformsListsParentsList_ParentPlatformSchema = z.object({
15
+ id: z.number().int().describe("Unique identifier for the parent platform."),
16
+ name: z.string().describe("Name of the parent platform (e.g., PlayStation, Xbox, PC)."),
17
+ slug: z.string().describe("URL-friendly identifier for the parent platform."),
18
+ platforms: z.array(RawgVideoGamesDatabasePlatformsListsParentsList_ChildPlatformSchema).describe("List of child platforms belonging to this parent platform.")
19
+ }).describe("Model representing a parent platform with its child platforms.");
20
+ const rawgVideoGamesDatabasePlatformsListsParentsList = action("RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LISTS_PARENTS_LIST", {
21
+ slug: "rawg_video_games_database-platforms-lists-parents-list",
22
+ name: "List Parent Platforms",
23
+ description: "Tool to get a list of parent platforms from RAWG database. Use when you need to browse platform families like PlayStation, Xbox, or PC that group related gaming platforms together. For instance, PlayStation groups PS1, PS2, PS3, PS4, and PS5.",
24
+ input: RawgVideoGamesDatabasePlatformsListsParentsListInput,
25
+ output: z.object({
26
+ next: z.string().describe("URL pointing to the next page of results.").nullable().optional(),
27
+ count: z.number().int().describe("Total number of parent platforms available in the database."),
28
+ results: z.array(RawgVideoGamesDatabasePlatformsListsParentsList_ParentPlatformSchema).describe("Array of parent platform objects."),
29
+ previous: z.string().describe("URL pointing to the previous page of results.").nullable().optional()
30
+ }).describe("Response model for listing parent platforms. Returns a paginated result.")
31
+ });
32
+ //#endregion
33
+ export { rawgVideoGamesDatabasePlatformsListsParentsList };
34
+
35
+ //# sourceMappingURL=platforms-lists-parents-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-lists-parents-list.mjs","names":[],"sources":["../../src/actions/platforms-lists-parents-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabasePlatformsListsParentsListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set.\").optional(),\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. Default is 20, maximum is 40.\").optional(),\n}).describe(\"Request model for listing parent platforms with optional pagination and ordering.\");\nconst RawgVideoGamesDatabasePlatformsListsParentsList_ChildPlatformSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the platform.\"),\n name: z.string().describe(\"Platform name.\"),\n slug: z.string().describe(\"URL-friendly identifier for the platform.\"),\n}).describe(\"Model representing a child platform belonging to a parent platform.\");\nconst RawgVideoGamesDatabasePlatformsListsParentsList_ParentPlatformSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the parent platform.\"),\n name: z.string().describe(\"Name of the parent platform (e.g., PlayStation, Xbox, PC).\"),\n slug: z.string().describe(\"URL-friendly identifier for the parent platform.\"),\n platforms: z.array(RawgVideoGamesDatabasePlatformsListsParentsList_ChildPlatformSchema).describe(\"List of child platforms belonging to this parent platform.\"),\n}).describe(\"Model representing a parent platform with its child platforms.\");\nexport const RawgVideoGamesDatabasePlatformsListsParentsListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL pointing to the next page of results.\").nullable().optional(),\n count: z.number().int().describe(\"Total number of parent platforms available in the database.\"),\n results: z.array(RawgVideoGamesDatabasePlatformsListsParentsList_ParentPlatformSchema).describe(\"Array of parent platform objects.\"),\n previous: z.string().describe(\"URL pointing to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing parent platforms. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabasePlatformsListsParentsList = action(\"RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LISTS_PARENTS_LIST\", {\n slug: \"rawg_video_games_database-platforms-lists-parents-list\",\n name: \"List Parent Platforms\",\n description: \"Tool to get a list of parent platforms from RAWG database. Use when you need to browse platform families like PlayStation, Xbox, or PC that group related gaming platforms together. For instance, PlayStation groups PS1, PS2, PS3, PS4, and PS5.\",\n input: RawgVideoGamesDatabasePlatformsListsParentsListInput,\n output: RawgVideoGamesDatabasePlatformsListsParentsListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uDAAqE,EAAE,OAAO;CACzF,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,mFAAmF;AAC/F,MAAM,sEAAoF,EAAE,OAAO;CACjG,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AACvE,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAM,uEAAqF,EAAE,OAAO;CAClG,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC5E,WAAW,EAAE,MAAM,mEAAmE,CAAC,CAAC,SAAS,4DAA4D;AAC/J,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAQ5E,MAAa,kDAAkD,OAAO,0DAA0D;CAC9H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZiF,EAAE,OAAO;EAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D;EAC9F,SAAS,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,mCAAmC;EACnI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,SAAS,0EAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/platforms-read.ts
4
+ const RawgVideoGamesDatabasePlatformsReadInput = zod.z.object({ id: zod.z.number().int().describe("A unique integer value identifying the Platform.") }).describe("Request model for retrieving details of a specific gaming platform.");
5
+ const RawgVideoGamesDatabasePlatformsReadOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier for the platform."),
7
+ name: zod.z.string().describe("Platform name (e.g., 'PC', 'PlayStation 4')."),
8
+ slug: zod.z.string().describe("URL-friendly identifier for the platform (e.g., 'pc')."),
9
+ image: zod.z.string().describe("Platform image URI.").nullable().optional(),
10
+ year_end: zod.z.number().int().describe("Year the platform was discontinued.").nullable().optional(),
11
+ year_start: zod.z.number().int().describe("Year the platform was launched.").nullable().optional(),
12
+ description: zod.z.string().describe("Detailed description of the platform.").nullable().optional(),
13
+ games_count: zod.z.number().int().describe("Total number of games available on this platform."),
14
+ image_background: zod.z.string().describe("Background image URI for the platform.")
15
+ }).describe("Response model for platform details.");
16
+ const rawgVideoGamesDatabasePlatformsRead = require_action.action("RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_READ", {
17
+ slug: "rawg_video_games_database-platforms-read",
18
+ name: "Get Platform Details",
19
+ description: "Tool to get details of a specific gaming platform from the RAWG database. Use when you need information about a particular platform including its name, launch year, and game count.",
20
+ input: RawgVideoGamesDatabasePlatformsReadInput,
21
+ output: RawgVideoGamesDatabasePlatformsReadOutput
22
+ });
23
+ //#endregion
24
+ exports.rawgVideoGamesDatabasePlatformsRead = rawgVideoGamesDatabasePlatformsRead;
25
+
26
+ //# sourceMappingURL=platforms-read.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-read.cjs","names":["z","action"],"sources":["../../src/actions/platforms-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabasePlatformsReadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique integer value identifying the Platform.\"),\n}).describe(\"Request model for retrieving details of a specific gaming platform.\");\nexport const RawgVideoGamesDatabasePlatformsReadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the platform.\"),\n name: z.string().describe(\"Platform name (e.g., 'PC', 'PlayStation 4').\"),\n slug: z.string().describe(\"URL-friendly identifier for the platform (e.g., 'pc').\"),\n image: z.string().describe(\"Platform image URI.\").nullable().optional(),\n year_end: z.number().int().describe(\"Year the platform was discontinued.\").nullable().optional(),\n year_start: z.number().int().describe(\"Year the platform was launched.\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the platform.\").nullable().optional(),\n games_count: z.number().int().describe(\"Total number of games available on this platform.\"),\n image_background: z.string().describe(\"Background image URI for the platform.\"),\n}).describe(\"Response model for platform details.\");\n\nexport const rawgVideoGamesDatabasePlatformsRead = action(\"RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_READ\", {\n slug: \"rawg_video_games_database-platforms-read\",\n name: \"Get Platform Details\",\n description: \"Tool to get details of a specific gaming platform from the RAWG database. Use when you need information about a particular platform including its name, launch year, and game count.\",\n input: RawgVideoGamesDatabasePlatformsReadInput,\n output: RawgVideoGamesDatabasePlatformsReadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAClF,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CAC1F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAChF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,sCAAsCC,eAAAA,OAAO,4CAA4C;CACpG,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/platforms-read.d.ts
4
+ declare const RawgVideoGamesDatabasePlatformsReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePlatformsReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePlatformsRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePlatformsRead };
9
+ //# sourceMappingURL=platforms-read.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-read.d.cts","names":[],"sources":["../../src/actions/platforms-read.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEyB;AAAA,cACrE,yCAAA,EAA2C,CAAA,CAAE,UAUP;AAAA,cAEtC,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/platforms-read.d.ts
4
+ declare const RawgVideoGamesDatabasePlatformsReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePlatformsReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePlatformsRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePlatformsRead };
9
+ //# sourceMappingURL=platforms-read.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-read.d.mts","names":[],"sources":["../../src/actions/platforms-read.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEyB;AAAA,cACrE,yCAAA,EAA2C,CAAA,CAAE,UAUP;AAAA,cAEtC,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rawgVideoGamesDatabasePlatformsRead = action("RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_READ", {
4
+ slug: "rawg_video_games_database-platforms-read",
5
+ name: "Get Platform Details",
6
+ description: "Tool to get details of a specific gaming platform from the RAWG database. Use when you need information about a particular platform including its name, launch year, and game count.",
7
+ input: z.object({ id: z.number().int().describe("A unique integer value identifying the Platform.") }).describe("Request model for retrieving details of a specific gaming platform."),
8
+ output: z.object({
9
+ id: z.number().int().describe("Unique identifier for the platform."),
10
+ name: z.string().describe("Platform name (e.g., 'PC', 'PlayStation 4')."),
11
+ slug: z.string().describe("URL-friendly identifier for the platform (e.g., 'pc')."),
12
+ image: z.string().describe("Platform image URI.").nullable().optional(),
13
+ year_end: z.number().int().describe("Year the platform was discontinued.").nullable().optional(),
14
+ year_start: z.number().int().describe("Year the platform was launched.").nullable().optional(),
15
+ description: z.string().describe("Detailed description of the platform.").nullable().optional(),
16
+ games_count: z.number().int().describe("Total number of games available on this platform."),
17
+ image_background: z.string().describe("Background image URI for the platform.")
18
+ }).describe("Response model for platform details.")
19
+ });
20
+ //#endregion
21
+ export { rawgVideoGamesDatabasePlatformsRead };
22
+
23
+ //# sourceMappingURL=platforms-read.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms-read.mjs","names":[],"sources":["../../src/actions/platforms-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabasePlatformsReadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique integer value identifying the Platform.\"),\n}).describe(\"Request model for retrieving details of a specific gaming platform.\");\nexport const RawgVideoGamesDatabasePlatformsReadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the platform.\"),\n name: z.string().describe(\"Platform name (e.g., 'PC', 'PlayStation 4').\"),\n slug: z.string().describe(\"URL-friendly identifier for the platform (e.g., 'pc').\"),\n image: z.string().describe(\"Platform image URI.\").nullable().optional(),\n year_end: z.number().int().describe(\"Year the platform was discontinued.\").nullable().optional(),\n year_start: z.number().int().describe(\"Year the platform was launched.\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the platform.\").nullable().optional(),\n games_count: z.number().int().describe(\"Total number of games available on this platform.\"),\n image_background: z.string().describe(\"Background image URI for the platform.\"),\n}).describe(\"Response model for platform details.\");\n\nexport const rawgVideoGamesDatabasePlatformsRead = action(\"RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_READ\", {\n slug: \"rawg_video_games_database-platforms-read\",\n name: \"Get Platform Details\",\n description: \"Tool to get details of a specific gaming platform from the RAWG database. Use when you need information about a particular platform including its name, launch year, and game count.\",\n input: RawgVideoGamesDatabasePlatformsReadInput,\n output: RawgVideoGamesDatabasePlatformsReadOutput,\n});\n"],"mappings":";;AAmBA,MAAa,sCAAsC,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBoE,EAAE,OAAO,EAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAClF,CAAC,CAAC,CAAC,SAAS,qEAiBH;CACP,QAjBqE,EAAE,OAAO;EAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EAClF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;EAC1F,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChF,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/publishers-list.ts
4
+ const RawgVideoGamesDatabasePublishersListInput = zod.z.object({
5
+ page: zod.z.number().int().describe("A page number within the paginated result set.").optional(),
6
+ page_size: zod.z.number().int().describe("Number of results to return per page. Maximum is 40.").optional()
7
+ }).describe("Request model for listing video game publishers with optional pagination.");
8
+ const RawgVideoGamesDatabasePublishersList_PublisherSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier for the publisher."),
10
+ name: zod.z.string().describe("Publisher name."),
11
+ slug: zod.z.string().describe("URL-friendly identifier for the publisher."),
12
+ games_count: zod.z.number().int().describe("Number of games published by this publisher."),
13
+ image_background: zod.z.string().describe("Background image URL for the publisher.").nullable().optional()
14
+ }).describe("Model representing a single game publisher.");
15
+ const RawgVideoGamesDatabasePublishersListOutput = zod.z.object({
16
+ next: zod.z.string().describe("URL pointing to the next page of results.").nullable().optional(),
17
+ count: zod.z.number().int().describe("Total number of publishers available in the database."),
18
+ results: zod.z.array(RawgVideoGamesDatabasePublishersList_PublisherSchema).describe("Array of publisher objects."),
19
+ previous: zod.z.string().describe("URL pointing to the previous page of results.").nullable().optional()
20
+ }).describe("Response model for listing video game publishers. Returns a paginated result.");
21
+ const rawgVideoGamesDatabasePublishersList = require_action.action("RAWG_VIDEO_GAMES_DATABASE_PUBLISHERS_LIST", {
22
+ slug: "rawg_video_games_database-publishers-list",
23
+ name: "List Video Game Publishers",
24
+ description: "Tool to get a list of video game publishers from the RAWG database. Use when you need to browse game publishers or filter games by publisher. Supports pagination via page and page_size parameters.",
25
+ input: RawgVideoGamesDatabasePublishersListInput,
26
+ output: RawgVideoGamesDatabasePublishersListOutput
27
+ });
28
+ //#endregion
29
+ exports.rawgVideoGamesDatabasePublishersList = rawgVideoGamesDatabasePublishersList;
30
+
31
+ //# sourceMappingURL=publishers-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publishers-list.cjs","names":["z","action"],"sources":["../../src/actions/publishers-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabasePublishersListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page. Maximum is 40.\").optional(),\n}).describe(\"Request model for listing video game publishers with optional pagination.\");\nconst RawgVideoGamesDatabasePublishersList_PublisherSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the publisher.\"),\n name: z.string().describe(\"Publisher name.\"),\n slug: z.string().describe(\"URL-friendly identifier for the publisher.\"),\n games_count: z.number().int().describe(\"Number of games published by this publisher.\"),\n image_background: z.string().describe(\"Background image URL for the publisher.\").nullable().optional(),\n}).describe(\"Model representing a single game publisher.\");\nexport const RawgVideoGamesDatabasePublishersListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL pointing to the next page of results.\").nullable().optional(),\n count: z.number().int().describe(\"Total number of publishers available in the database.\"),\n results: z.array(RawgVideoGamesDatabasePublishersList_PublisherSchema).describe(\"Array of publisher objects.\"),\n previous: z.string().describe(\"URL pointing to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing video game publishers. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabasePublishersList = action(\"RAWG_VIDEO_GAMES_DATABASE_PUBLISHERS_LIST\", {\n slug: \"rawg_video_games_database-publishers-list\",\n name: \"List Video Game Publishers\",\n description: \"Tool to get a list of video game publishers from the RAWG database. Use when you need to browse game publishers or filter games by publisher. Supports pagination via page and page_size parameters.\",\n input: RawgVideoGamesDatabasePublishersListInput,\n output: RawgVideoGamesDatabasePublishersListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC3C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;CACrF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD;CACxF,SAASA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,6BAA6B;CAC7G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAE3F,MAAa,uCAAuCC,eAAAA,OAAO,6CAA6C;CACtG,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/publishers-list.d.ts
4
+ declare const RawgVideoGamesDatabasePublishersListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePublishersListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePublishersList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePublishersList };
9
+ //# sourceMappingURL=publishers-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publishers-list.d.cts","names":[],"sources":["../../src/actions/publishers-list.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAG8B;AAAA,cAQ3E,0CAAA,EAA4C,CAAA,CAAE,UAKiC;AAAA,cAE/E,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/publishers-list.d.ts
4
+ declare const RawgVideoGamesDatabasePublishersListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePublishersListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePublishersList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePublishersList };
9
+ //# sourceMappingURL=publishers-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publishers-list.d.mts","names":[],"sources":["../../src/actions/publishers-list.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAG8B;AAAA,cAQ3E,0CAAA,EAA4C,CAAA,CAAE,UAKiC;AAAA,cAE/E,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/publishers-list.ts
4
+ const RawgVideoGamesDatabasePublishersListInput = z.object({
5
+ page: z.number().int().describe("A page number within the paginated result set.").optional(),
6
+ page_size: z.number().int().describe("Number of results to return per page. Maximum is 40.").optional()
7
+ }).describe("Request model for listing video game publishers with optional pagination.");
8
+ const RawgVideoGamesDatabasePublishersList_PublisherSchema = z.object({
9
+ id: z.number().int().describe("Unique identifier for the publisher."),
10
+ name: z.string().describe("Publisher name."),
11
+ slug: z.string().describe("URL-friendly identifier for the publisher."),
12
+ games_count: z.number().int().describe("Number of games published by this publisher."),
13
+ image_background: z.string().describe("Background image URL for the publisher.").nullable().optional()
14
+ }).describe("Model representing a single game publisher.");
15
+ const rawgVideoGamesDatabasePublishersList = action("RAWG_VIDEO_GAMES_DATABASE_PUBLISHERS_LIST", {
16
+ slug: "rawg_video_games_database-publishers-list",
17
+ name: "List Video Game Publishers",
18
+ description: "Tool to get a list of video game publishers from the RAWG database. Use when you need to browse game publishers or filter games by publisher. Supports pagination via page and page_size parameters.",
19
+ input: RawgVideoGamesDatabasePublishersListInput,
20
+ output: z.object({
21
+ next: z.string().describe("URL pointing to the next page of results.").nullable().optional(),
22
+ count: z.number().int().describe("Total number of publishers available in the database."),
23
+ results: z.array(RawgVideoGamesDatabasePublishersList_PublisherSchema).describe("Array of publisher objects."),
24
+ previous: z.string().describe("URL pointing to the previous page of results.").nullable().optional()
25
+ }).describe("Response model for listing video game publishers. Returns a paginated result.")
26
+ });
27
+ //#endregion
28
+ export { rawgVideoGamesDatabasePublishersList };
29
+
30
+ //# sourceMappingURL=publishers-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publishers-list.mjs","names":[],"sources":["../../src/actions/publishers-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabasePublishersListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set.\").optional(),\n page_size: z.number().int().describe(\"Number of results to return per page. Maximum is 40.\").optional(),\n}).describe(\"Request model for listing video game publishers with optional pagination.\");\nconst RawgVideoGamesDatabasePublishersList_PublisherSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the publisher.\"),\n name: z.string().describe(\"Publisher name.\"),\n slug: z.string().describe(\"URL-friendly identifier for the publisher.\"),\n games_count: z.number().int().describe(\"Number of games published by this publisher.\"),\n image_background: z.string().describe(\"Background image URL for the publisher.\").nullable().optional(),\n}).describe(\"Model representing a single game publisher.\");\nexport const RawgVideoGamesDatabasePublishersListOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL pointing to the next page of results.\").nullable().optional(),\n count: z.number().int().describe(\"Total number of publishers available in the database.\"),\n results: z.array(RawgVideoGamesDatabasePublishersList_PublisherSchema).describe(\"Array of publisher objects.\"),\n previous: z.string().describe(\"URL pointing to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing video game publishers. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabasePublishersList = action(\"RAWG_VIDEO_GAMES_DATABASE_PUBLISHERS_LIST\", {\n slug: \"rawg_video_games_database-publishers-list\",\n name: \"List Video Game Publishers\",\n description: \"Tool to get a list of video game publishers from the RAWG database. Use when you need to browse game publishers or filter games by publisher. Supports pagination via page and page_size parameters.\",\n input: RawgVideoGamesDatabasePublishersListInput,\n output: RawgVideoGamesDatabasePublishersListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0D,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,uDAAqE,EAAE,OAAO;CAClF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC3C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACtE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;CACrF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAQzD,MAAa,uCAAuC,OAAO,6CAA6C;CACtG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZsE,EAAE,OAAO;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD;EACxF,SAAS,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,6BAA6B;EAC7G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,SAAS,+EAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/publishers-read.ts
4
+ const RawgVideoGamesDatabasePublishersReadInput = zod.z.object({ id: zod.z.number().int().describe("A unique integer value identifying this Publisher.") }).describe("Request model for retrieving details of a specific publisher.");
5
+ const RawgVideoGamesDatabasePublishersReadOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier for the publisher."),
7
+ name: zod.z.string().describe("Publisher name."),
8
+ slug: zod.z.string().describe("URL-friendly identifier for the publisher."),
9
+ description: zod.z.string().describe("Detailed description about the publisher.").nullable().optional(),
10
+ games_count: zod.z.number().int().describe("Count of games associated with this publisher."),
11
+ image_background: zod.z.string().describe("Background image URL for the publisher.").nullable().optional()
12
+ }).describe("Response model for publisher details.");
13
+ const rawgVideoGamesDatabasePublishersRead = require_action.action("RAWG_VIDEO_GAMES_DATABASE_PUBLISHERS_READ", {
14
+ slug: "rawg_video_games_database-publishers-read",
15
+ name: "Get Publisher Details",
16
+ description: "Tool to get details of a specific publisher from the RAWG database. Use when you need to retrieve information about a game publisher by their unique ID.",
17
+ input: RawgVideoGamesDatabasePublishersReadInput,
18
+ output: RawgVideoGamesDatabasePublishersReadOutput
19
+ });
20
+ //#endregion
21
+ exports.rawgVideoGamesDatabasePublishersRead = rawgVideoGamesDatabasePublishersRead;
22
+
23
+ //# sourceMappingURL=publishers-read.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publishers-read.cjs","names":["z","action"],"sources":["../../src/actions/publishers-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabasePublishersReadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique integer value identifying this Publisher.\"),\n}).describe(\"Request model for retrieving details of a specific publisher.\");\nexport const RawgVideoGamesDatabasePublishersReadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the publisher.\"),\n name: z.string().describe(\"Publisher name.\"),\n slug: z.string().describe(\"URL-friendly identifier for the publisher.\"),\n description: z.string().describe(\"Detailed description about the publisher.\").nullable().optional(),\n games_count: z.number().int().describe(\"Count of games associated with this publisher.\"),\n image_background: z.string().describe(\"Background image URL for the publisher.\").nullable().optional(),\n}).describe(\"Response model for publisher details.\");\n\nexport const rawgVideoGamesDatabasePublishersRead = action(\"RAWG_VIDEO_GAMES_DATABASE_PUBLISHERS_READ\", {\n slug: \"rawg_video_games_database-publishers-read\",\n name: \"Get Publisher Details\",\n description: \"Tool to get details of a specific publisher from the RAWG database. Use when you need to retrieve information about a game publisher by their unique ID.\",\n input: RawgVideoGamesDatabasePublishersReadInput,\n output: RawgVideoGamesDatabasePublishersReadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,EAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,EACpF,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC3C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACvF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,uCAAuCC,eAAAA,OAAO,6CAA6C;CACtG,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/publishers-read.d.ts
4
+ declare const RawgVideoGamesDatabasePublishersReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePublishersReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePublishersRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePublishersRead };
9
+ //# sourceMappingURL=publishers-read.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publishers-read.d.cts","names":[],"sources":["../../src/actions/publishers-read.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAEkB;AAAA,cAC/D,0CAAA,EAA4C,CAAA,CAAE,UAOP;AAAA,cAEvC,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/publishers-read.d.ts
4
+ declare const RawgVideoGamesDatabasePublishersReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabasePublishersReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabasePublishersRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabasePublishersRead };
9
+ //# sourceMappingURL=publishers-read.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publishers-read.d.mts","names":[],"sources":["../../src/actions/publishers-read.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAEkB;AAAA,cAC/D,0CAAA,EAA4C,CAAA,CAAE,UAOP;AAAA,cAEvC,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rawgVideoGamesDatabasePublishersRead = action("RAWG_VIDEO_GAMES_DATABASE_PUBLISHERS_READ", {
4
+ slug: "rawg_video_games_database-publishers-read",
5
+ name: "Get Publisher Details",
6
+ description: "Tool to get details of a specific publisher from the RAWG database. Use when you need to retrieve information about a game publisher by their unique ID.",
7
+ input: z.object({ id: z.number().int().describe("A unique integer value identifying this Publisher.") }).describe("Request model for retrieving details of a specific publisher."),
8
+ output: z.object({
9
+ id: z.number().int().describe("Unique identifier for the publisher."),
10
+ name: z.string().describe("Publisher name."),
11
+ slug: z.string().describe("URL-friendly identifier for the publisher."),
12
+ description: z.string().describe("Detailed description about the publisher.").nullable().optional(),
13
+ games_count: z.number().int().describe("Count of games associated with this publisher."),
14
+ image_background: z.string().describe("Background image URL for the publisher.").nullable().optional()
15
+ }).describe("Response model for publisher details.")
16
+ });
17
+ //#endregion
18
+ export { rawgVideoGamesDatabasePublishersRead };
19
+
20
+ //# sourceMappingURL=publishers-read.mjs.map