@keystrokehq/rawg_video_games_database 0.1.3 → 0.1.4

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 (63) hide show
  1. package/dist/actions/creator-roles-list.d.cts +13 -1
  2. package/dist/actions/creator-roles-list.d.mts +13 -1
  3. package/dist/actions/creators-list.d.cts +13 -1
  4. package/dist/actions/creators-list.d.mts +13 -1
  5. package/dist/actions/creators-read.d.cts +13 -1
  6. package/dist/actions/creators-read.d.mts +13 -1
  7. package/dist/actions/developers-list.d.cts +13 -1
  8. package/dist/actions/developers-list.d.mts +13 -1
  9. package/dist/actions/developers-read.d.cts +13 -1
  10. package/dist/actions/developers-read.d.mts +13 -1
  11. package/dist/actions/games-achievements-read.d.cts +13 -1
  12. package/dist/actions/games-achievements-read.d.mts +13 -1
  13. package/dist/actions/games-additions-list.d.cts +13 -1
  14. package/dist/actions/games-additions-list.d.mts +13 -1
  15. package/dist/actions/games-development-team-list.d.cts +13 -1
  16. package/dist/actions/games-development-team-list.d.mts +13 -1
  17. package/dist/actions/games-game-series-list.d.cts +13 -1
  18. package/dist/actions/games-game-series-list.d.mts +13 -1
  19. package/dist/actions/games-list.d.cts +13 -1
  20. package/dist/actions/games-list.d.mts +13 -1
  21. package/dist/actions/games-movies-read.d.cts +13 -1
  22. package/dist/actions/games-movies-read.d.mts +13 -1
  23. package/dist/actions/games-parent-games-list.d.cts +13 -1
  24. package/dist/actions/games-parent-games-list.d.mts +13 -1
  25. package/dist/actions/games-read.d.cts +13 -1
  26. package/dist/actions/games-read.d.mts +13 -1
  27. package/dist/actions/games-reddit-read.d.cts +13 -1
  28. package/dist/actions/games-reddit-read.d.mts +13 -1
  29. package/dist/actions/games-screenshots-list.d.cts +13 -1
  30. package/dist/actions/games-screenshots-list.d.mts +13 -1
  31. package/dist/actions/games-stores-list.d.cts +13 -1
  32. package/dist/actions/games-stores-list.d.mts +13 -1
  33. package/dist/actions/genres-list.d.cts +13 -1
  34. package/dist/actions/genres-list.d.mts +13 -1
  35. package/dist/actions/genres-read.d.cts +13 -1
  36. package/dist/actions/genres-read.d.mts +13 -1
  37. package/dist/actions/platforms-list.d.cts +13 -1
  38. package/dist/actions/platforms-list.d.mts +13 -1
  39. package/dist/actions/platforms-lists-parents-list.d.cts +13 -1
  40. package/dist/actions/platforms-lists-parents-list.d.mts +13 -1
  41. package/dist/actions/platforms-read.d.cts +13 -1
  42. package/dist/actions/platforms-read.d.mts +13 -1
  43. package/dist/actions/publishers-list.d.cts +13 -1
  44. package/dist/actions/publishers-list.d.mts +13 -1
  45. package/dist/actions/publishers-read.d.cts +13 -1
  46. package/dist/actions/publishers-read.d.mts +13 -1
  47. package/dist/actions/stores-list.d.cts +13 -1
  48. package/dist/actions/stores-list.d.mts +13 -1
  49. package/dist/actions/stores-read.d.cts +13 -1
  50. package/dist/actions/stores-read.d.mts +13 -1
  51. package/dist/actions/tags-list.d.cts +13 -1
  52. package/dist/actions/tags-list.d.mts +13 -1
  53. package/dist/actions/tags-read.d.cts +13 -1
  54. package/dist/actions/tags-read.d.mts +13 -1
  55. package/dist/app.cjs +5 -2
  56. package/dist/app.cjs.map +1 -1
  57. package/dist/app.d.cts +9 -1
  58. package/dist/app.d.cts.map +1 -1
  59. package/dist/app.d.mts +9 -1
  60. package/dist/app.d.mts.map +1 -1
  61. package/dist/app.mjs +3 -1
  62. package/dist/app.mjs.map +1 -1
  63. package/package.json +1 -1
@@ -18,7 +18,19 @@ declare const RawgVideoGamesDatabaseCreatorRolesListOutput: z.ZodObject<{
18
18
  declare const rawgVideoGamesDatabaseCreatorRolesList: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  page?: number | undefined;
20
20
  page_size?: number | undefined;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { rawgVideoGamesDatabaseCreatorRolesList };
24
36
  //# sourceMappingURL=creator-roles-list.d.cts.map
@@ -18,7 +18,19 @@ declare const RawgVideoGamesDatabaseCreatorRolesListOutput: z.ZodObject<{
18
18
  declare const rawgVideoGamesDatabaseCreatorRolesList: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  page?: number | undefined;
20
20
  page_size?: number | undefined;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { rawgVideoGamesDatabaseCreatorRolesList };
24
36
  //# sourceMappingURL=creator-roles-list.d.mts.map
@@ -21,7 +21,19 @@ declare const RawgVideoGamesDatabaseCreatorsListOutput: z.ZodObject<{
21
21
  declare const rawgVideoGamesDatabaseCreatorsList: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  page?: number | undefined;
23
23
  page_size?: number | undefined;
24
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_key: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { rawgVideoGamesDatabaseCreatorsList };
27
39
  //# sourceMappingURL=creators-list.d.cts.map
@@ -21,7 +21,19 @@ declare const RawgVideoGamesDatabaseCreatorsListOutput: z.ZodObject<{
21
21
  declare const rawgVideoGamesDatabaseCreatorsList: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  page?: number | undefined;
23
23
  page_size?: number | undefined;
24
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_key: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { rawgVideoGamesDatabaseCreatorsList };
27
39
  //# sourceMappingURL=creators-list.d.mts.map
@@ -19,7 +19,19 @@ declare const RawgVideoGamesDatabaseCreatorsReadOutput: z.ZodObject<{
19
19
  }, z.core.$loose>;
20
20
  declare const rawgVideoGamesDatabaseCreatorsRead: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  id: number;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_key: z.ZodString;
28
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { rawgVideoGamesDatabaseCreatorsRead };
25
37
  //# sourceMappingURL=creators-read.d.cts.map
@@ -19,7 +19,19 @@ declare const RawgVideoGamesDatabaseCreatorsReadOutput: z.ZodObject<{
19
19
  }, z.core.$loose>;
20
20
  declare const rawgVideoGamesDatabaseCreatorsRead: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  id: number;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_key: z.ZodString;
28
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { rawgVideoGamesDatabaseCreatorsRead };
25
37
  //# sourceMappingURL=creators-read.d.mts.map
@@ -20,7 +20,19 @@ declare const RawgVideoGamesDatabaseDevelopersListOutput: z.ZodObject<{
20
20
  declare const rawgVideoGamesDatabaseDevelopersList: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  page?: number | undefined;
22
22
  page_size?: number | undefined;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { rawgVideoGamesDatabaseDevelopersList };
26
38
  //# sourceMappingURL=developers-list.d.cts.map
@@ -20,7 +20,19 @@ declare const RawgVideoGamesDatabaseDevelopersListOutput: z.ZodObject<{
20
20
  declare const rawgVideoGamesDatabaseDevelopersList: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  page?: number | undefined;
22
22
  page_size?: number | undefined;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { rawgVideoGamesDatabaseDevelopersList };
26
38
  //# sourceMappingURL=developers-list.d.mts.map
@@ -14,7 +14,19 @@ declare const RawgVideoGamesDatabaseDevelopersReadOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const rawgVideoGamesDatabaseDevelopersRead: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  id: number;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { rawgVideoGamesDatabaseDevelopersRead };
20
32
  //# sourceMappingURL=developers-read.d.cts.map
@@ -14,7 +14,19 @@ declare const RawgVideoGamesDatabaseDevelopersReadOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const rawgVideoGamesDatabaseDevelopersRead: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  id: number;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { rawgVideoGamesDatabaseDevelopersRead };
20
32
  //# sourceMappingURL=developers-read.d.mts.map
@@ -22,7 +22,19 @@ declare const rawgVideoGamesDatabaseGamesAchievementsRead: import("@keystrokehq/
22
22
  id: string | number;
23
23
  page?: number | undefined;
24
24
  page_size?: number | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_key: z.ZodString;
31
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ generic_key: z.ZodString;
37
+ }, z.core.$strip>>]>;
26
38
  //#endregion
27
39
  export { rawgVideoGamesDatabaseGamesAchievementsRead };
28
40
  //# sourceMappingURL=games-achievements-read.d.cts.map
@@ -22,7 +22,19 @@ declare const rawgVideoGamesDatabaseGamesAchievementsRead: import("@keystrokehq/
22
22
  id: string | number;
23
23
  page?: number | undefined;
24
24
  page_size?: number | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_key: z.ZodString;
31
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ generic_key: z.ZodString;
37
+ }, z.core.$strip>>]>;
26
38
  //#endregion
27
39
  export { rawgVideoGamesDatabaseGamesAchievementsRead };
28
40
  //# sourceMappingURL=games-achievements-read.d.mts.map
@@ -93,7 +93,19 @@ declare const rawgVideoGamesDatabaseGamesAdditionsList: import("@keystrokehq/act
93
93
  game_pk: string | number;
94
94
  page?: number | undefined;
95
95
  page_size?: number | undefined;
96
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
96
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
97
+ connectionId: z.ZodString;
98
+ entityId: z.ZodString;
99
+ instanceId: z.ZodString;
100
+ }, z.core.$strip>, z.ZodObject<{
101
+ generic_key: z.ZodString;
102
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
103
+ connectionId: z.ZodString;
104
+ entityId: z.ZodString;
105
+ instanceId: z.ZodString;
106
+ }, z.core.$strip>, z.ZodObject<{
107
+ generic_key: z.ZodString;
108
+ }, z.core.$strip>>]>;
97
109
  //#endregion
98
110
  export { rawgVideoGamesDatabaseGamesAdditionsList };
99
111
  //# sourceMappingURL=games-additions-list.d.cts.map
@@ -93,7 +93,19 @@ declare const rawgVideoGamesDatabaseGamesAdditionsList: import("@keystrokehq/act
93
93
  game_pk: string | number;
94
94
  page?: number | undefined;
95
95
  page_size?: number | undefined;
96
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
96
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
97
+ connectionId: z.ZodString;
98
+ entityId: z.ZodString;
99
+ instanceId: z.ZodString;
100
+ }, z.core.$strip>, z.ZodObject<{
101
+ generic_key: z.ZodString;
102
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
103
+ connectionId: z.ZodString;
104
+ entityId: z.ZodString;
105
+ instanceId: z.ZodString;
106
+ }, z.core.$strip>, z.ZodObject<{
107
+ generic_key: z.ZodString;
108
+ }, z.core.$strip>>]>;
97
109
  //#endregion
98
110
  export { rawgVideoGamesDatabaseGamesAdditionsList };
99
111
  //# sourceMappingURL=games-additions-list.d.mts.map
@@ -25,7 +25,19 @@ declare const rawgVideoGamesDatabaseGamesDevelopmentTeamList: import("@keystroke
25
25
  page?: number | undefined;
26
26
  ordering?: string | undefined;
27
27
  page_size?: number | undefined;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_key: z.ZodString;
34
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
29
41
  //#endregion
30
42
  export { rawgVideoGamesDatabaseGamesDevelopmentTeamList };
31
43
  //# sourceMappingURL=games-development-team-list.d.cts.map
@@ -25,7 +25,19 @@ declare const rawgVideoGamesDatabaseGamesDevelopmentTeamList: import("@keystroke
25
25
  page?: number | undefined;
26
26
  ordering?: string | undefined;
27
27
  page_size?: number | undefined;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_key: z.ZodString;
34
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
29
41
  //#endregion
30
42
  export { rawgVideoGamesDatabaseGamesDevelopmentTeamList };
31
43
  //# sourceMappingURL=games-development-team-list.d.mts.map
@@ -109,7 +109,19 @@ declare const rawgVideoGamesDatabaseGamesGameSeriesList: import("@keystrokehq/ac
109
109
  game_pk: string | number;
110
110
  page?: number | undefined;
111
111
  page_size?: number | undefined;
112
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
112
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
113
+ connectionId: z.ZodString;
114
+ entityId: z.ZodString;
115
+ instanceId: z.ZodString;
116
+ }, z.core.$strip>, z.ZodObject<{
117
+ generic_key: z.ZodString;
118
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
119
+ connectionId: z.ZodString;
120
+ entityId: z.ZodString;
121
+ instanceId: z.ZodString;
122
+ }, z.core.$strip>, z.ZodObject<{
123
+ generic_key: z.ZodString;
124
+ }, z.core.$strip>>]>;
113
125
  //#endregion
114
126
  export { rawgVideoGamesDatabaseGamesGameSeriesList };
115
127
  //# sourceMappingURL=games-game-series-list.d.cts.map
@@ -109,7 +109,19 @@ declare const rawgVideoGamesDatabaseGamesGameSeriesList: import("@keystrokehq/ac
109
109
  game_pk: string | number;
110
110
  page?: number | undefined;
111
111
  page_size?: number | undefined;
112
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
112
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
113
+ connectionId: z.ZodString;
114
+ entityId: z.ZodString;
115
+ instanceId: z.ZodString;
116
+ }, z.core.$strip>, z.ZodObject<{
117
+ generic_key: z.ZodString;
118
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
119
+ connectionId: z.ZodString;
120
+ entityId: z.ZodString;
121
+ instanceId: z.ZodString;
122
+ }, z.core.$strip>, z.ZodObject<{
123
+ generic_key: z.ZodString;
124
+ }, z.core.$strip>>]>;
113
125
  //#endregion
114
126
  export { rawgVideoGamesDatabaseGamesGameSeriesList };
115
127
  //# sourceMappingURL=games-game-series-list.d.mts.map
@@ -143,7 +143,19 @@ declare const rawgVideoGamesDatabaseGamesList: import("@keystrokehq/action").Wor
143
143
  exclude_additions?: boolean | undefined;
144
144
  exclude_collection?: string | undefined;
145
145
  exclude_game_series?: boolean | undefined;
146
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
146
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
147
+ connectionId: z.ZodString;
148
+ entityId: z.ZodString;
149
+ instanceId: z.ZodString;
150
+ }, z.core.$strip>, z.ZodObject<{
151
+ generic_key: z.ZodString;
152
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
153
+ connectionId: z.ZodString;
154
+ entityId: z.ZodString;
155
+ instanceId: z.ZodString;
156
+ }, z.core.$strip>, z.ZodObject<{
157
+ generic_key: z.ZodString;
158
+ }, z.core.$strip>>]>;
147
159
  //#endregion
148
160
  export { rawgVideoGamesDatabaseGamesList };
149
161
  //# sourceMappingURL=games-list.d.cts.map
@@ -143,7 +143,19 @@ declare const rawgVideoGamesDatabaseGamesList: import("@keystrokehq/action").Wor
143
143
  exclude_additions?: boolean | undefined;
144
144
  exclude_collection?: string | undefined;
145
145
  exclude_game_series?: boolean | undefined;
146
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
146
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
147
+ connectionId: z.ZodString;
148
+ entityId: z.ZodString;
149
+ instanceId: z.ZodString;
150
+ }, z.core.$strip>, z.ZodObject<{
151
+ generic_key: z.ZodString;
152
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
153
+ connectionId: z.ZodString;
154
+ entityId: z.ZodString;
155
+ instanceId: z.ZodString;
156
+ }, z.core.$strip>, z.ZodObject<{
157
+ generic_key: z.ZodString;
158
+ }, z.core.$strip>>]>;
147
159
  //#endregion
148
160
  export { rawgVideoGamesDatabaseGamesList };
149
161
  //# sourceMappingURL=games-list.d.mts.map
@@ -20,7 +20,19 @@ declare const RawgVideoGamesDatabaseGamesMoviesReadOutput: z.ZodObject<{
20
20
  }, z.core.$loose>;
21
21
  declare const rawgVideoGamesDatabaseGamesMoviesRead: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  id: string | number;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { rawgVideoGamesDatabaseGamesMoviesRead };
26
38
  //# sourceMappingURL=games-movies-read.d.cts.map
@@ -20,7 +20,19 @@ declare const RawgVideoGamesDatabaseGamesMoviesReadOutput: z.ZodObject<{
20
20
  }, z.core.$loose>;
21
21
  declare const rawgVideoGamesDatabaseGamesMoviesRead: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  id: string | number;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { rawgVideoGamesDatabaseGamesMoviesRead };
26
38
  //# sourceMappingURL=games-movies-read.d.mts.map
@@ -98,7 +98,19 @@ declare const rawgVideoGamesDatabaseGamesParentGamesList: import("@keystrokehq/a
98
98
  game_pk: string | number;
99
99
  page?: number | undefined;
100
100
  page_size?: number | undefined;
101
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
101
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
102
+ connectionId: z.ZodString;
103
+ entityId: z.ZodString;
104
+ instanceId: z.ZodString;
105
+ }, z.core.$strip>, z.ZodObject<{
106
+ generic_key: z.ZodString;
107
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
108
+ connectionId: z.ZodString;
109
+ entityId: z.ZodString;
110
+ instanceId: z.ZodString;
111
+ }, z.core.$strip>, z.ZodObject<{
112
+ generic_key: z.ZodString;
113
+ }, z.core.$strip>>]>;
102
114
  //#endregion
103
115
  export { rawgVideoGamesDatabaseGamesParentGamesList };
104
116
  //# sourceMappingURL=games-parent-games-list.d.cts.map
@@ -98,7 +98,19 @@ declare const rawgVideoGamesDatabaseGamesParentGamesList: import("@keystrokehq/a
98
98
  game_pk: string | number;
99
99
  page?: number | undefined;
100
100
  page_size?: number | undefined;
101
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
101
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
102
+ connectionId: z.ZodString;
103
+ entityId: z.ZodString;
104
+ instanceId: z.ZodString;
105
+ }, z.core.$strip>, z.ZodObject<{
106
+ generic_key: z.ZodString;
107
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
108
+ connectionId: z.ZodString;
109
+ entityId: z.ZodString;
110
+ instanceId: z.ZodString;
111
+ }, z.core.$strip>, z.ZodObject<{
112
+ generic_key: z.ZodString;
113
+ }, z.core.$strip>>]>;
102
114
  //#endregion
103
115
  export { rawgVideoGamesDatabaseGamesParentGamesList };
104
116
  //# sourceMappingURL=games-parent-games-list.d.mts.map
@@ -80,7 +80,19 @@ declare const RawgVideoGamesDatabaseGamesReadOutput: z.ZodObject<{
80
80
  }, z.core.$loose>;
81
81
  declare const rawgVideoGamesDatabaseGamesRead: import("@keystrokehq/action").WorkflowActionDefinition<{
82
82
  id: string | number;
83
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
83
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
84
+ connectionId: z.ZodString;
85
+ entityId: z.ZodString;
86
+ instanceId: z.ZodString;
87
+ }, z.core.$strip>, z.ZodObject<{
88
+ generic_key: z.ZodString;
89
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
90
+ connectionId: z.ZodString;
91
+ entityId: z.ZodString;
92
+ instanceId: z.ZodString;
93
+ }, z.core.$strip>, z.ZodObject<{
94
+ generic_key: z.ZodString;
95
+ }, z.core.$strip>>]>;
84
96
  //#endregion
85
97
  export { rawgVideoGamesDatabaseGamesRead };
86
98
  //# sourceMappingURL=games-read.d.cts.map
@@ -80,7 +80,19 @@ declare const RawgVideoGamesDatabaseGamesReadOutput: z.ZodObject<{
80
80
  }, z.core.$loose>;
81
81
  declare const rawgVideoGamesDatabaseGamesRead: import("@keystrokehq/action").WorkflowActionDefinition<{
82
82
  id: string | number;
83
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
83
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
84
+ connectionId: z.ZodString;
85
+ entityId: z.ZodString;
86
+ instanceId: z.ZodString;
87
+ }, z.core.$strip>, z.ZodObject<{
88
+ generic_key: z.ZodString;
89
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
90
+ connectionId: z.ZodString;
91
+ entityId: z.ZodString;
92
+ instanceId: z.ZodString;
93
+ }, z.core.$strip>, z.ZodObject<{
94
+ generic_key: z.ZodString;
95
+ }, z.core.$strip>>]>;
84
96
  //#endregion
85
97
  export { rawgVideoGamesDatabaseGamesRead };
86
98
  //# sourceMappingURL=games-read.d.mts.map
@@ -21,7 +21,19 @@ declare const RawgVideoGamesDatabaseGamesRedditReadOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const rawgVideoGamesDatabaseGamesRedditRead: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  id: string | number;
24
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_key: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { rawgVideoGamesDatabaseGamesRedditRead };
27
39
  //# sourceMappingURL=games-reddit-read.d.cts.map
@@ -21,7 +21,19 @@ declare const RawgVideoGamesDatabaseGamesRedditReadOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const rawgVideoGamesDatabaseGamesRedditRead: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  id: string | number;
24
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_key: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { rawgVideoGamesDatabaseGamesRedditRead };
27
39
  //# sourceMappingURL=games-reddit-read.d.mts.map