@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 @@
1
+ {"version":3,"file":"publishers-read.mjs","names":[],"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":";;AAgBA,MAAa,uCAAuC,OAAO,6CAA6C;CACtG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBqE,EAAE,OAAO,EAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,EACpF,CAAC,CAAC,CAAC,SAAS,+DAcH;CACP,QAdsE,EAAE,OAAO;EAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;EAC3C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;EACvF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/stores-list.ts
4
+ const RawgVideoGamesDatabaseStoresListInput = 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("Which field to use when ordering the results.").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 storefronts with pagination and ordering options.");
9
+ const RawgVideoGamesDatabaseStoresList_StoreSchema = zod.z.object({
10
+ id: zod.z.number().int().describe("Unique identifier for the store."),
11
+ name: zod.z.string().describe("The name of the store/storefront."),
12
+ slug: zod.z.string().describe("URL-friendly identifier for the store."),
13
+ domain: zod.z.string().describe("The domain/website of the store.").nullable().optional(),
14
+ games_count: zod.z.number().int().describe("The number of games available on this store."),
15
+ image_background: zod.z.string().describe("URL to the background image for the store.")
16
+ }).describe("Model representing a single video game storefront.");
17
+ const RawgVideoGamesDatabaseStoresListOutput = zod.z.object({
18
+ next: zod.z.string().describe("URL pointing to the next page of results.").nullable().optional(),
19
+ count: zod.z.number().int().describe("Total number of stores available in the database."),
20
+ results: zod.z.array(RawgVideoGamesDatabaseStoresList_StoreSchema).describe("Array of store objects."),
21
+ previous: zod.z.string().describe("URL pointing to the previous page of results.").nullable().optional()
22
+ }).describe("Response model for listing video game storefronts. Returns a paginated result.");
23
+ const rawgVideoGamesDatabaseStoresList = require_action.action("RAWG_VIDEO_GAMES_DATABASE_STORES_LIST", {
24
+ slug: "rawg_video_games_database-stores-list",
25
+ name: "List Video Game Stores",
26
+ description: "Tool to get a list of video game storefronts. Use when you need to browse digital distribution services where games can be purchased. Supports pagination and ordering options.",
27
+ input: RawgVideoGamesDatabaseStoresListInput,
28
+ output: RawgVideoGamesDatabaseStoresListOutput
29
+ });
30
+ //#endregion
31
+ exports.rawgVideoGamesDatabaseStoresList = rawgVideoGamesDatabaseStoresList;
32
+
33
+ //# sourceMappingURL=stores-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores-list.cjs","names":["z","action"],"sources":["../../src/actions/stores-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseStoresListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set.\").optional(),\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. Maximum value is 40, default is 20.\").optional(),\n}).describe(\"Request model for listing video game storefronts with pagination and ordering options.\");\nconst RawgVideoGamesDatabaseStoresList_StoreSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the store.\"),\n name: z.string().describe(\"The name of the store/storefront.\"),\n slug: z.string().describe(\"URL-friendly identifier for the store.\"),\n domain: z.string().describe(\"The domain/website of the store.\").nullable().optional(),\n games_count: z.number().int().describe(\"The number of games available on this store.\"),\n image_background: z.string().describe(\"URL to the background image for the store.\"),\n}).describe(\"Model representing a single video game storefront.\");\nexport const RawgVideoGamesDatabaseStoresListOutput: 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 stores available in the database.\"),\n results: z.array(RawgVideoGamesDatabaseStoresList_StoreSchema).describe(\"Array of store objects.\"),\n previous: z.string().describe(\"URL pointing to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing video game storefronts. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabaseStoresList = action(\"RAWG_VIDEO_GAMES_DATABASE_STORES_LIST\", {\n slug: \"rawg_video_games_database-stores-list\",\n name: \"List Video Game Stores\",\n description: \"Tool to get a list of video game storefronts. Use when you need to browse digital distribution services where games can be purchased. Supports pagination and ordering options.\",\n input: RawgVideoGamesDatabaseStoresListInput,\n output: RawgVideoGamesDatabaseStoresListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,wFAAwF;AACpG,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,mCAAmC;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;CACrF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AACpF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,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,mDAAmD;CACpF,SAASA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,yBAAyB;CACjG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAE5F,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/stores-list.d.ts
4
+ declare const RawgVideoGamesDatabaseStoresListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseStoresListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseStoresList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseStoresList };
9
+ //# sourceMappingURL=stores-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores-list.d.cts","names":[],"sources":["../../src/actions/stores-list.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAI+C;AAAA,cASxF,sCAAA,EAAwC,CAAA,CAAE,UAKsC;AAAA,cAEhF,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/stores-list.d.ts
4
+ declare const RawgVideoGamesDatabaseStoresListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseStoresListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseStoresList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseStoresList };
9
+ //# sourceMappingURL=stores-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores-list.d.mts","names":[],"sources":["../../src/actions/stores-list.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAI+C;AAAA,cASxF,sCAAA,EAAwC,CAAA,CAAE,UAKsC;AAAA,cAEhF,gCAAA,gCAAgC,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/stores-list.ts
4
+ const RawgVideoGamesDatabaseStoresListInput = z.object({
5
+ page: z.number().int().describe("A page number within the paginated result set.").optional(),
6
+ ordering: z.string().describe("Which field to use when ordering the results.").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 storefronts with pagination and ordering options.");
9
+ const RawgVideoGamesDatabaseStoresList_StoreSchema = z.object({
10
+ id: z.number().int().describe("Unique identifier for the store."),
11
+ name: z.string().describe("The name of the store/storefront."),
12
+ slug: z.string().describe("URL-friendly identifier for the store."),
13
+ domain: z.string().describe("The domain/website of the store.").nullable().optional(),
14
+ games_count: z.number().int().describe("The number of games available on this store."),
15
+ image_background: z.string().describe("URL to the background image for the store.")
16
+ }).describe("Model representing a single video game storefront.");
17
+ const rawgVideoGamesDatabaseStoresList = action("RAWG_VIDEO_GAMES_DATABASE_STORES_LIST", {
18
+ slug: "rawg_video_games_database-stores-list",
19
+ name: "List Video Game Stores",
20
+ description: "Tool to get a list of video game storefronts. Use when you need to browse digital distribution services where games can be purchased. Supports pagination and ordering options.",
21
+ input: RawgVideoGamesDatabaseStoresListInput,
22
+ output: z.object({
23
+ next: z.string().describe("URL pointing to the next page of results.").nullable().optional(),
24
+ count: z.number().int().describe("Total number of stores available in the database."),
25
+ results: z.array(RawgVideoGamesDatabaseStoresList_StoreSchema).describe("Array of store objects."),
26
+ previous: z.string().describe("URL pointing to the previous page of results.").nullable().optional()
27
+ }).describe("Response model for listing video game storefronts. Returns a paginated result.")
28
+ });
29
+ //#endregion
30
+ export { rawgVideoGamesDatabaseStoresList };
31
+
32
+ //# sourceMappingURL=stores-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores-list.mjs","names":[],"sources":["../../src/actions/stores-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseStoresListInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"A page number within the paginated result set.\").optional(),\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. Maximum value is 40, default is 20.\").optional(),\n}).describe(\"Request model for listing video game storefronts with pagination and ordering options.\");\nconst RawgVideoGamesDatabaseStoresList_StoreSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the store.\"),\n name: z.string().describe(\"The name of the store/storefront.\"),\n slug: z.string().describe(\"URL-friendly identifier for the store.\"),\n domain: z.string().describe(\"The domain/website of the store.\").nullable().optional(),\n games_count: z.number().int().describe(\"The number of games available on this store.\"),\n image_background: z.string().describe(\"URL to the background image for the store.\"),\n}).describe(\"Model representing a single video game storefront.\");\nexport const RawgVideoGamesDatabaseStoresListOutput: 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 stores available in the database.\"),\n results: z.array(RawgVideoGamesDatabaseStoresList_StoreSchema).describe(\"Array of store objects.\"),\n previous: z.string().describe(\"URL pointing to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing video game storefronts. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabaseStoresList = action(\"RAWG_VIDEO_GAMES_DATABASE_STORES_LIST\", {\n slug: \"rawg_video_games_database-stores-list\",\n name: \"List Video Game Stores\",\n description: \"Tool to get a list of video game storefronts. Use when you need to browse digital distribution services where games can be purchased. Supports pagination and ordering options.\",\n input: RawgVideoGamesDatabaseStoresListInput,\n output: RawgVideoGamesDatabaseStoresListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACxF,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,wFAAwF;AACpG,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;CACrF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AACpF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAQhE,MAAa,mCAAmC,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZkE,EAAE,OAAO;EAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;EACpF,SAAS,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,yBAAyB;EACjG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,SAAS,gFAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/stores-read.ts
4
+ const RawgVideoGamesDatabaseStoresReadInput = zod.z.object({ id: zod.z.number().int().describe("A unique integer value identifying this Store.") }).describe("Request model for retrieving details of a specific store.");
5
+ const RawgVideoGamesDatabaseStoresReadOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier for the store."),
7
+ name: zod.z.string().describe("Store name."),
8
+ slug: zod.z.string().describe("URL-friendly identifier for the store."),
9
+ domain: zod.z.string().describe("Store domain URL.").nullable().optional(),
10
+ description: zod.z.string().describe("Detailed description about the store.").nullable().optional(),
11
+ games_count: zod.z.number().int().describe("Number of games available at this store."),
12
+ image_background: zod.z.string().describe("Background image URL for the store.").nullable().optional()
13
+ }).describe("Response model for store details.");
14
+ const rawgVideoGamesDatabaseStoresRead = require_action.action("RAWG_VIDEO_GAMES_DATABASE_STORES_READ", {
15
+ slug: "rawg_video_games_database-stores-read",
16
+ name: "Get Store Details",
17
+ description: "Tool to get details of a specific video game store. Use when you need information about a particular storefront including its name, domain, and game count.",
18
+ input: RawgVideoGamesDatabaseStoresReadInput,
19
+ output: RawgVideoGamesDatabaseStoresReadOutput
20
+ });
21
+ //#endregion
22
+ exports.rawgVideoGamesDatabaseStoresRead = rawgVideoGamesDatabaseStoresRead;
23
+
24
+ //# sourceMappingURL=stores-read.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores-read.cjs","names":["z","action"],"sources":["../../src/actions/stores-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseStoresReadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique integer value identifying this Store.\"),\n}).describe(\"Request model for retrieving details of a specific store.\");\nexport const RawgVideoGamesDatabaseStoresReadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the store.\"),\n name: z.string().describe(\"Store name.\"),\n slug: z.string().describe(\"URL-friendly identifier for the store.\"),\n domain: z.string().describe(\"Store domain URL.\").nullable().optional(),\n description: z.string().describe(\"Detailed description about the store.\").nullable().optional(),\n games_count: z.number().int().describe(\"Number of games available at this store.\"),\n image_background: z.string().describe(\"Background image URL for the store.\").nullable().optional(),\n}).describe(\"Response model for store details.\");\n\nexport const rawgVideoGamesDatabaseStoresRead = action(\"RAWG_VIDEO_GAMES_DATABASE_STORES_READ\", {\n slug: \"rawg_video_games_database-stores-read\",\n name: \"Get Store Details\",\n description: \"Tool to get details of a specific video game store. Use when you need information about a particular storefront including its name, domain, and game count.\",\n input: RawgVideoGamesDatabaseStoresReadInput,\n output: RawgVideoGamesDatabaseStoresReadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,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,aAAa;CACvC,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,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,0CAA0C;CACjF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,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/stores-read.d.ts
4
+ declare const RawgVideoGamesDatabaseStoresReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseStoresReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseStoresRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseStoresRead };
9
+ //# sourceMappingURL=stores-read.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores-read.d.cts","names":[],"sources":["../../src/actions/stores-read.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAEkB;AAAA,cAC3D,sCAAA,EAAwC,CAAA,CAAE,UAQP;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/stores-read.d.ts
4
+ declare const RawgVideoGamesDatabaseStoresReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseStoresReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseStoresRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseStoresRead };
9
+ //# sourceMappingURL=stores-read.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores-read.d.mts","names":[],"sources":["../../src/actions/stores-read.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAEkB;AAAA,cAC3D,sCAAA,EAAwC,CAAA,CAAE,UAQP;AAAA,cAEnC,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rawgVideoGamesDatabaseStoresRead = action("RAWG_VIDEO_GAMES_DATABASE_STORES_READ", {
4
+ slug: "rawg_video_games_database-stores-read",
5
+ name: "Get Store Details",
6
+ description: "Tool to get details of a specific video game store. Use when you need information about a particular storefront including its name, domain, and game count.",
7
+ input: z.object({ id: z.number().int().describe("A unique integer value identifying this Store.") }).describe("Request model for retrieving details of a specific store."),
8
+ output: z.object({
9
+ id: z.number().int().describe("Unique identifier for the store."),
10
+ name: z.string().describe("Store name."),
11
+ slug: z.string().describe("URL-friendly identifier for the store."),
12
+ domain: z.string().describe("Store domain URL.").nullable().optional(),
13
+ description: z.string().describe("Detailed description about the store.").nullable().optional(),
14
+ games_count: z.number().int().describe("Number of games available at this store."),
15
+ image_background: z.string().describe("Background image URL for the store.").nullable().optional()
16
+ }).describe("Response model for store details.")
17
+ });
18
+ //#endregion
19
+ export { rawgVideoGamesDatabaseStoresRead };
20
+
21
+ //# sourceMappingURL=stores-read.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores-read.mjs","names":[],"sources":["../../src/actions/stores-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseStoresReadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique integer value identifying this Store.\"),\n}).describe(\"Request model for retrieving details of a specific store.\");\nexport const RawgVideoGamesDatabaseStoresReadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the store.\"),\n name: z.string().describe(\"Store name.\"),\n slug: z.string().describe(\"URL-friendly identifier for the store.\"),\n domain: z.string().describe(\"Store domain URL.\").nullable().optional(),\n description: z.string().describe(\"Detailed description about the store.\").nullable().optional(),\n games_count: z.number().int().describe(\"Number of games available at this store.\"),\n image_background: z.string().describe(\"Background image URL for the store.\").nullable().optional(),\n}).describe(\"Response model for store details.\");\n\nexport const rawgVideoGamesDatabaseStoresRead = action(\"RAWG_VIDEO_GAMES_DATABASE_STORES_READ\", {\n slug: \"rawg_video_games_database-stores-read\",\n name: \"Get Store Details\",\n description: \"Tool to get details of a specific video game store. Use when you need information about a particular storefront including its name, domain, and game count.\",\n input: RawgVideoGamesDatabaseStoresReadInput,\n output: RawgVideoGamesDatabaseStoresReadOutput,\n});\n"],"mappings":";;AAiBA,MAAa,mCAAmC,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBiE,EAAE,OAAO,EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAAC,CAAC,CAAC,SAAS,2DAeH;CACP,QAfkE,EAAE,OAAO;EAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;EACvC,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;EACjF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/tags-list.ts
4
+ const RawgVideoGamesDatabaseTagsListInput = 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.").optional()
7
+ }).describe("Request model for listing tags with pagination options.");
8
+ const RawgVideoGamesDatabaseTagsList_TagSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier for the tag."),
10
+ name: zod.z.string().describe("Tag name."),
11
+ slug: zod.z.string().describe("URL-friendly identifier for the tag."),
12
+ language: zod.z.string().describe("Language designation for the tag.").nullable().optional(),
13
+ games_count: zod.z.number().int().describe("Number of games associated with this tag."),
14
+ image_background: zod.z.string().describe("Background image URL for the tag.").nullable().optional()
15
+ }).describe("Model representing a single tag object.");
16
+ const RawgVideoGamesDatabaseTagsListOutput = 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 tags available in the database."),
19
+ results: zod.z.array(RawgVideoGamesDatabaseTagsList_TagSchema).describe("Array of tag objects."),
20
+ previous: zod.z.string().describe("Link to the previous page of results.").nullable().optional()
21
+ }).describe("Response model for listing tags. Returns a paginated result.");
22
+ const rawgVideoGamesDatabaseTagsList = require_action.action("RAWG_VIDEO_GAMES_DATABASE_TAGS_LIST", {
23
+ slug: "rawg_video_games_database-tags-list",
24
+ name: "List Tags",
25
+ description: "Tool to get a list of tags from the RAWG database. Use when you need to browse tags that categorize games by specific characteristics. Supports pagination via page and page_size parameters.",
26
+ input: RawgVideoGamesDatabaseTagsListInput,
27
+ output: RawgVideoGamesDatabaseTagsListOutput
28
+ });
29
+ //#endregion
30
+ exports.rawgVideoGamesDatabaseTagsList = rawgVideoGamesDatabaseTagsList;
31
+
32
+ //# sourceMappingURL=tags-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tags-list.cjs","names":["z","action"],"sources":["../../src/actions/tags-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseTagsListInput: 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.\").optional(),\n}).describe(\"Request model for listing tags with pagination options.\");\nconst RawgVideoGamesDatabaseTagsList_TagSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the tag.\"),\n name: z.string().describe(\"Tag name.\"),\n slug: z.string().describe(\"URL-friendly identifier for the tag.\"),\n language: z.string().describe(\"Language designation for the tag.\").nullable().optional(),\n games_count: z.number().int().describe(\"Number of games associated with this tag.\"),\n image_background: z.string().describe(\"Background image URL for the tag.\").nullable().optional(),\n}).describe(\"Model representing a single tag object.\");\nexport const RawgVideoGamesDatabaseTagsListOutput: 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 tags available in the database.\"),\n results: z.array(RawgVideoGamesDatabaseTagsList_TagSchema).describe(\"Array of tag objects.\"),\n previous: z.string().describe(\"Link to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing tags. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabaseTagsList = action(\"RAWG_VIDEO_GAMES_DATABASE_TAGS_LIST\", {\n slug: \"rawg_video_games_database-tags-list\",\n name: \"List Tags\",\n description: \"Tool to get a list of tags from the RAWG database. Use when you need to browse tags that categorize games by specific characteristics. Supports pagination via page and page_size parameters.\",\n input: RawgVideoGamesDatabaseTagsListInput,\n output: RawgVideoGamesDatabaseTagsListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,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,uCAAuC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW;CACrC,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CAClF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,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,iDAAiD;CAClF,SAASA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,uBAAuB;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,iCAAiCC,eAAAA,OAAO,uCAAuC;CAC1F,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/tags-list.d.ts
4
+ declare const RawgVideoGamesDatabaseTagsListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseTagsListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseTagsList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseTagsList };
9
+ //# sourceMappingURL=tags-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tags-list.d.cts","names":[],"sources":["../../src/actions/tags-list.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGkB;AAAA,cASzD,oCAAA,EAAsC,CAAA,CAAE,UAKsB;AAAA,cAE9D,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/tags-list.d.ts
4
+ declare const RawgVideoGamesDatabaseTagsListInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseTagsListOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseTagsList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseTagsList };
9
+ //# sourceMappingURL=tags-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tags-list.d.mts","names":[],"sources":["../../src/actions/tags-list.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGkB;AAAA,cASzD,oCAAA,EAAsC,CAAA,CAAE,UAKsB;AAAA,cAE9D,8BAAA,gCAA8B,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/tags-list.ts
4
+ const RawgVideoGamesDatabaseTagsListInput = 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.").optional()
7
+ }).describe("Request model for listing tags with pagination options.");
8
+ const RawgVideoGamesDatabaseTagsList_TagSchema = z.object({
9
+ id: z.number().int().describe("Unique identifier for the tag."),
10
+ name: z.string().describe("Tag name."),
11
+ slug: z.string().describe("URL-friendly identifier for the tag."),
12
+ language: z.string().describe("Language designation for the tag.").nullable().optional(),
13
+ games_count: z.number().int().describe("Number of games associated with this tag."),
14
+ image_background: z.string().describe("Background image URL for the tag.").nullable().optional()
15
+ }).describe("Model representing a single tag object.");
16
+ const rawgVideoGamesDatabaseTagsList = action("RAWG_VIDEO_GAMES_DATABASE_TAGS_LIST", {
17
+ slug: "rawg_video_games_database-tags-list",
18
+ name: "List Tags",
19
+ description: "Tool to get a list of tags from the RAWG database. Use when you need to browse tags that categorize games by specific characteristics. Supports pagination via page and page_size parameters.",
20
+ input: RawgVideoGamesDatabaseTagsListInput,
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 tags available in the database."),
24
+ results: z.array(RawgVideoGamesDatabaseTagsList_TagSchema).describe("Array of tag objects."),
25
+ previous: z.string().describe("Link to the previous page of results.").nullable().optional()
26
+ }).describe("Response model for listing tags. Returns a paginated result.")
27
+ });
28
+ //#endregion
29
+ export { rawgVideoGamesDatabaseTagsList };
30
+
31
+ //# sourceMappingURL=tags-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tags-list.mjs","names":[],"sources":["../../src/actions/tags-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseTagsListInput: 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.\").optional(),\n}).describe(\"Request model for listing tags with pagination options.\");\nconst RawgVideoGamesDatabaseTagsList_TagSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the tag.\"),\n name: z.string().describe(\"Tag name.\"),\n slug: z.string().describe(\"URL-friendly identifier for the tag.\"),\n language: z.string().describe(\"Language designation for the tag.\").nullable().optional(),\n games_count: z.number().int().describe(\"Number of games associated with this tag.\"),\n image_background: z.string().describe(\"Background image URL for the tag.\").nullable().optional(),\n}).describe(\"Model representing a single tag object.\");\nexport const RawgVideoGamesDatabaseTagsListOutput: 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 tags available in the database.\"),\n results: z.array(RawgVideoGamesDatabaseTagsList_TagSchema).describe(\"Array of tag objects.\"),\n previous: z.string().describe(\"Link to the previous page of results.\").nullable().optional(),\n}).describe(\"Response model for listing tags. Returns a paginated result.\");\n\nexport const rawgVideoGamesDatabaseTagsList = action(\"RAWG_VIDEO_GAMES_DATABASE_TAGS_LIST\", {\n slug: \"rawg_video_games_database-tags-list\",\n name: \"List Tags\",\n description: \"Tool to get a list of tags from the RAWG database. Use when you need to browse tags that categorize games by specific characteristics. Supports pagination via page and page_size parameters.\",\n input: RawgVideoGamesDatabaseTagsListInput,\n output: RawgVideoGamesDatabaseTagsListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,2CAAyD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW;CACrC,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CAClF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAQrD,MAAa,iCAAiC,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZgE,EAAE,OAAO;EACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;EAClF,SAAS,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,uBAAuB;EAC3F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,8DAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/tags-read.ts
4
+ const RawgVideoGamesDatabaseTagsReadInput = zod.z.object({ id: zod.z.number().int().describe("A unique integer value identifying this Tag.") }).describe("Request model for retrieving details of a specific tag.");
5
+ const RawgVideoGamesDatabaseTagsReadOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier for the tag."),
7
+ name: zod.z.string().describe("Tag designation (1-100 characters)."),
8
+ slug: zod.z.string().describe("URL-friendly identifier for the tag."),
9
+ description: zod.z.string().describe("Detailed information about the tag.").nullable().optional(),
10
+ games_count: zod.z.number().int().describe("Number of games associated with this tag."),
11
+ image_background: zod.z.string().describe("Background image URI for the tag.").nullable().optional()
12
+ }).describe("Response model for tag details (TagSingle object).");
13
+ const rawgVideoGamesDatabaseTagsRead = require_action.action("RAWG_VIDEO_GAMES_DATABASE_TAGS_READ", {
14
+ slug: "rawg_video_games_database-tags-read",
15
+ name: "Get Tag Details",
16
+ description: "Tool to get details of a specific tag from the RAWG database. Use when you need detailed information about a particular tag including its name, games count, and description.",
17
+ input: RawgVideoGamesDatabaseTagsReadInput,
18
+ output: RawgVideoGamesDatabaseTagsReadOutput
19
+ });
20
+ //#endregion
21
+ exports.rawgVideoGamesDatabaseTagsRead = rawgVideoGamesDatabaseTagsRead;
22
+
23
+ //# sourceMappingURL=tags-read.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tags-read.cjs","names":["z","action"],"sources":["../../src/actions/tags-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseTagsReadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique integer value identifying this Tag.\"),\n}).describe(\"Request model for retrieving details of a specific tag.\");\nexport const RawgVideoGamesDatabaseTagsReadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the tag.\"),\n name: z.string().describe(\"Tag designation (1-100 characters).\"),\n slug: z.string().describe(\"URL-friendly identifier for the tag.\"),\n description: z.string().describe(\"Detailed information about the tag.\").nullable().optional(),\n games_count: z.number().int().describe(\"Number of games associated with this tag.\"),\n image_background: z.string().describe(\"Background image URI for the tag.\").nullable().optional(),\n}).describe(\"Response model for tag details (TagSingle object).\");\n\nexport const rawgVideoGamesDatabaseTagsRead = action(\"RAWG_VIDEO_GAMES_DATABASE_TAGS_READ\", {\n slug: \"rawg_video_games_database-tags-read\",\n name: \"Get Tag Details\",\n description: \"Tool to get details of a specific tag from the RAWG database. Use when you need detailed information about a particular tag including its name, games count, and description.\",\n input: RawgVideoGamesDatabaseTagsReadInput,\n output: RawgVideoGamesDatabaseTagsReadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,EAC9E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CAClF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,iCAAiCC,eAAAA,OAAO,uCAAuC;CAC1F,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/tags-read.d.ts
4
+ declare const RawgVideoGamesDatabaseTagsReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseTagsReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseTagsRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseTagsRead };
9
+ //# sourceMappingURL=tags-read.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tags-read.d.cts","names":[],"sources":["../../src/actions/tags-read.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEkB;AAAA,cACzD,oCAAA,EAAsC,CAAA,CAAE,UAOY;AAAA,cAEpD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/tags-read.d.ts
4
+ declare const RawgVideoGamesDatabaseTagsReadInput: z.ZodTypeAny;
5
+ declare const RawgVideoGamesDatabaseTagsReadOutput: z.ZodTypeAny;
6
+ declare const rawgVideoGamesDatabaseTagsRead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rawgVideoGamesDatabaseTagsRead };
9
+ //# sourceMappingURL=tags-read.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tags-read.d.mts","names":[],"sources":["../../src/actions/tags-read.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEkB;AAAA,cACzD,oCAAA,EAAsC,CAAA,CAAE,UAOY;AAAA,cAEpD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rawgVideoGamesDatabaseTagsRead = action("RAWG_VIDEO_GAMES_DATABASE_TAGS_READ", {
4
+ slug: "rawg_video_games_database-tags-read",
5
+ name: "Get Tag Details",
6
+ description: "Tool to get details of a specific tag from the RAWG database. Use when you need detailed information about a particular tag including its name, games count, and description.",
7
+ input: z.object({ id: z.number().int().describe("A unique integer value identifying this Tag.") }).describe("Request model for retrieving details of a specific tag."),
8
+ output: z.object({
9
+ id: z.number().int().describe("Unique identifier for the tag."),
10
+ name: z.string().describe("Tag designation (1-100 characters)."),
11
+ slug: z.string().describe("URL-friendly identifier for the tag."),
12
+ description: z.string().describe("Detailed information about the tag.").nullable().optional(),
13
+ games_count: z.number().int().describe("Number of games associated with this tag."),
14
+ image_background: z.string().describe("Background image URI for the tag.").nullable().optional()
15
+ }).describe("Response model for tag details (TagSingle object).")
16
+ });
17
+ //#endregion
18
+ export { rawgVideoGamesDatabaseTagsRead };
19
+
20
+ //# sourceMappingURL=tags-read.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tags-read.mjs","names":[],"sources":["../../src/actions/tags-read.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RawgVideoGamesDatabaseTagsReadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique integer value identifying this Tag.\"),\n}).describe(\"Request model for retrieving details of a specific tag.\");\nexport const RawgVideoGamesDatabaseTagsReadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the tag.\"),\n name: z.string().describe(\"Tag designation (1-100 characters).\"),\n slug: z.string().describe(\"URL-friendly identifier for the tag.\"),\n description: z.string().describe(\"Detailed information about the tag.\").nullable().optional(),\n games_count: z.number().int().describe(\"Number of games associated with this tag.\"),\n image_background: z.string().describe(\"Background image URI for the tag.\").nullable().optional(),\n}).describe(\"Response model for tag details (TagSingle object).\");\n\nexport const rawgVideoGamesDatabaseTagsRead = action(\"RAWG_VIDEO_GAMES_DATABASE_TAGS_READ\", {\n slug: \"rawg_video_games_database-tags-read\",\n name: \"Get Tag Details\",\n description: \"Tool to get details of a specific tag from the RAWG database. Use when you need detailed information about a particular tag including its name, games count, and description.\",\n input: RawgVideoGamesDatabaseTagsReadInput,\n output: RawgVideoGamesDatabaseTagsReadOutput,\n});\n"],"mappings":";;AAgBA,MAAa,iCAAiC,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB+D,EAAE,OAAO,EACxE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,EAC9E,CAAC,CAAC,CAAC,SAAS,yDAcH;CACP,QAdgE,EAAE,OAAO;EACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAChE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;EAClF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const rawgVideoGamesDatabase = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "rawg_video_games_database",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.rawgVideoGamesDatabase = rawgVideoGamesDatabase;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const rawgVideoGamesDatabase = defineApp({\n slug: \"rawg_video_games_database\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,0BAAA,uCAAA,CAAA,CAAA,UAAA,CAAmC;CAC9C,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const rawgVideoGamesDatabase: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { rawgVideoGamesDatabase };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,sBAAA,6BAAsB,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const rawgVideoGamesDatabase: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { rawgVideoGamesDatabase };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,sBAAA,6BAAsB,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const rawgVideoGamesDatabase = defineApp({
4
+ slug: "rawg_video_games_database",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { rawgVideoGamesDatabase };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const rawgVideoGamesDatabase = defineApp({\n slug: \"rawg_video_games_database\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,yBAAyB,UAAU;CAC9C,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const rawgVideoGamesDatabaseCatalog = {
4
+ "slug": "rawg_video_games_database",
5
+ "name": "RAWG Video Games Database",
6
+ "description": "The largest video game database and video game discovery service with comprehensive game information, ratings, platforms, and release dates.",
7
+ "category": "Gaming",
8
+ "logo": "https://logos.composio.dev/api/rawg_video_games_database",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.rawgVideoGamesDatabaseCatalog = rawgVideoGamesDatabaseCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const rawgVideoGamesDatabaseCatalog = {\n \"slug\": \"rawg_video_games_database\",\n \"name\": \"RAWG Video Games Database\",\n \"description\": \"The largest video game database and video game discovery service with comprehensive game information, ratings, platforms, and release dates.\",\n \"category\": \"Gaming\",\n \"logo\": \"https://logos.composio.dev/api/rawg_video_games_database\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gCAAgC;CAC3C,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const rawgVideoGamesDatabaseCatalog: {
4
+ readonly slug: "rawg_video_games_database";
5
+ readonly name: "RAWG Video Games Database";
6
+ readonly description: "The largest video game database and video game discovery service with comprehensive game information, ratings, platforms, and release dates.";
7
+ readonly category: "Gaming";
8
+ readonly logo: "https://logos.composio.dev/api/rawg_video_games_database";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { rawgVideoGamesDatabaseCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,6BAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const rawgVideoGamesDatabaseCatalog: {
4
+ readonly slug: "rawg_video_games_database";
5
+ readonly name: "RAWG Video Games Database";
6
+ readonly description: "The largest video game database and video game discovery service with comprehensive game information, ratings, platforms, and release dates.";
7
+ readonly category: "Gaming";
8
+ readonly logo: "https://logos.composio.dev/api/rawg_video_games_database";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { rawgVideoGamesDatabaseCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,6BAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const rawgVideoGamesDatabaseCatalog = {
4
+ "slug": "rawg_video_games_database",
5
+ "name": "RAWG Video Games Database",
6
+ "description": "The largest video game database and video game discovery service with comprehensive game information, ratings, platforms, and release dates.",
7
+ "category": "Gaming",
8
+ "logo": "https://logos.composio.dev/api/rawg_video_games_database",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { rawgVideoGamesDatabaseCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const rawgVideoGamesDatabaseCatalog = {\n \"slug\": \"rawg_video_games_database\",\n \"name\": \"RAWG Video Games Database\",\n \"description\": \"The largest video game database and video game discovery service with comprehensive game information, ratings, platforms, and release dates.\",\n \"category\": \"Gaming\",\n \"logo\": \"https://logos.composio.dev/api/rawg_video_games_database\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gCAAgC;CAC3C,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "rawg_video_games_database";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeRawgVideoGamesDatabaseTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executeRawgVideoGamesDatabaseTool = executeRawgVideoGamesDatabaseTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"rawg_video_games_database\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRawgVideoGamesDatabaseTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,kCACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}