@keystrokehq/railway 0.1.3 → 0.1.5

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 (65) hide show
  1. package/dist/actions/create-plugin.d.cts +13 -1
  2. package/dist/actions/create-plugin.d.mts +13 -1
  3. package/dist/actions/delete-variable.d.cts +13 -1
  4. package/dist/actions/delete-variable.d.mts +13 -1
  5. package/dist/actions/delete-volume.d.cts +13 -1
  6. package/dist/actions/delete-volume.d.mts +13 -1
  7. package/dist/actions/delete-workspace.d.cts +13 -1
  8. package/dist/actions/delete-workspace.d.mts +13 -1
  9. package/dist/actions/disconnect-user-discord.d.cts +13 -1
  10. package/dist/actions/disconnect-user-discord.d.cts.map +1 -1
  11. package/dist/actions/disconnect-user-discord.d.mts +13 -1
  12. package/dist/actions/disconnect-user-discord.d.mts.map +1 -1
  13. package/dist/actions/get-deployment-logs.d.cts +13 -1
  14. package/dist/actions/get-deployment-logs.d.mts +13 -1
  15. package/dist/actions/get-environment.d.cts +13 -1
  16. package/dist/actions/get-environment.d.mts +13 -1
  17. package/dist/actions/get-git-hub-pr-info.d.cts +13 -1
  18. package/dist/actions/get-git-hub-pr-info.d.mts +13 -1
  19. package/dist/actions/get-user-kickback-earnings.d.cts +13 -1
  20. package/dist/actions/get-user-kickback-earnings.d.cts.map +1 -1
  21. package/dist/actions/get-user-kickback-earnings.d.mts +13 -1
  22. package/dist/actions/get-user-kickback-earnings.d.mts.map +1 -1
  23. package/dist/actions/list-api-tokens.d.cts +13 -1
  24. package/dist/actions/list-api-tokens.d.cts.map +1 -1
  25. package/dist/actions/list-api-tokens.d.mts +13 -1
  26. package/dist/actions/list-api-tokens.d.mts.map +1 -1
  27. package/dist/actions/list-environment-patches.d.cts +13 -1
  28. package/dist/actions/list-environment-patches.d.mts +13 -1
  29. package/dist/actions/list-git-hub-repos.d.cts +13 -1
  30. package/dist/actions/list-git-hub-repos.d.cts.map +1 -1
  31. package/dist/actions/list-git-hub-repos.d.mts +13 -1
  32. package/dist/actions/list-git-hub-repos.d.mts.map +1 -1
  33. package/dist/actions/list-git-hub-writable-scopes.d.cts +13 -1
  34. package/dist/actions/list-git-hub-writable-scopes.d.cts.map +1 -1
  35. package/dist/actions/list-git-hub-writable-scopes.d.mts +13 -1
  36. package/dist/actions/list-git-hub-writable-scopes.d.mts.map +1 -1
  37. package/dist/actions/list-integration-auths.d.cts +13 -1
  38. package/dist/actions/list-integration-auths.d.cts.map +1 -1
  39. package/dist/actions/list-integration-auths.d.mts +13 -1
  40. package/dist/actions/list-integration-auths.d.mts.map +1 -1
  41. package/dist/actions/list-notification-deliveries.d.cts +13 -1
  42. package/dist/actions/list-notification-deliveries.d.cts.map +1 -1
  43. package/dist/actions/list-notification-deliveries.d.mts +13 -1
  44. package/dist/actions/list-notification-deliveries.d.mts.map +1 -1
  45. package/dist/actions/list-trusted-domains.d.cts +13 -1
  46. package/dist/actions/list-trusted-domains.d.mts +13 -1
  47. package/dist/actions/update-project.d.cts +13 -1
  48. package/dist/actions/update-project.d.mts +13 -1
  49. package/dist/actions/update-service-instance.d.cts +13 -1
  50. package/dist/actions/update-service-instance.d.mts +13 -1
  51. package/dist/app.cjs +5 -2
  52. package/dist/app.cjs.map +1 -1
  53. package/dist/app.d.cts +9 -1
  54. package/dist/app.d.cts.map +1 -1
  55. package/dist/app.d.mts +9 -1
  56. package/dist/app.d.mts.map +1 -1
  57. package/dist/app.mjs +3 -1
  58. package/dist/app.mjs.map +1 -1
  59. package/dist/catalog.cjs +1 -1
  60. package/dist/catalog.cjs.map +1 -1
  61. package/dist/catalog.d.cts +1 -1
  62. package/dist/catalog.d.mts +1 -1
  63. package/dist/catalog.mjs +1 -1
  64. package/dist/catalog.mjs.map +1 -1
  65. package/package.json +1 -1
@@ -20,7 +20,19 @@ declare const RailwayCreatePluginOutput: z.ZodObject<{
20
20
  declare const railwayCreatePlugin: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  name: string;
22
22
  projectId: string;
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<"railway", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { railwayCreatePlugin };
26
38
  //# sourceMappingURL=create-plugin.d.cts.map
@@ -20,7 +20,19 @@ declare const RailwayCreatePluginOutput: z.ZodObject<{
20
20
  declare const railwayCreatePlugin: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  name: string;
22
22
  projectId: string;
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<"railway", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { railwayCreatePlugin };
26
38
  //# sourceMappingURL=create-plugin.d.mts.map
@@ -15,7 +15,19 @@ declare const railwayDeleteVariable: import("@keystrokehq/action").WorkflowActio
15
15
  project_id: string;
16
16
  environment_id: string;
17
17
  service_id?: string | undefined;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { railwayDeleteVariable };
21
33
  //# sourceMappingURL=delete-variable.d.cts.map
@@ -15,7 +15,19 @@ declare const railwayDeleteVariable: import("@keystrokehq/action").WorkflowActio
15
15
  project_id: string;
16
16
  environment_id: string;
17
17
  service_id?: string | undefined;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { railwayDeleteVariable };
21
33
  //# sourceMappingURL=delete-variable.d.mts.map
@@ -9,7 +9,19 @@ declare const RailwayDeleteVolumeOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const railwayDeleteVolume: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  volume_id: string;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { railwayDeleteVolume };
15
27
  //# sourceMappingURL=delete-volume.d.cts.map
@@ -9,7 +9,19 @@ declare const RailwayDeleteVolumeOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const railwayDeleteVolume: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  volume_id: string;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { railwayDeleteVolume };
15
27
  //# sourceMappingURL=delete-volume.d.mts.map
@@ -15,7 +15,19 @@ declare const RailwayDeleteWorkspaceOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const railwayDeleteWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  id: string;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { railwayDeleteWorkspace };
21
33
  //# sourceMappingURL=delete-workspace.d.cts.map
@@ -15,7 +15,19 @@ declare const RailwayDeleteWorkspaceOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const railwayDeleteWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  id: string;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { railwayDeleteWorkspace };
21
33
  //# sourceMappingURL=delete-workspace.d.mts.map
@@ -5,7 +5,19 @@ declare const RailwayDisconnectUserDiscordInput: z.ZodObject<{}, z.core.$strip>;
5
5
  declare const RailwayDisconnectUserDiscordOutput: z.ZodObject<{
6
6
  success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7
7
  }, z.core.$loose>;
8
- declare const railwayDisconnectUserDiscord: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const railwayDisconnectUserDiscord: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { railwayDisconnectUserDiscord };
11
23
  //# sourceMappingURL=disconnect-user-discord.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"disconnect-user-discord.d.cts","names":[],"sources":["../../src/actions/disconnect-user-discord.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAIlC,4BAAA,gCAA4B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"disconnect-user-discord.d.cts","names":[],"sources":["../../src/actions/disconnect-user-discord.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAIlC,4BAAA,gCAA4B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -5,7 +5,19 @@ declare const RailwayDisconnectUserDiscordInput: z.ZodObject<{}, z.core.$strip>;
5
5
  declare const RailwayDisconnectUserDiscordOutput: z.ZodObject<{
6
6
  success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7
7
  }, z.core.$loose>;
8
- declare const railwayDisconnectUserDiscord: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const railwayDisconnectUserDiscord: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { railwayDisconnectUserDiscord };
11
23
  //# sourceMappingURL=disconnect-user-discord.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"disconnect-user-discord.d.mts","names":[],"sources":["../../src/actions/disconnect-user-discord.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAIlC,4BAAA,gCAA4B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"disconnect-user-discord.d.mts","names":[],"sources":["../../src/actions/disconnect-user-discord.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAIlC,4BAAA,gCAA4B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -15,7 +15,19 @@ declare const RailwayGetDeploymentLogsOutput: z.ZodObject<{
15
15
  declare const railwayGetDeploymentLogs: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  deployment_id: string;
17
17
  limit?: number | undefined;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { railwayGetDeploymentLogs };
21
33
  //# sourceMappingURL=get-deployment-logs.d.cts.map
@@ -15,7 +15,19 @@ declare const RailwayGetDeploymentLogsOutput: z.ZodObject<{
15
15
  declare const railwayGetDeploymentLogs: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  deployment_id: string;
17
17
  limit?: number | undefined;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { railwayGetDeploymentLogs };
21
33
  //# sourceMappingURL=get-deployment-logs.d.mts.map
@@ -23,7 +23,19 @@ declare const RailwayGetEnvironmentOutput: z.ZodObject<{
23
23
  }, z.core.$loose>;
24
24
  declare const railwayGetEnvironment: import("@keystrokehq/action").WorkflowActionDefinition<{
25
25
  id: string;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>;
27
39
  //#endregion
28
40
  export { railwayGetEnvironment };
29
41
  //# sourceMappingURL=get-environment.d.cts.map
@@ -23,7 +23,19 @@ declare const RailwayGetEnvironmentOutput: z.ZodObject<{
23
23
  }, z.core.$loose>;
24
24
  declare const railwayGetEnvironment: import("@keystrokehq/action").WorkflowActionDefinition<{
25
25
  id: string;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>;
27
39
  //#endregion
28
40
  export { railwayGetEnvironment };
29
41
  //# sourceMappingURL=get-environment.d.mts.map
@@ -18,7 +18,19 @@ declare const RailwayGetGitHubPrInfoOutput: z.ZodObject<{
18
18
  declare const railwayGetGitHubPrInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  prNumber: number;
20
20
  serviceId: string;
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<"railway", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { railwayGetGitHubPrInfo };
24
36
  //# sourceMappingURL=get-git-hub-pr-info.d.cts.map
@@ -18,7 +18,19 @@ declare const RailwayGetGitHubPrInfoOutput: z.ZodObject<{
18
18
  declare const railwayGetGitHubPrInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  prNumber: number;
20
20
  serviceId: string;
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<"railway", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { railwayGetGitHubPrInfo };
24
36
  //# sourceMappingURL=get-git-hub-pr-info.d.mts.map
@@ -7,7 +7,19 @@ declare const RailwayGetUserKickbackEarningsOutput: z.ZodObject<{
7
7
  total_amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8
8
  }, z.core.$loose>>>;
9
9
  }, z.core.$loose>;
10
- declare const railwayGetUserKickbackEarnings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const railwayGetUserKickbackEarnings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { railwayGetUserKickbackEarnings };
13
25
  //# sourceMappingURL=get-user-kickback-earnings.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-user-kickback-earnings.d.cts","names":[],"sources":["../../src/actions/get-user-kickback-earnings.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAInC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;cAIpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-user-kickback-earnings.d.cts","names":[],"sources":["../../src/actions/get-user-kickback-earnings.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAInC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;cAIpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -7,7 +7,19 @@ declare const RailwayGetUserKickbackEarningsOutput: z.ZodObject<{
7
7
  total_amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8
8
  }, z.core.$loose>>>;
9
9
  }, z.core.$loose>;
10
- declare const railwayGetUserKickbackEarnings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const railwayGetUserKickbackEarnings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { railwayGetUserKickbackEarnings };
13
25
  //# sourceMappingURL=get-user-kickback-earnings.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-user-kickback-earnings.d.mts","names":[],"sources":["../../src/actions/get-user-kickback-earnings.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAInC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;cAIpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-user-kickback-earnings.d.mts","names":[],"sources":["../../src/actions/get-user-kickback-earnings.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAInC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;cAIpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,19 @@ declare const RailwayListApiTokensOutput: z.ZodObject<{
9
9
  created_at: z.ZodNullable<z.ZodString>;
10
10
  }, z.core.$loose>>>>;
11
11
  }, z.core.$loose>;
12
- declare const railwayListApiTokens: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ declare const railwayListApiTokens: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { railwayListApiTokens };
15
27
  //# sourceMappingURL=list-api-tokens.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-api-tokens.d.cts","names":[],"sources":["../../src/actions/list-api-tokens.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-api-tokens.d.cts","names":[],"sources":["../../src/actions/list-api-tokens.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,19 @@ declare const RailwayListApiTokensOutput: z.ZodObject<{
9
9
  created_at: z.ZodNullable<z.ZodString>;
10
10
  }, z.core.$loose>>>>;
11
11
  }, z.core.$loose>;
12
- declare const railwayListApiTokens: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ declare const railwayListApiTokens: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { railwayListApiTokens };
15
27
  //# sourceMappingURL=list-api-tokens.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-api-tokens.d.mts","names":[],"sources":["../../src/actions/list-api-tokens.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-api-tokens.d.mts","names":[],"sources":["../../src/actions/list-api-tokens.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -17,7 +17,19 @@ declare const railwayListEnvironmentPatches: import("@keystrokehq/action").Workf
17
17
  environment_id: string;
18
18
  after?: string | undefined;
19
19
  first?: number | undefined;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>;
21
33
  //#endregion
22
34
  export { railwayListEnvironmentPatches };
23
35
  //# sourceMappingURL=list-environment-patches.d.cts.map
@@ -17,7 +17,19 @@ declare const railwayListEnvironmentPatches: import("@keystrokehq/action").Workf
17
17
  environment_id: string;
18
18
  after?: string | undefined;
19
19
  first?: number | undefined;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>;
21
33
  //#endregion
22
34
  export { railwayListEnvironmentPatches };
23
35
  //# sourceMappingURL=list-environment-patches.d.mts.map
@@ -9,7 +9,19 @@ declare const RailwayListGitHubReposOutput: z.ZodObject<{
9
9
  owner: z.ZodNullable<z.ZodString>;
10
10
  }, z.core.$loose>>>>;
11
11
  }, z.core.$loose>;
12
- declare const railwayListGitHubRepos: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ declare const railwayListGitHubRepos: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { railwayListGitHubRepos };
15
27
  //# sourceMappingURL=list-git-hub-repos.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-git-hub-repos.d.cts","names":[],"sources":["../../src/actions/list-git-hub-repos.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-git-hub-repos.d.cts","names":[],"sources":["../../src/actions/list-git-hub-repos.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,19 @@ declare const RailwayListGitHubReposOutput: z.ZodObject<{
9
9
  owner: z.ZodNullable<z.ZodString>;
10
10
  }, z.core.$loose>>>>;
11
11
  }, z.core.$loose>;
12
- declare const railwayListGitHubRepos: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ declare const railwayListGitHubRepos: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { railwayListGitHubRepos };
15
27
  //# sourceMappingURL=list-git-hub-repos.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-git-hub-repos.d.mts","names":[],"sources":["../../src/actions/list-git-hub-repos.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-git-hub-repos.d.mts","names":[],"sources":["../../src/actions/list-git-hub-repos.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -5,7 +5,19 @@ declare const RailwayListGitHubWritableScopesInput: z.ZodObject<{}, z.core.$stri
5
5
  declare const RailwayListGitHubWritableScopesOutput: z.ZodObject<{
6
6
  github_writable_scopes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
7
7
  }, z.core.$loose>;
8
- declare const railwayListGitHubWritableScopes: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const railwayListGitHubWritableScopes: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { railwayListGitHubWritableScopes };
11
23
  //# sourceMappingURL=list-git-hub-writable-scopes.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-git-hub-writable-scopes.d.cts","names":[],"sources":["../../src/actions/list-git-hub-writable-scopes.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-git-hub-writable-scopes.d.cts","names":[],"sources":["../../src/actions/list-git-hub-writable-scopes.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -5,7 +5,19 @@ declare const RailwayListGitHubWritableScopesInput: z.ZodObject<{}, z.core.$stri
5
5
  declare const RailwayListGitHubWritableScopesOutput: z.ZodObject<{
6
6
  github_writable_scopes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
7
7
  }, z.core.$loose>;
8
- declare const railwayListGitHubWritableScopes: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const railwayListGitHubWritableScopes: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { railwayListGitHubWritableScopes };
11
23
  //# sourceMappingURL=list-git-hub-writable-scopes.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-git-hub-writable-scopes.d.mts","names":[],"sources":["../../src/actions/list-git-hub-writable-scopes.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-git-hub-writable-scopes.d.mts","names":[],"sources":["../../src/actions/list-git-hub-writable-scopes.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -12,7 +12,19 @@ declare const RailwayListIntegrationAuthsOutput: z.ZodObject<{
12
12
  provider_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
13
  }, z.core.$loose>>>>;
14
14
  }, z.core.$loose>;
15
- declare const railwayListIntegrationAuths: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ declare const railwayListIntegrationAuths: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { railwayListIntegrationAuths };
18
30
  //# sourceMappingURL=list-integration-auths.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-integration-auths.d.cts","names":[],"sources":["../../src/actions/list-integration-auths.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAShC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-integration-auths.d.cts","names":[],"sources":["../../src/actions/list-integration-auths.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAShC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -12,7 +12,19 @@ declare const RailwayListIntegrationAuthsOutput: z.ZodObject<{
12
12
  provider_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
13
  }, z.core.$loose>>>>;
14
14
  }, z.core.$loose>;
15
- declare const railwayListIntegrationAuths: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ declare const railwayListIntegrationAuths: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { railwayListIntegrationAuths };
18
30
  //# sourceMappingURL=list-integration-auths.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-integration-auths.d.mts","names":[],"sources":["../../src/actions/list-integration-auths.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAShC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-integration-auths.d.mts","names":[],"sources":["../../src/actions/list-integration-auths.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAShC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,19 @@ declare const RailwayListNotificationDeliveriesOutput: z.ZodObject<{
9
9
  created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  }, z.core.$loose>>>>;
11
11
  }, z.core.$loose>;
12
- declare const railwayListNotificationDeliveries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ declare const railwayListNotificationDeliveries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { railwayListNotificationDeliveries };
15
27
  //# sourceMappingURL=list-notification-deliveries.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-notification-deliveries.d.cts","names":[],"sources":["../../src/actions/list-notification-deliveries.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;cAIvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-notification-deliveries.d.cts","names":[],"sources":["../../src/actions/list-notification-deliveries.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;cAIvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,19 @@ declare const RailwayListNotificationDeliveriesOutput: z.ZodObject<{
9
9
  created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  }, z.core.$loose>>>>;
11
11
  }, z.core.$loose>;
12
- declare const railwayListNotificationDeliveries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ declare const railwayListNotificationDeliveries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { railwayListNotificationDeliveries };
15
27
  //# sourceMappingURL=list-notification-deliveries.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-notification-deliveries.d.mts","names":[],"sources":["../../src/actions/list-notification-deliveries.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;cAIvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-notification-deliveries.d.mts","names":[],"sources":["../../src/actions/list-notification-deliveries.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;cAIvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
@@ -13,7 +13,19 @@ declare const RailwayListTrustedDomainsOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const railwayListTrustedDomains: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  workspaceId?: string | undefined;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { railwayListTrustedDomains };
19
31
  //# sourceMappingURL=list-trusted-domains.d.cts.map
@@ -13,7 +13,19 @@ declare const RailwayListTrustedDomainsOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const railwayListTrustedDomains: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  workspaceId?: string | undefined;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { railwayListTrustedDomains };
19
31
  //# sourceMappingURL=list-trusted-domains.d.mts.map
@@ -21,7 +21,19 @@ declare const railwayUpdateProject: import("@keystrokehq/action").WorkflowAction
21
21
  pr_deploys?: boolean | undefined;
22
22
  description?: string | undefined;
23
23
  };
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<"railway", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { railwayUpdateProject };
27
39
  //# sourceMappingURL=update-project.d.cts.map
@@ -21,7 +21,19 @@ declare const railwayUpdateProject: import("@keystrokehq/action").WorkflowAction
21
21
  pr_deploys?: boolean | undefined;
22
22
  description?: string | undefined;
23
23
  };
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<"railway", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { railwayUpdateProject };
27
39
  //# sourceMappingURL=update-project.d.mts.map
@@ -45,7 +45,19 @@ declare const railwayUpdateServiceInstance: import("@keystrokehq/action").Workfl
45
45
  };
46
46
  service_id: string;
47
47
  environment_id: string;
48
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
48
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
49
+ connectionId: z.ZodString;
50
+ entityId: z.ZodString;
51
+ instanceId: z.ZodString;
52
+ }, z.core.$strip>, z.ZodObject<{
53
+ generic_api_key: z.ZodString;
54
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
55
+ connectionId: z.ZodString;
56
+ entityId: z.ZodString;
57
+ instanceId: z.ZodString;
58
+ }, z.core.$strip>, z.ZodObject<{
59
+ generic_api_key: z.ZodString;
60
+ }, z.core.$strip>>]>;
49
61
  //#endregion
50
62
  export { railwayUpdateServiceInstance };
51
63
  //# sourceMappingURL=update-service-instance.d.cts.map
@@ -45,7 +45,19 @@ declare const railwayUpdateServiceInstance: import("@keystrokehq/action").Workfl
45
45
  };
46
46
  service_id: string;
47
47
  environment_id: string;
48
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
48
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
49
+ connectionId: z.ZodString;
50
+ entityId: z.ZodString;
51
+ instanceId: z.ZodString;
52
+ }, z.core.$strip>, z.ZodObject<{
53
+ generic_api_key: z.ZodString;
54
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
55
+ connectionId: z.ZodString;
56
+ entityId: z.ZodString;
57
+ instanceId: z.ZodString;
58
+ }, z.core.$strip>, z.ZodObject<{
59
+ generic_api_key: z.ZodString;
60
+ }, z.core.$strip>>]>;
49
61
  //#endregion
50
62
  export { railwayUpdateServiceInstance };
51
63
  //# sourceMappingURL=update-service-instance.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 railway = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const railway = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "railway",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.railway = railway;
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 railway = defineApp({\n slug: \"railway\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,WAAA,uCAAA,CAAA,CAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
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 railway = defineApp({\n slug: \"railway\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAA,GAAA,2BAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;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 railway: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const railway: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { railway };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,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 railway: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const railway: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"railway", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { railway };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const railway = defineApp({
4
5
  slug: "railway",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { railway };
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const railway = defineApp({\n slug: \"railway\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const railway = defineApp({\n slug: \"railway\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const railwayCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/railway",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Account Token",
13
13
  "secret": true,
14
14
  "description": "Railway account tokens provide broad API access to resources your account can access. Create one at https://railway.com/account/tokens."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const railwayCatalog = {\n \"slug\": \"railway\",\n \"name\": \"Railway\",\n \"description\": \"Railway is a deployment platform for building and shipping applications with instant deployments, automatic scaling, and managed infrastructure.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/railway\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Account Token\",\n \"secret\": true,\n \"description\": \"Railway account tokens provide broad API access to resources your account can access. Create one at https://railway.com/account/tokens.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const railwayCatalog = {\n \"slug\": \"railway\",\n \"name\": \"Railway\",\n \"description\": \"Railway is a deployment platform for building and shipping applications with instant deployments, automatic scaling, and managed infrastructure.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/railway\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Account Token\",\n \"secret\": true,\n \"description\": \"Railway account tokens provide broad API access to resources your account can access. Create one at https://railway.com/account/tokens.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const railwayCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Account Token";
14
14
  readonly secret: true;
15
15
  readonly description: "Railway account tokens provide broad API access to resources your account can access. Create one at https://railway.com/account/tokens.";
@@ -9,7 +9,7 @@ declare const railwayCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Account Token";
14
14
  readonly secret: true;
15
15
  readonly description: "Railway account tokens provide broad API access to resources your account can access. Create one at https://railway.com/account/tokens.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const railwayCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/railway",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Account Token",
13
13
  "secret": true,
14
14
  "description": "Railway account tokens provide broad API access to resources your account can access. Create one at https://railway.com/account/tokens."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const railwayCatalog = {\n \"slug\": \"railway\",\n \"name\": \"Railway\",\n \"description\": \"Railway is a deployment platform for building and shipping applications with instant deployments, automatic scaling, and managed infrastructure.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/railway\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Account Token\",\n \"secret\": true,\n \"description\": \"Railway account tokens provide broad API access to resources your account can access. Create one at https://railway.com/account/tokens.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const railwayCatalog = {\n \"slug\": \"railway\",\n \"name\": \"Railway\",\n \"description\": \"Railway is a deployment platform for building and shipping applications with instant deployments, automatic scaling, and managed infrastructure.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/railway\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Account Token\",\n \"secret\": true,\n \"description\": \"Railway account tokens provide broad API access to resources your account can access. Create one at https://railway.com/account/tokens.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/railway",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"