@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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/creator-roles-list.cjs +29 -0
- package/dist/actions/creator-roles-list.cjs.map +1 -0
- package/dist/actions/creator-roles-list.d.cts +9 -0
- package/dist/actions/creator-roles-list.d.cts.map +1 -0
- package/dist/actions/creator-roles-list.d.mts +9 -0
- package/dist/actions/creator-roles-list.d.mts.map +1 -0
- package/dist/actions/creator-roles-list.mjs +28 -0
- package/dist/actions/creator-roles-list.mjs.map +1 -0
- package/dist/actions/creators-list.cjs +32 -0
- package/dist/actions/creators-list.cjs.map +1 -0
- package/dist/actions/creators-list.d.cts +9 -0
- package/dist/actions/creators-list.d.cts.map +1 -0
- package/dist/actions/creators-list.d.mts +9 -0
- package/dist/actions/creators-list.d.mts.map +1 -0
- package/dist/actions/creators-list.mjs +31 -0
- package/dist/actions/creators-list.mjs.map +1 -0
- package/dist/actions/creators-read.cjs +28 -0
- package/dist/actions/creators-read.cjs.map +1 -0
- package/dist/actions/creators-read.d.cts +9 -0
- package/dist/actions/creators-read.d.cts.map +1 -0
- package/dist/actions/creators-read.d.mts +9 -0
- package/dist/actions/creators-read.d.mts.map +1 -0
- package/dist/actions/creators-read.mjs +25 -0
- package/dist/actions/creators-read.mjs.map +1 -0
- package/dist/actions/developers-list.cjs +31 -0
- package/dist/actions/developers-list.cjs.map +1 -0
- package/dist/actions/developers-list.d.cts +9 -0
- package/dist/actions/developers-list.d.cts.map +1 -0
- package/dist/actions/developers-list.d.mts +9 -0
- package/dist/actions/developers-list.d.mts.map +1 -0
- package/dist/actions/developers-list.mjs +30 -0
- package/dist/actions/developers-list.mjs.map +1 -0
- package/dist/actions/developers-read.cjs +23 -0
- package/dist/actions/developers-read.cjs.map +1 -0
- package/dist/actions/developers-read.d.cts +9 -0
- package/dist/actions/developers-read.d.cts.map +1 -0
- package/dist/actions/developers-read.d.mts +9 -0
- package/dist/actions/developers-read.d.mts.map +1 -0
- package/dist/actions/developers-read.mjs +20 -0
- package/dist/actions/developers-read.mjs.map +1 -0
- package/dist/actions/games-achievements-read.cjs +32 -0
- package/dist/actions/games-achievements-read.cjs.map +1 -0
- package/dist/actions/games-achievements-read.d.cts +9 -0
- package/dist/actions/games-achievements-read.d.cts.map +1 -0
- package/dist/actions/games-achievements-read.d.mts +9 -0
- package/dist/actions/games-achievements-read.d.mts.map +1 -0
- package/dist/actions/games-achievements-read.mjs +31 -0
- package/dist/actions/games-achievements-read.mjs.map +1 -0
- package/dist/actions/games-additions-list.cjs +113 -0
- package/dist/actions/games-additions-list.cjs.map +1 -0
- package/dist/actions/games-additions-list.d.cts +9 -0
- package/dist/actions/games-additions-list.d.cts.map +1 -0
- package/dist/actions/games-additions-list.d.mts +9 -0
- package/dist/actions/games-additions-list.d.mts.map +1 -0
- package/dist/actions/games-additions-list.mjs +112 -0
- package/dist/actions/games-additions-list.mjs.map +1 -0
- package/dist/actions/games-development-team-list.cjs +34 -0
- package/dist/actions/games-development-team-list.cjs.map +1 -0
- package/dist/actions/games-development-team-list.d.cts +9 -0
- package/dist/actions/games-development-team-list.d.cts.map +1 -0
- package/dist/actions/games-development-team-list.d.mts +9 -0
- package/dist/actions/games-development-team-list.d.mts.map +1 -0
- package/dist/actions/games-development-team-list.mjs +33 -0
- package/dist/actions/games-development-team-list.mjs.map +1 -0
- package/dist/actions/games-game-series-list.cjs +130 -0
- package/dist/actions/games-game-series-list.cjs.map +1 -0
- package/dist/actions/games-game-series-list.d.cts +9 -0
- package/dist/actions/games-game-series-list.d.cts.map +1 -0
- package/dist/actions/games-game-series-list.d.mts +9 -0
- package/dist/actions/games-game-series-list.d.mts.map +1 -0
- package/dist/actions/games-game-series-list.mjs +129 -0
- package/dist/actions/games-game-series-list.mjs.map +1 -0
- package/dist/actions/games-list.cjs +140 -0
- package/dist/actions/games-list.cjs.map +1 -0
- package/dist/actions/games-list.d.cts +9 -0
- package/dist/actions/games-list.d.cts.map +1 -0
- package/dist/actions/games-list.d.mts +9 -0
- package/dist/actions/games-list.d.mts.map +1 -0
- package/dist/actions/games-list.mjs +139 -0
- package/dist/actions/games-list.mjs.map +1 -0
- package/dist/actions/games-movies-read.cjs +31 -0
- package/dist/actions/games-movies-read.cjs.map +1 -0
- package/dist/actions/games-movies-read.d.cts +9 -0
- package/dist/actions/games-movies-read.d.cts.map +1 -0
- package/dist/actions/games-movies-read.d.mts +9 -0
- package/dist/actions/games-movies-read.d.mts.map +1 -0
- package/dist/actions/games-movies-read.mjs +30 -0
- package/dist/actions/games-movies-read.mjs.map +1 -0
- package/dist/actions/games-parent-games-list.cjs +117 -0
- package/dist/actions/games-parent-games-list.cjs.map +1 -0
- package/dist/actions/games-parent-games-list.d.cts +9 -0
- package/dist/actions/games-parent-games-list.d.cts.map +1 -0
- package/dist/actions/games-parent-games-list.d.mts +9 -0
- package/dist/actions/games-parent-games-list.d.mts.map +1 -0
- package/dist/actions/games-parent-games-list.mjs +116 -0
- package/dist/actions/games-parent-games-list.mjs.map +1 -0
- package/dist/actions/games-read.cjs +96 -0
- package/dist/actions/games-read.cjs.map +1 -0
- package/dist/actions/games-read.d.cts +9 -0
- package/dist/actions/games-read.d.cts.map +1 -0
- package/dist/actions/games-read.d.mts +9 -0
- package/dist/actions/games-read.d.mts.map +1 -0
- package/dist/actions/games-read.mjs +95 -0
- package/dist/actions/games-read.mjs.map +1 -0
- package/dist/actions/games-reddit-read.cjs +31 -0
- package/dist/actions/games-reddit-read.cjs.map +1 -0
- package/dist/actions/games-reddit-read.d.cts +9 -0
- package/dist/actions/games-reddit-read.d.cts.map +1 -0
- package/dist/actions/games-reddit-read.d.mts +9 -0
- package/dist/actions/games-reddit-read.d.mts.map +1 -0
- package/dist/actions/games-reddit-read.mjs +30 -0
- package/dist/actions/games-reddit-read.mjs.map +1 -0
- package/dist/actions/games-screenshots-list.cjs +33 -0
- package/dist/actions/games-screenshots-list.cjs.map +1 -0
- package/dist/actions/games-screenshots-list.d.cts +9 -0
- package/dist/actions/games-screenshots-list.d.cts.map +1 -0
- package/dist/actions/games-screenshots-list.d.mts +9 -0
- package/dist/actions/games-screenshots-list.d.mts.map +1 -0
- package/dist/actions/games-screenshots-list.mjs +32 -0
- package/dist/actions/games-screenshots-list.mjs.map +1 -0
- package/dist/actions/games-stores-list.cjs +41 -0
- package/dist/actions/games-stores-list.cjs.map +1 -0
- package/dist/actions/games-stores-list.d.cts +9 -0
- package/dist/actions/games-stores-list.d.cts.map +1 -0
- package/dist/actions/games-stores-list.d.mts +9 -0
- package/dist/actions/games-stores-list.d.mts.map +1 -0
- package/dist/actions/games-stores-list.mjs +40 -0
- package/dist/actions/games-stores-list.mjs.map +1 -0
- package/dist/actions/genres-list.cjs +32 -0
- package/dist/actions/genres-list.cjs.map +1 -0
- package/dist/actions/genres-list.d.cts +9 -0
- package/dist/actions/genres-list.d.cts.map +1 -0
- package/dist/actions/genres-list.d.mts +9 -0
- package/dist/actions/genres-list.d.mts.map +1 -0
- package/dist/actions/genres-list.mjs +31 -0
- package/dist/actions/genres-list.mjs.map +1 -0
- package/dist/actions/genres-read.cjs +23 -0
- package/dist/actions/genres-read.cjs.map +1 -0
- package/dist/actions/genres-read.d.cts +9 -0
- package/dist/actions/genres-read.d.cts.map +1 -0
- package/dist/actions/genres-read.d.mts +9 -0
- package/dist/actions/genres-read.d.mts.map +1 -0
- package/dist/actions/genres-read.mjs +20 -0
- package/dist/actions/genres-read.mjs.map +1 -0
- package/dist/actions/index.cjs +55 -0
- package/dist/actions/index.d.cts +28 -0
- package/dist/actions/index.d.mts +28 -0
- package/dist/actions/index.mjs +28 -0
- package/dist/actions/platforms-list.cjs +35 -0
- package/dist/actions/platforms-list.cjs.map +1 -0
- package/dist/actions/platforms-list.d.cts +9 -0
- package/dist/actions/platforms-list.d.cts.map +1 -0
- package/dist/actions/platforms-list.d.mts +9 -0
- package/dist/actions/platforms-list.d.mts.map +1 -0
- package/dist/actions/platforms-list.mjs +34 -0
- package/dist/actions/platforms-list.mjs.map +1 -0
- package/dist/actions/platforms-lists-parents-list.cjs +36 -0
- package/dist/actions/platforms-lists-parents-list.cjs.map +1 -0
- package/dist/actions/platforms-lists-parents-list.d.cts +9 -0
- package/dist/actions/platforms-lists-parents-list.d.cts.map +1 -0
- package/dist/actions/platforms-lists-parents-list.d.mts +9 -0
- package/dist/actions/platforms-lists-parents-list.d.mts.map +1 -0
- package/dist/actions/platforms-lists-parents-list.mjs +35 -0
- package/dist/actions/platforms-lists-parents-list.mjs.map +1 -0
- package/dist/actions/platforms-read.cjs +26 -0
- package/dist/actions/platforms-read.cjs.map +1 -0
- package/dist/actions/platforms-read.d.cts +9 -0
- package/dist/actions/platforms-read.d.cts.map +1 -0
- package/dist/actions/platforms-read.d.mts +9 -0
- package/dist/actions/platforms-read.d.mts.map +1 -0
- package/dist/actions/platforms-read.mjs +23 -0
- package/dist/actions/platforms-read.mjs.map +1 -0
- package/dist/actions/publishers-list.cjs +31 -0
- package/dist/actions/publishers-list.cjs.map +1 -0
- package/dist/actions/publishers-list.d.cts +9 -0
- package/dist/actions/publishers-list.d.cts.map +1 -0
- package/dist/actions/publishers-list.d.mts +9 -0
- package/dist/actions/publishers-list.d.mts.map +1 -0
- package/dist/actions/publishers-list.mjs +30 -0
- package/dist/actions/publishers-list.mjs.map +1 -0
- package/dist/actions/publishers-read.cjs +23 -0
- package/dist/actions/publishers-read.cjs.map +1 -0
- package/dist/actions/publishers-read.d.cts +9 -0
- package/dist/actions/publishers-read.d.cts.map +1 -0
- package/dist/actions/publishers-read.d.mts +9 -0
- package/dist/actions/publishers-read.d.mts.map +1 -0
- package/dist/actions/publishers-read.mjs +20 -0
- package/dist/actions/publishers-read.mjs.map +1 -0
- package/dist/actions/stores-list.cjs +33 -0
- package/dist/actions/stores-list.cjs.map +1 -0
- package/dist/actions/stores-list.d.cts +9 -0
- package/dist/actions/stores-list.d.cts.map +1 -0
- package/dist/actions/stores-list.d.mts +9 -0
- package/dist/actions/stores-list.d.mts.map +1 -0
- package/dist/actions/stores-list.mjs +32 -0
- package/dist/actions/stores-list.mjs.map +1 -0
- package/dist/actions/stores-read.cjs +24 -0
- package/dist/actions/stores-read.cjs.map +1 -0
- package/dist/actions/stores-read.d.cts +9 -0
- package/dist/actions/stores-read.d.cts.map +1 -0
- package/dist/actions/stores-read.d.mts +9 -0
- package/dist/actions/stores-read.d.mts.map +1 -0
- package/dist/actions/stores-read.mjs +21 -0
- package/dist/actions/stores-read.mjs.map +1 -0
- package/dist/actions/tags-list.cjs +32 -0
- package/dist/actions/tags-list.cjs.map +1 -0
- package/dist/actions/tags-list.d.cts +9 -0
- package/dist/actions/tags-list.d.cts.map +1 -0
- package/dist/actions/tags-list.d.mts +9 -0
- package/dist/actions/tags-list.d.mts.map +1 -0
- package/dist/actions/tags-list.mjs +31 -0
- package/dist/actions/tags-list.mjs.map +1 -0
- package/dist/actions/tags-read.cjs +23 -0
- package/dist/actions/tags-read.cjs.map +1 -0
- package/dist/actions/tags-read.d.cts +9 -0
- package/dist/actions/tags-read.d.cts.map +1 -0
- package/dist/actions/tags-read.d.mts +9 -0
- package/dist/actions/tags-read.d.mts.map +1 -0
- package/dist/actions/tags-read.mjs +20 -0
- package/dist/actions/tags-read.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +60 -0
- package/dist/index.d.cts +30 -0
- package/dist/index.d.mts +30 -0
- package/dist/index.mjs +31 -0
- package/package.json +49 -0
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@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 createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeRawgVideoGamesDatabaseTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","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,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_creator_roles_list = require("./actions/creator-roles-list.cjs");
|
|
5
|
+
const require_creators_list = require("./actions/creators-list.cjs");
|
|
6
|
+
const require_creators_read = require("./actions/creators-read.cjs");
|
|
7
|
+
const require_developers_list = require("./actions/developers-list.cjs");
|
|
8
|
+
const require_developers_read = require("./actions/developers-read.cjs");
|
|
9
|
+
const require_games_achievements_read = require("./actions/games-achievements-read.cjs");
|
|
10
|
+
const require_games_additions_list = require("./actions/games-additions-list.cjs");
|
|
11
|
+
const require_games_development_team_list = require("./actions/games-development-team-list.cjs");
|
|
12
|
+
const require_games_game_series_list = require("./actions/games-game-series-list.cjs");
|
|
13
|
+
const require_games_list = require("./actions/games-list.cjs");
|
|
14
|
+
const require_games_movies_read = require("./actions/games-movies-read.cjs");
|
|
15
|
+
const require_games_parent_games_list = require("./actions/games-parent-games-list.cjs");
|
|
16
|
+
const require_games_read = require("./actions/games-read.cjs");
|
|
17
|
+
const require_games_reddit_read = require("./actions/games-reddit-read.cjs");
|
|
18
|
+
const require_games_screenshots_list = require("./actions/games-screenshots-list.cjs");
|
|
19
|
+
const require_games_stores_list = require("./actions/games-stores-list.cjs");
|
|
20
|
+
const require_genres_list = require("./actions/genres-list.cjs");
|
|
21
|
+
const require_genres_read = require("./actions/genres-read.cjs");
|
|
22
|
+
const require_platforms_list = require("./actions/platforms-list.cjs");
|
|
23
|
+
const require_platforms_lists_parents_list = require("./actions/platforms-lists-parents-list.cjs");
|
|
24
|
+
const require_platforms_read = require("./actions/platforms-read.cjs");
|
|
25
|
+
const require_publishers_list = require("./actions/publishers-list.cjs");
|
|
26
|
+
const require_publishers_read = require("./actions/publishers-read.cjs");
|
|
27
|
+
const require_stores_list = require("./actions/stores-list.cjs");
|
|
28
|
+
const require_stores_read = require("./actions/stores-read.cjs");
|
|
29
|
+
const require_tags_list = require("./actions/tags-list.cjs");
|
|
30
|
+
const require_tags_read = require("./actions/tags-read.cjs");
|
|
31
|
+
require("./actions/index.cjs");
|
|
32
|
+
exports.rawgVideoGamesDatabase = require_app.rawgVideoGamesDatabase;
|
|
33
|
+
exports.rawgVideoGamesDatabaseCatalog = require_catalog.rawgVideoGamesDatabaseCatalog;
|
|
34
|
+
exports.rawgVideoGamesDatabaseCreatorRolesList = require_creator_roles_list.rawgVideoGamesDatabaseCreatorRolesList;
|
|
35
|
+
exports.rawgVideoGamesDatabaseCreatorsList = require_creators_list.rawgVideoGamesDatabaseCreatorsList;
|
|
36
|
+
exports.rawgVideoGamesDatabaseCreatorsRead = require_creators_read.rawgVideoGamesDatabaseCreatorsRead;
|
|
37
|
+
exports.rawgVideoGamesDatabaseDevelopersList = require_developers_list.rawgVideoGamesDatabaseDevelopersList;
|
|
38
|
+
exports.rawgVideoGamesDatabaseDevelopersRead = require_developers_read.rawgVideoGamesDatabaseDevelopersRead;
|
|
39
|
+
exports.rawgVideoGamesDatabaseGamesAchievementsRead = require_games_achievements_read.rawgVideoGamesDatabaseGamesAchievementsRead;
|
|
40
|
+
exports.rawgVideoGamesDatabaseGamesAdditionsList = require_games_additions_list.rawgVideoGamesDatabaseGamesAdditionsList;
|
|
41
|
+
exports.rawgVideoGamesDatabaseGamesDevelopmentTeamList = require_games_development_team_list.rawgVideoGamesDatabaseGamesDevelopmentTeamList;
|
|
42
|
+
exports.rawgVideoGamesDatabaseGamesGameSeriesList = require_games_game_series_list.rawgVideoGamesDatabaseGamesGameSeriesList;
|
|
43
|
+
exports.rawgVideoGamesDatabaseGamesList = require_games_list.rawgVideoGamesDatabaseGamesList;
|
|
44
|
+
exports.rawgVideoGamesDatabaseGamesMoviesRead = require_games_movies_read.rawgVideoGamesDatabaseGamesMoviesRead;
|
|
45
|
+
exports.rawgVideoGamesDatabaseGamesParentGamesList = require_games_parent_games_list.rawgVideoGamesDatabaseGamesParentGamesList;
|
|
46
|
+
exports.rawgVideoGamesDatabaseGamesRead = require_games_read.rawgVideoGamesDatabaseGamesRead;
|
|
47
|
+
exports.rawgVideoGamesDatabaseGamesRedditRead = require_games_reddit_read.rawgVideoGamesDatabaseGamesRedditRead;
|
|
48
|
+
exports.rawgVideoGamesDatabaseGamesScreenshotsList = require_games_screenshots_list.rawgVideoGamesDatabaseGamesScreenshotsList;
|
|
49
|
+
exports.rawgVideoGamesDatabaseGamesStoresList = require_games_stores_list.rawgVideoGamesDatabaseGamesStoresList;
|
|
50
|
+
exports.rawgVideoGamesDatabaseGenresList = require_genres_list.rawgVideoGamesDatabaseGenresList;
|
|
51
|
+
exports.rawgVideoGamesDatabaseGenresRead = require_genres_read.rawgVideoGamesDatabaseGenresRead;
|
|
52
|
+
exports.rawgVideoGamesDatabasePlatformsList = require_platforms_list.rawgVideoGamesDatabasePlatformsList;
|
|
53
|
+
exports.rawgVideoGamesDatabasePlatformsListsParentsList = require_platforms_lists_parents_list.rawgVideoGamesDatabasePlatformsListsParentsList;
|
|
54
|
+
exports.rawgVideoGamesDatabasePlatformsRead = require_platforms_read.rawgVideoGamesDatabasePlatformsRead;
|
|
55
|
+
exports.rawgVideoGamesDatabasePublishersList = require_publishers_list.rawgVideoGamesDatabasePublishersList;
|
|
56
|
+
exports.rawgVideoGamesDatabasePublishersRead = require_publishers_read.rawgVideoGamesDatabasePublishersRead;
|
|
57
|
+
exports.rawgVideoGamesDatabaseStoresList = require_stores_list.rawgVideoGamesDatabaseStoresList;
|
|
58
|
+
exports.rawgVideoGamesDatabaseStoresRead = require_stores_read.rawgVideoGamesDatabaseStoresRead;
|
|
59
|
+
exports.rawgVideoGamesDatabaseTagsList = require_tags_list.rawgVideoGamesDatabaseTagsList;
|
|
60
|
+
exports.rawgVideoGamesDatabaseTagsRead = require_tags_read.rawgVideoGamesDatabaseTagsRead;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { rawgVideoGamesDatabaseCreatorRolesList } from "./actions/creator-roles-list.cjs";
|
|
2
|
+
import { rawgVideoGamesDatabaseCreatorsList } from "./actions/creators-list.cjs";
|
|
3
|
+
import { rawgVideoGamesDatabaseCreatorsRead } from "./actions/creators-read.cjs";
|
|
4
|
+
import { rawgVideoGamesDatabaseDevelopersList } from "./actions/developers-list.cjs";
|
|
5
|
+
import { rawgVideoGamesDatabaseDevelopersRead } from "./actions/developers-read.cjs";
|
|
6
|
+
import { rawgVideoGamesDatabaseGamesAchievementsRead } from "./actions/games-achievements-read.cjs";
|
|
7
|
+
import { rawgVideoGamesDatabaseGamesAdditionsList } from "./actions/games-additions-list.cjs";
|
|
8
|
+
import { rawgVideoGamesDatabaseGamesDevelopmentTeamList } from "./actions/games-development-team-list.cjs";
|
|
9
|
+
import { rawgVideoGamesDatabaseGamesGameSeriesList } from "./actions/games-game-series-list.cjs";
|
|
10
|
+
import { rawgVideoGamesDatabaseGamesList } from "./actions/games-list.cjs";
|
|
11
|
+
import { rawgVideoGamesDatabaseGamesMoviesRead } from "./actions/games-movies-read.cjs";
|
|
12
|
+
import { rawgVideoGamesDatabaseGamesParentGamesList } from "./actions/games-parent-games-list.cjs";
|
|
13
|
+
import { rawgVideoGamesDatabaseGamesRead } from "./actions/games-read.cjs";
|
|
14
|
+
import { rawgVideoGamesDatabaseGamesRedditRead } from "./actions/games-reddit-read.cjs";
|
|
15
|
+
import { rawgVideoGamesDatabaseGamesScreenshotsList } from "./actions/games-screenshots-list.cjs";
|
|
16
|
+
import { rawgVideoGamesDatabaseGamesStoresList } from "./actions/games-stores-list.cjs";
|
|
17
|
+
import { rawgVideoGamesDatabaseGenresList } from "./actions/genres-list.cjs";
|
|
18
|
+
import { rawgVideoGamesDatabaseGenresRead } from "./actions/genres-read.cjs";
|
|
19
|
+
import { rawgVideoGamesDatabasePlatformsList } from "./actions/platforms-list.cjs";
|
|
20
|
+
import { rawgVideoGamesDatabasePlatformsListsParentsList } from "./actions/platforms-lists-parents-list.cjs";
|
|
21
|
+
import { rawgVideoGamesDatabasePlatformsRead } from "./actions/platforms-read.cjs";
|
|
22
|
+
import { rawgVideoGamesDatabasePublishersList } from "./actions/publishers-list.cjs";
|
|
23
|
+
import { rawgVideoGamesDatabasePublishersRead } from "./actions/publishers-read.cjs";
|
|
24
|
+
import { rawgVideoGamesDatabaseStoresList } from "./actions/stores-list.cjs";
|
|
25
|
+
import { rawgVideoGamesDatabaseStoresRead } from "./actions/stores-read.cjs";
|
|
26
|
+
import { rawgVideoGamesDatabaseTagsList } from "./actions/tags-list.cjs";
|
|
27
|
+
import { rawgVideoGamesDatabaseTagsRead } from "./actions/tags-read.cjs";
|
|
28
|
+
import { rawgVideoGamesDatabase } from "./app.cjs";
|
|
29
|
+
import { rawgVideoGamesDatabaseCatalog } from "./catalog.cjs";
|
|
30
|
+
export { rawgVideoGamesDatabase, rawgVideoGamesDatabaseCatalog, 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 };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { rawgVideoGamesDatabaseCreatorRolesList } from "./actions/creator-roles-list.mjs";
|
|
2
|
+
import { rawgVideoGamesDatabaseCreatorsList } from "./actions/creators-list.mjs";
|
|
3
|
+
import { rawgVideoGamesDatabaseCreatorsRead } from "./actions/creators-read.mjs";
|
|
4
|
+
import { rawgVideoGamesDatabaseDevelopersList } from "./actions/developers-list.mjs";
|
|
5
|
+
import { rawgVideoGamesDatabaseDevelopersRead } from "./actions/developers-read.mjs";
|
|
6
|
+
import { rawgVideoGamesDatabaseGamesAchievementsRead } from "./actions/games-achievements-read.mjs";
|
|
7
|
+
import { rawgVideoGamesDatabaseGamesAdditionsList } from "./actions/games-additions-list.mjs";
|
|
8
|
+
import { rawgVideoGamesDatabaseGamesDevelopmentTeamList } from "./actions/games-development-team-list.mjs";
|
|
9
|
+
import { rawgVideoGamesDatabaseGamesGameSeriesList } from "./actions/games-game-series-list.mjs";
|
|
10
|
+
import { rawgVideoGamesDatabaseGamesList } from "./actions/games-list.mjs";
|
|
11
|
+
import { rawgVideoGamesDatabaseGamesMoviesRead } from "./actions/games-movies-read.mjs";
|
|
12
|
+
import { rawgVideoGamesDatabaseGamesParentGamesList } from "./actions/games-parent-games-list.mjs";
|
|
13
|
+
import { rawgVideoGamesDatabaseGamesRead } from "./actions/games-read.mjs";
|
|
14
|
+
import { rawgVideoGamesDatabaseGamesRedditRead } from "./actions/games-reddit-read.mjs";
|
|
15
|
+
import { rawgVideoGamesDatabaseGamesScreenshotsList } from "./actions/games-screenshots-list.mjs";
|
|
16
|
+
import { rawgVideoGamesDatabaseGamesStoresList } from "./actions/games-stores-list.mjs";
|
|
17
|
+
import { rawgVideoGamesDatabaseGenresList } from "./actions/genres-list.mjs";
|
|
18
|
+
import { rawgVideoGamesDatabaseGenresRead } from "./actions/genres-read.mjs";
|
|
19
|
+
import { rawgVideoGamesDatabasePlatformsList } from "./actions/platforms-list.mjs";
|
|
20
|
+
import { rawgVideoGamesDatabasePlatformsListsParentsList } from "./actions/platforms-lists-parents-list.mjs";
|
|
21
|
+
import { rawgVideoGamesDatabasePlatformsRead } from "./actions/platforms-read.mjs";
|
|
22
|
+
import { rawgVideoGamesDatabasePublishersList } from "./actions/publishers-list.mjs";
|
|
23
|
+
import { rawgVideoGamesDatabasePublishersRead } from "./actions/publishers-read.mjs";
|
|
24
|
+
import { rawgVideoGamesDatabaseStoresList } from "./actions/stores-list.mjs";
|
|
25
|
+
import { rawgVideoGamesDatabaseStoresRead } from "./actions/stores-read.mjs";
|
|
26
|
+
import { rawgVideoGamesDatabaseTagsList } from "./actions/tags-list.mjs";
|
|
27
|
+
import { rawgVideoGamesDatabaseTagsRead } from "./actions/tags-read.mjs";
|
|
28
|
+
import { rawgVideoGamesDatabase } from "./app.mjs";
|
|
29
|
+
import { rawgVideoGamesDatabaseCatalog } from "./catalog.mjs";
|
|
30
|
+
export { rawgVideoGamesDatabase, rawgVideoGamesDatabaseCatalog, 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 };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { rawgVideoGamesDatabase } from "./app.mjs";
|
|
2
|
+
import { rawgVideoGamesDatabaseCatalog } from "./catalog.mjs";
|
|
3
|
+
import { rawgVideoGamesDatabaseCreatorRolesList } from "./actions/creator-roles-list.mjs";
|
|
4
|
+
import { rawgVideoGamesDatabaseCreatorsList } from "./actions/creators-list.mjs";
|
|
5
|
+
import { rawgVideoGamesDatabaseCreatorsRead } from "./actions/creators-read.mjs";
|
|
6
|
+
import { rawgVideoGamesDatabaseDevelopersList } from "./actions/developers-list.mjs";
|
|
7
|
+
import { rawgVideoGamesDatabaseDevelopersRead } from "./actions/developers-read.mjs";
|
|
8
|
+
import { rawgVideoGamesDatabaseGamesAchievementsRead } from "./actions/games-achievements-read.mjs";
|
|
9
|
+
import { rawgVideoGamesDatabaseGamesAdditionsList } from "./actions/games-additions-list.mjs";
|
|
10
|
+
import { rawgVideoGamesDatabaseGamesDevelopmentTeamList } from "./actions/games-development-team-list.mjs";
|
|
11
|
+
import { rawgVideoGamesDatabaseGamesGameSeriesList } from "./actions/games-game-series-list.mjs";
|
|
12
|
+
import { rawgVideoGamesDatabaseGamesList } from "./actions/games-list.mjs";
|
|
13
|
+
import { rawgVideoGamesDatabaseGamesMoviesRead } from "./actions/games-movies-read.mjs";
|
|
14
|
+
import { rawgVideoGamesDatabaseGamesParentGamesList } from "./actions/games-parent-games-list.mjs";
|
|
15
|
+
import { rawgVideoGamesDatabaseGamesRead } from "./actions/games-read.mjs";
|
|
16
|
+
import { rawgVideoGamesDatabaseGamesRedditRead } from "./actions/games-reddit-read.mjs";
|
|
17
|
+
import { rawgVideoGamesDatabaseGamesScreenshotsList } from "./actions/games-screenshots-list.mjs";
|
|
18
|
+
import { rawgVideoGamesDatabaseGamesStoresList } from "./actions/games-stores-list.mjs";
|
|
19
|
+
import { rawgVideoGamesDatabaseGenresList } from "./actions/genres-list.mjs";
|
|
20
|
+
import { rawgVideoGamesDatabaseGenresRead } from "./actions/genres-read.mjs";
|
|
21
|
+
import { rawgVideoGamesDatabasePlatformsList } from "./actions/platforms-list.mjs";
|
|
22
|
+
import { rawgVideoGamesDatabasePlatformsListsParentsList } from "./actions/platforms-lists-parents-list.mjs";
|
|
23
|
+
import { rawgVideoGamesDatabasePlatformsRead } from "./actions/platforms-read.mjs";
|
|
24
|
+
import { rawgVideoGamesDatabasePublishersList } from "./actions/publishers-list.mjs";
|
|
25
|
+
import { rawgVideoGamesDatabasePublishersRead } from "./actions/publishers-read.mjs";
|
|
26
|
+
import { rawgVideoGamesDatabaseStoresList } from "./actions/stores-list.mjs";
|
|
27
|
+
import { rawgVideoGamesDatabaseStoresRead } from "./actions/stores-read.mjs";
|
|
28
|
+
import { rawgVideoGamesDatabaseTagsList } from "./actions/tags-list.mjs";
|
|
29
|
+
import { rawgVideoGamesDatabaseTagsRead } from "./actions/tags-read.mjs";
|
|
30
|
+
import "./actions/index.mjs";
|
|
31
|
+
export { rawgVideoGamesDatabase, rawgVideoGamesDatabaseCatalog, 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 };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/rawg_video_games_database",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/rawg_video_games_database"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|