@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.
- package/dist/actions/creator-roles-list.d.cts +13 -1
- package/dist/actions/creator-roles-list.d.mts +13 -1
- package/dist/actions/creators-list.d.cts +13 -1
- package/dist/actions/creators-list.d.mts +13 -1
- package/dist/actions/creators-read.d.cts +13 -1
- package/dist/actions/creators-read.d.mts +13 -1
- package/dist/actions/developers-list.d.cts +13 -1
- package/dist/actions/developers-list.d.mts +13 -1
- package/dist/actions/developers-read.d.cts +13 -1
- package/dist/actions/developers-read.d.mts +13 -1
- package/dist/actions/games-achievements-read.d.cts +13 -1
- package/dist/actions/games-achievements-read.d.mts +13 -1
- package/dist/actions/games-additions-list.d.cts +13 -1
- package/dist/actions/games-additions-list.d.mts +13 -1
- package/dist/actions/games-development-team-list.d.cts +13 -1
- package/dist/actions/games-development-team-list.d.mts +13 -1
- package/dist/actions/games-game-series-list.d.cts +13 -1
- package/dist/actions/games-game-series-list.d.mts +13 -1
- package/dist/actions/games-list.d.cts +13 -1
- package/dist/actions/games-list.d.mts +13 -1
- package/dist/actions/games-movies-read.d.cts +13 -1
- package/dist/actions/games-movies-read.d.mts +13 -1
- package/dist/actions/games-parent-games-list.d.cts +13 -1
- package/dist/actions/games-parent-games-list.d.mts +13 -1
- package/dist/actions/games-read.d.cts +13 -1
- package/dist/actions/games-read.d.mts +13 -1
- package/dist/actions/games-reddit-read.d.cts +13 -1
- package/dist/actions/games-reddit-read.d.mts +13 -1
- package/dist/actions/games-screenshots-list.d.cts +13 -1
- package/dist/actions/games-screenshots-list.d.mts +13 -1
- package/dist/actions/games-stores-list.d.cts +13 -1
- package/dist/actions/games-stores-list.d.mts +13 -1
- package/dist/actions/genres-list.d.cts +13 -1
- package/dist/actions/genres-list.d.mts +13 -1
- package/dist/actions/genres-read.d.cts +13 -1
- package/dist/actions/genres-read.d.mts +13 -1
- package/dist/actions/platforms-list.d.cts +13 -1
- package/dist/actions/platforms-list.d.mts +13 -1
- package/dist/actions/platforms-lists-parents-list.d.cts +13 -1
- package/dist/actions/platforms-lists-parents-list.d.mts +13 -1
- package/dist/actions/platforms-read.d.cts +13 -1
- package/dist/actions/platforms-read.d.mts +13 -1
- package/dist/actions/publishers-list.d.cts +13 -1
- package/dist/actions/publishers-list.d.mts +13 -1
- package/dist/actions/publishers-read.d.cts +13 -1
- package/dist/actions/publishers-read.d.mts +13 -1
- package/dist/actions/stores-list.d.cts +13 -1
- package/dist/actions/stores-list.d.mts +13 -1
- package/dist/actions/stores-read.d.cts +13 -1
- package/dist/actions/stores-read.d.mts +13 -1
- package/dist/actions/tags-list.d.cts +13 -1
- package/dist/actions/tags-list.d.mts +13 -1
- package/dist/actions/tags-read.d.cts +13 -1
- package/dist/actions/tags-read.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -24,7 +24,19 @@ declare const rawgVideoGamesDatabaseGamesScreenshotsList: import("@keystrokehq/a
|
|
|
24
24
|
page?: number | undefined;
|
|
25
25
|
ordering?: string | undefined;
|
|
26
26
|
page_size?: number | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { rawgVideoGamesDatabaseGamesScreenshotsList };
|
|
30
42
|
//# sourceMappingURL=games-screenshots-list.d.cts.map
|
|
@@ -24,7 +24,19 @@ declare const rawgVideoGamesDatabaseGamesScreenshotsList: import("@keystrokehq/a
|
|
|
24
24
|
page?: number | undefined;
|
|
25
25
|
ordering?: string | undefined;
|
|
26
26
|
page_size?: number | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { rawgVideoGamesDatabaseGamesScreenshotsList };
|
|
30
42
|
//# sourceMappingURL=games-screenshots-list.d.mts.map
|
|
@@ -31,7 +31,19 @@ declare const rawgVideoGamesDatabaseGamesStoresList: import("@keystrokehq/action
|
|
|
31
31
|
page?: number | undefined;
|
|
32
32
|
ordering?: string | undefined;
|
|
33
33
|
page_size?: number | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_key: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { rawgVideoGamesDatabaseGamesStoresList };
|
|
37
49
|
//# sourceMappingURL=games-stores-list.d.cts.map
|
|
@@ -31,7 +31,19 @@ declare const rawgVideoGamesDatabaseGamesStoresList: import("@keystrokehq/action
|
|
|
31
31
|
page?: number | undefined;
|
|
32
32
|
ordering?: string | undefined;
|
|
33
33
|
page_size?: number | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_key: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { rawgVideoGamesDatabaseGamesStoresList };
|
|
37
49
|
//# sourceMappingURL=games-stores-list.d.mts.map
|
|
@@ -22,7 +22,19 @@ declare const rawgVideoGamesDatabaseGenresList: import("@keystrokehq/action").Wo
|
|
|
22
22
|
page?: number | undefined;
|
|
23
23
|
ordering?: string | undefined;
|
|
24
24
|
page_size?: number | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { rawgVideoGamesDatabaseGenresList };
|
|
28
40
|
//# sourceMappingURL=genres-list.d.cts.map
|
|
@@ -22,7 +22,19 @@ declare const rawgVideoGamesDatabaseGenresList: import("@keystrokehq/action").Wo
|
|
|
22
22
|
page?: number | undefined;
|
|
23
23
|
ordering?: string | undefined;
|
|
24
24
|
page_size?: number | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { rawgVideoGamesDatabaseGenresList };
|
|
28
40
|
//# sourceMappingURL=genres-list.d.mts.map
|
|
@@ -14,7 +14,19 @@ declare const RawgVideoGamesDatabaseGenresReadOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const rawgVideoGamesDatabaseGenresRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
id: number;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { rawgVideoGamesDatabaseGenresRead };
|
|
20
32
|
//# sourceMappingURL=genres-read.d.cts.map
|
|
@@ -14,7 +14,19 @@ declare const RawgVideoGamesDatabaseGenresReadOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const rawgVideoGamesDatabaseGenresRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
id: number;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { rawgVideoGamesDatabaseGenresRead };
|
|
20
32
|
//# sourceMappingURL=genres-read.d.mts.map
|
|
@@ -25,7 +25,19 @@ declare const rawgVideoGamesDatabasePlatformsList: import("@keystrokehq/action")
|
|
|
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
|
|
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 { rawgVideoGamesDatabasePlatformsList };
|
|
31
43
|
//# sourceMappingURL=platforms-list.d.cts.map
|
|
@@ -25,7 +25,19 @@ declare const rawgVideoGamesDatabasePlatformsList: import("@keystrokehq/action")
|
|
|
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
|
|
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 { rawgVideoGamesDatabasePlatformsList };
|
|
31
43
|
//# sourceMappingURL=platforms-list.d.mts.map
|
|
@@ -25,7 +25,19 @@ declare const rawgVideoGamesDatabasePlatformsListsParentsList: import("@keystrok
|
|
|
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
|
|
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 { rawgVideoGamesDatabasePlatformsListsParentsList };
|
|
31
43
|
//# sourceMappingURL=platforms-lists-parents-list.d.cts.map
|
|
@@ -25,7 +25,19 @@ declare const rawgVideoGamesDatabasePlatformsListsParentsList: import("@keystrok
|
|
|
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
|
|
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 { rawgVideoGamesDatabasePlatformsListsParentsList };
|
|
31
43
|
//# sourceMappingURL=platforms-lists-parents-list.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const RawgVideoGamesDatabasePlatformsReadOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const rawgVideoGamesDatabasePlatformsRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
id: number;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { rawgVideoGamesDatabasePlatformsRead };
|
|
23
35
|
//# sourceMappingURL=platforms-read.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const RawgVideoGamesDatabasePlatformsReadOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const rawgVideoGamesDatabasePlatformsRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
id: number;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { rawgVideoGamesDatabasePlatformsRead };
|
|
23
35
|
//# sourceMappingURL=platforms-read.d.mts.map
|
|
@@ -20,7 +20,19 @@ declare const RawgVideoGamesDatabasePublishersListOutput: z.ZodObject<{
|
|
|
20
20
|
declare const rawgVideoGamesDatabasePublishersList: 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
|
|
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 { rawgVideoGamesDatabasePublishersList };
|
|
26
38
|
//# sourceMappingURL=publishers-list.d.cts.map
|
|
@@ -20,7 +20,19 @@ declare const RawgVideoGamesDatabasePublishersListOutput: z.ZodObject<{
|
|
|
20
20
|
declare const rawgVideoGamesDatabasePublishersList: 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
|
|
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 { rawgVideoGamesDatabasePublishersList };
|
|
26
38
|
//# sourceMappingURL=publishers-list.d.mts.map
|
|
@@ -14,7 +14,19 @@ declare const RawgVideoGamesDatabasePublishersReadOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const rawgVideoGamesDatabasePublishersRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
id: number;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { rawgVideoGamesDatabasePublishersRead };
|
|
20
32
|
//# sourceMappingURL=publishers-read.d.cts.map
|
|
@@ -14,7 +14,19 @@ declare const RawgVideoGamesDatabasePublishersReadOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const rawgVideoGamesDatabasePublishersRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
id: number;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { rawgVideoGamesDatabasePublishersRead };
|
|
20
32
|
//# sourceMappingURL=publishers-read.d.mts.map
|
|
@@ -23,7 +23,19 @@ declare const rawgVideoGamesDatabaseStoresList: import("@keystrokehq/action").Wo
|
|
|
23
23
|
page?: number | undefined;
|
|
24
24
|
ordering?: string | undefined;
|
|
25
25
|
page_size?: number | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { rawgVideoGamesDatabaseStoresList };
|
|
29
41
|
//# sourceMappingURL=stores-list.d.cts.map
|
|
@@ -23,7 +23,19 @@ declare const rawgVideoGamesDatabaseStoresList: import("@keystrokehq/action").Wo
|
|
|
23
23
|
page?: number | undefined;
|
|
24
24
|
ordering?: string | undefined;
|
|
25
25
|
page_size?: number | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { rawgVideoGamesDatabaseStoresList };
|
|
29
41
|
//# sourceMappingURL=stores-list.d.mts.map
|
|
@@ -15,7 +15,19 @@ declare const RawgVideoGamesDatabaseStoresReadOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const rawgVideoGamesDatabaseStoresRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
id: number;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { rawgVideoGamesDatabaseStoresRead };
|
|
21
33
|
//# sourceMappingURL=stores-read.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const RawgVideoGamesDatabaseStoresReadOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const rawgVideoGamesDatabaseStoresRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
id: number;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { rawgVideoGamesDatabaseStoresRead };
|
|
21
33
|
//# sourceMappingURL=stores-read.d.mts.map
|
|
@@ -21,7 +21,19 @@ declare const RawgVideoGamesDatabaseTagsListOutput: z.ZodObject<{
|
|
|
21
21
|
declare const rawgVideoGamesDatabaseTagsList: 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
|
|
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 { rawgVideoGamesDatabaseTagsList };
|
|
27
39
|
//# sourceMappingURL=tags-list.d.cts.map
|
|
@@ -21,7 +21,19 @@ declare const RawgVideoGamesDatabaseTagsListOutput: z.ZodObject<{
|
|
|
21
21
|
declare const rawgVideoGamesDatabaseTagsList: 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
|
|
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 { rawgVideoGamesDatabaseTagsList };
|
|
27
39
|
//# sourceMappingURL=tags-list.d.mts.map
|
|
@@ -14,7 +14,19 @@ declare const RawgVideoGamesDatabaseTagsReadOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const rawgVideoGamesDatabaseTagsRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
id: number;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { rawgVideoGamesDatabaseTagsRead };
|
|
20
32
|
//# sourceMappingURL=tags-read.d.cts.map
|
|
@@ -14,7 +14,19 @@ declare const RawgVideoGamesDatabaseTagsReadOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const rawgVideoGamesDatabaseTagsRead: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
id: number;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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 { rawgVideoGamesDatabaseTagsRead };
|
|
20
32
|
//# sourceMappingURL=tags-read.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const rawgVideoGamesDatabase = (0,
|
|
4
|
+
const rawgVideoGamesDatabase = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "rawg_video_games_database",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.rawgVideoGamesDatabase = rawgVideoGamesDatabase;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +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":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const rawgVideoGamesDatabase = defineApp({\n slug: \"rawg_video_games_database\",\n auth: \"keystroke\",\n credential: {\n generic_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,0BAAA,GAAA,2BAAA,UAAA,CAAmC;CAC9C,MAAM;CACN,MAAM;CACN,YAAY,EACV,aAAaA,IAAAA,EAAE,OAAO,EACxB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const rawgVideoGamesDatabase: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const rawgVideoGamesDatabase: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { rawgVideoGamesDatabase };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,sBAAA,6BAAsB,GAAA,+BAAA,UAAA,8BAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const rawgVideoGamesDatabase: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const rawgVideoGamesDatabase: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"rawg_video_games_database", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { rawgVideoGamesDatabase };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|