@keystrokehq/railway 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/create-plugin.cjs +32 -0
  7. package/dist/actions/create-plugin.cjs.map +1 -0
  8. package/dist/actions/create-plugin.d.cts +9 -0
  9. package/dist/actions/create-plugin.d.cts.map +1 -0
  10. package/dist/actions/create-plugin.d.mts +9 -0
  11. package/dist/actions/create-plugin.d.mts.map +1 -0
  12. package/dist/actions/create-plugin.mjs +31 -0
  13. package/dist/actions/create-plugin.mjs.map +1 -0
  14. package/dist/actions/delete-variable.cjs +21 -0
  15. package/dist/actions/delete-variable.cjs.map +1 -0
  16. package/dist/actions/delete-variable.d.cts +9 -0
  17. package/dist/actions/delete-variable.d.cts.map +1 -0
  18. package/dist/actions/delete-variable.d.mts +9 -0
  19. package/dist/actions/delete-variable.d.mts.map +1 -0
  20. package/dist/actions/delete-variable.mjs +18 -0
  21. package/dist/actions/delete-variable.mjs.map +1 -0
  22. package/dist/actions/delete-volume.cjs +16 -0
  23. package/dist/actions/delete-volume.cjs.map +1 -0
  24. package/dist/actions/delete-volume.d.cts +9 -0
  25. package/dist/actions/delete-volume.d.cts.map +1 -0
  26. package/dist/actions/delete-volume.d.mts +9 -0
  27. package/dist/actions/delete-volume.d.mts.map +1 -0
  28. package/dist/actions/delete-volume.mjs +13 -0
  29. package/dist/actions/delete-volume.mjs.map +1 -0
  30. package/dist/actions/delete-workspace.cjs +24 -0
  31. package/dist/actions/delete-workspace.cjs.map +1 -0
  32. package/dist/actions/delete-workspace.d.cts +9 -0
  33. package/dist/actions/delete-workspace.d.cts.map +1 -0
  34. package/dist/actions/delete-workspace.d.mts +9 -0
  35. package/dist/actions/delete-workspace.d.mts.map +1 -0
  36. package/dist/actions/delete-workspace.mjs +23 -0
  37. package/dist/actions/delete-workspace.mjs.map +1 -0
  38. package/dist/actions/disconnect-user-discord.cjs +16 -0
  39. package/dist/actions/disconnect-user-discord.cjs.map +1 -0
  40. package/dist/actions/disconnect-user-discord.d.cts +9 -0
  41. package/dist/actions/disconnect-user-discord.d.cts.map +1 -0
  42. package/dist/actions/disconnect-user-discord.d.mts +9 -0
  43. package/dist/actions/disconnect-user-discord.d.mts.map +1 -0
  44. package/dist/actions/disconnect-user-discord.mjs +13 -0
  45. package/dist/actions/disconnect-user-discord.mjs.map +1 -0
  46. package/dist/actions/get-deployment-logs.cjs +24 -0
  47. package/dist/actions/get-deployment-logs.cjs.map +1 -0
  48. package/dist/actions/get-deployment-logs.d.cts +9 -0
  49. package/dist/actions/get-deployment-logs.d.cts.map +1 -0
  50. package/dist/actions/get-deployment-logs.d.mts +9 -0
  51. package/dist/actions/get-deployment-logs.d.mts.map +1 -0
  52. package/dist/actions/get-deployment-logs.mjs +23 -0
  53. package/dist/actions/get-deployment-logs.mjs.map +1 -0
  54. package/dist/actions/get-environment.cjs +32 -0
  55. package/dist/actions/get-environment.cjs.map +1 -0
  56. package/dist/actions/get-environment.d.cts +9 -0
  57. package/dist/actions/get-environment.d.cts.map +1 -0
  58. package/dist/actions/get-environment.d.mts +9 -0
  59. package/dist/actions/get-environment.d.mts.map +1 -0
  60. package/dist/actions/get-environment.mjs +31 -0
  61. package/dist/actions/get-environment.mjs.map +1 -0
  62. package/dist/actions/get-git-hub-pr-info.cjs +28 -0
  63. package/dist/actions/get-git-hub-pr-info.cjs.map +1 -0
  64. package/dist/actions/get-git-hub-pr-info.d.cts +9 -0
  65. package/dist/actions/get-git-hub-pr-info.d.cts.map +1 -0
  66. package/dist/actions/get-git-hub-pr-info.d.mts +9 -0
  67. package/dist/actions/get-git-hub-pr-info.d.mts.map +1 -0
  68. package/dist/actions/get-git-hub-pr-info.mjs +25 -0
  69. package/dist/actions/get-git-hub-pr-info.mjs.map +1 -0
  70. package/dist/actions/get-user-kickback-earnings.cjs +17 -0
  71. package/dist/actions/get-user-kickback-earnings.cjs.map +1 -0
  72. package/dist/actions/get-user-kickback-earnings.d.cts +9 -0
  73. package/dist/actions/get-user-kickback-earnings.d.cts.map +1 -0
  74. package/dist/actions/get-user-kickback-earnings.d.mts +9 -0
  75. package/dist/actions/get-user-kickback-earnings.d.mts.map +1 -0
  76. package/dist/actions/get-user-kickback-earnings.mjs +16 -0
  77. package/dist/actions/get-user-kickback-earnings.mjs.map +1 -0
  78. package/dist/actions/index.cjs +37 -0
  79. package/dist/actions/index.d.cts +19 -0
  80. package/dist/actions/index.d.mts +19 -0
  81. package/dist/actions/index.mjs +19 -0
  82. package/dist/actions/list-api-tokens.cjs +21 -0
  83. package/dist/actions/list-api-tokens.cjs.map +1 -0
  84. package/dist/actions/list-api-tokens.d.cts +9 -0
  85. package/dist/actions/list-api-tokens.d.cts.map +1 -0
  86. package/dist/actions/list-api-tokens.d.mts +9 -0
  87. package/dist/actions/list-api-tokens.d.mts.map +1 -0
  88. package/dist/actions/list-api-tokens.mjs +20 -0
  89. package/dist/actions/list-api-tokens.mjs.map +1 -0
  90. package/dist/actions/list-environment-patches.cjs +25 -0
  91. package/dist/actions/list-environment-patches.cjs.map +1 -0
  92. package/dist/actions/list-environment-patches.d.cts +9 -0
  93. package/dist/actions/list-environment-patches.d.cts.map +1 -0
  94. package/dist/actions/list-environment-patches.d.mts +9 -0
  95. package/dist/actions/list-environment-patches.d.mts.map +1 -0
  96. package/dist/actions/list-environment-patches.mjs +24 -0
  97. package/dist/actions/list-environment-patches.mjs.map +1 -0
  98. package/dist/actions/list-git-hub-repos.cjs +21 -0
  99. package/dist/actions/list-git-hub-repos.cjs.map +1 -0
  100. package/dist/actions/list-git-hub-repos.d.cts +9 -0
  101. package/dist/actions/list-git-hub-repos.d.cts.map +1 -0
  102. package/dist/actions/list-git-hub-repos.d.mts +9 -0
  103. package/dist/actions/list-git-hub-repos.d.mts.map +1 -0
  104. package/dist/actions/list-git-hub-repos.mjs +20 -0
  105. package/dist/actions/list-git-hub-repos.mjs.map +1 -0
  106. package/dist/actions/list-git-hub-writable-scopes.cjs +16 -0
  107. package/dist/actions/list-git-hub-writable-scopes.cjs.map +1 -0
  108. package/dist/actions/list-git-hub-writable-scopes.d.cts +9 -0
  109. package/dist/actions/list-git-hub-writable-scopes.d.cts.map +1 -0
  110. package/dist/actions/list-git-hub-writable-scopes.d.mts +9 -0
  111. package/dist/actions/list-git-hub-writable-scopes.d.mts.map +1 -0
  112. package/dist/actions/list-git-hub-writable-scopes.mjs +13 -0
  113. package/dist/actions/list-git-hub-writable-scopes.mjs.map +1 -0
  114. package/dist/actions/list-integration-auths.cjs +24 -0
  115. package/dist/actions/list-integration-auths.cjs.map +1 -0
  116. package/dist/actions/list-integration-auths.d.cts +9 -0
  117. package/dist/actions/list-integration-auths.d.cts.map +1 -0
  118. package/dist/actions/list-integration-auths.d.mts +9 -0
  119. package/dist/actions/list-integration-auths.d.mts.map +1 -0
  120. package/dist/actions/list-integration-auths.mjs +23 -0
  121. package/dist/actions/list-integration-auths.mjs.map +1 -0
  122. package/dist/actions/list-notification-deliveries.cjs +21 -0
  123. package/dist/actions/list-notification-deliveries.cjs.map +1 -0
  124. package/dist/actions/list-notification-deliveries.d.cts +9 -0
  125. package/dist/actions/list-notification-deliveries.d.cts.map +1 -0
  126. package/dist/actions/list-notification-deliveries.d.mts +9 -0
  127. package/dist/actions/list-notification-deliveries.d.mts.map +1 -0
  128. package/dist/actions/list-notification-deliveries.mjs +20 -0
  129. package/dist/actions/list-notification-deliveries.mjs.map +1 -0
  130. package/dist/actions/list-trusted-domains.cjs +21 -0
  131. package/dist/actions/list-trusted-domains.cjs.map +1 -0
  132. package/dist/actions/list-trusted-domains.d.cts +9 -0
  133. package/dist/actions/list-trusted-domains.d.cts.map +1 -0
  134. package/dist/actions/list-trusted-domains.d.mts +9 -0
  135. package/dist/actions/list-trusted-domains.d.mts.map +1 -0
  136. package/dist/actions/list-trusted-domains.mjs +20 -0
  137. package/dist/actions/list-trusted-domains.mjs.map +1 -0
  138. package/dist/actions/update-project.cjs +27 -0
  139. package/dist/actions/update-project.cjs.map +1 -0
  140. package/dist/actions/update-project.d.cts +9 -0
  141. package/dist/actions/update-project.d.cts.map +1 -0
  142. package/dist/actions/update-project.d.mts +9 -0
  143. package/dist/actions/update-project.d.mts.map +1 -0
  144. package/dist/actions/update-project.mjs +24 -0
  145. package/dist/actions/update-project.mjs.map +1 -0
  146. package/dist/actions/update-service-instance.cjs +38 -0
  147. package/dist/actions/update-service-instance.cjs.map +1 -0
  148. package/dist/actions/update-service-instance.d.cts +9 -0
  149. package/dist/actions/update-service-instance.d.cts.map +1 -0
  150. package/dist/actions/update-service-instance.d.mts +9 -0
  151. package/dist/actions/update-service-instance.d.mts.map +1 -0
  152. package/dist/actions/update-service-instance.mjs +35 -0
  153. package/dist/actions/update-service-instance.mjs.map +1 -0
  154. package/dist/app.cjs +9 -0
  155. package/dist/app.cjs.map +1 -0
  156. package/dist/app.d.cts +5 -0
  157. package/dist/app.d.cts.map +1 -0
  158. package/dist/app.d.mts +5 -0
  159. package/dist/app.d.mts.map +1 -0
  160. package/dist/app.mjs +10 -0
  161. package/dist/app.mjs.map +1 -0
  162. package/dist/catalog.cjs +15 -0
  163. package/dist/catalog.cjs.map +1 -0
  164. package/dist/catalog.d.cts +14 -0
  165. package/dist/catalog.d.cts.map +1 -0
  166. package/dist/catalog.d.mts +14 -0
  167. package/dist/catalog.d.mts.map +1 -0
  168. package/dist/catalog.mjs +15 -0
  169. package/dist/catalog.mjs.map +1 -0
  170. package/dist/execute.cjs +18 -0
  171. package/dist/execute.cjs.map +1 -0
  172. package/dist/execute.mjs +18 -0
  173. package/dist/execute.mjs.map +1 -0
  174. package/dist/index.cjs +42 -0
  175. package/dist/index.d.cts +21 -0
  176. package/dist/index.d.mts +21 -0
  177. package/dist/index.mjs +22 -0
  178. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-environment-patches.cjs","names":["z","action"],"sources":["../../src/actions/list-environment-patches.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListEnvironmentPatchesInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Cursor for pagination - return patches after this cursor.\").optional(),\n first: z.number().int().describe(\"Maximum number of patches to return (for pagination).\").optional(),\n environment_id: z.string().describe(\"The unique identifier of the environment to get patches for.\"),\n}).describe(\"Request parameters for listing environment patches.\");\nconst RailwayListEnvironmentPatches_EnvironmentPatchSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the patch.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp when the patch was created (ISO 8601 format).\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp when the patch was last updated (ISO 8601 format).\").nullable().optional(),\n}).describe(\"A single patch entry for an environment.\");\nexport const RailwayListEnvironmentPatchesOutput: z.ZodTypeAny = z.object({\n environment_patches: z.array(RailwayListEnvironmentPatches_EnvironmentPatchSchema).describe(\"List of patches associated with the specified environment.\").nullable().optional(),\n}).describe(\"Response schema for listing environment patches.\");\n\nexport const railwayListEnvironmentPatches = action(\"RAILWAY_LIST_ENVIRONMENT_PATCHES\", {\n slug: \"railway-list-environment-patches\",\n name: \"List Environment Patches\",\n description: \"Retrieve all patches for a Railway environment using the GraphQL API. Use this action when you need to fetch the list of configuration patches applied to an environment. This is useful for auditing environment history, tracking configuration changes, or reviewing past deployments to an environment. The action queries the Railway GraphQL API for all patches associated with the specified environment ID and returns their metadata including identifiers and timestamps.\",\n input: RailwayListEnvironmentPatchesInput,\n output: RailwayListEnvironmentPatchesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACjG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACnG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AACpG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,qBAAqBA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChL,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-environment-patches.d.ts
4
+ declare const RailwayListEnvironmentPatchesInput: z.ZodTypeAny;
5
+ declare const RailwayListEnvironmentPatchesOutput: z.ZodTypeAny;
6
+ declare const railwayListEnvironmentPatches: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListEnvironmentPatches };
9
+ //# sourceMappingURL=list-environment-patches.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-environment-patches.d.cts","names":[],"sources":["../../src/actions/list-environment-patches.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIe;AAAA,cAMrD,mCAAA,EAAqC,CAAA,CAAE,UAEW;AAAA,cAElD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-environment-patches.d.ts
4
+ declare const RailwayListEnvironmentPatchesInput: z.ZodTypeAny;
5
+ declare const RailwayListEnvironmentPatchesOutput: z.ZodTypeAny;
6
+ declare const railwayListEnvironmentPatches: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListEnvironmentPatches };
9
+ //# sourceMappingURL=list-environment-patches.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-environment-patches.d.mts","names":[],"sources":["../../src/actions/list-environment-patches.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIe;AAAA,cAMrD,mCAAA,EAAqC,CAAA,CAAE,UAEW;AAAA,cAElD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-environment-patches.ts
4
+ const RailwayListEnvironmentPatchesInput = z.object({
5
+ after: z.string().describe("Cursor for pagination - return patches after this cursor.").optional(),
6
+ first: z.number().int().describe("Maximum number of patches to return (for pagination).").optional(),
7
+ environment_id: z.string().describe("The unique identifier of the environment to get patches for.")
8
+ }).describe("Request parameters for listing environment patches.");
9
+ const RailwayListEnvironmentPatches_EnvironmentPatchSchema = z.object({
10
+ id: z.string().describe("The unique identifier of the patch.").nullable().optional(),
11
+ created_at: z.string().describe("The timestamp when the patch was created (ISO 8601 format).").nullable().optional(),
12
+ updated_at: z.string().describe("The timestamp when the patch was last updated (ISO 8601 format).").nullable().optional()
13
+ }).describe("A single patch entry for an environment.");
14
+ const railwayListEnvironmentPatches = action("RAILWAY_LIST_ENVIRONMENT_PATCHES", {
15
+ slug: "railway-list-environment-patches",
16
+ name: "List Environment Patches",
17
+ description: "Retrieve all patches for a Railway environment using the GraphQL API. Use this action when you need to fetch the list of configuration patches applied to an environment. This is useful for auditing environment history, tracking configuration changes, or reviewing past deployments to an environment. The action queries the Railway GraphQL API for all patches associated with the specified environment ID and returns their metadata including identifiers and timestamps.",
18
+ input: RailwayListEnvironmentPatchesInput,
19
+ output: z.object({ environment_patches: z.array(RailwayListEnvironmentPatches_EnvironmentPatchSchema).describe("List of patches associated with the specified environment.").nullable().optional() }).describe("Response schema for listing environment patches.")
20
+ });
21
+ //#endregion
22
+ export { railwayListEnvironmentPatches };
23
+
24
+ //# sourceMappingURL=list-environment-patches.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-environment-patches.mjs","names":[],"sources":["../../src/actions/list-environment-patches.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListEnvironmentPatchesInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Cursor for pagination - return patches after this cursor.\").optional(),\n first: z.number().int().describe(\"Maximum number of patches to return (for pagination).\").optional(),\n environment_id: z.string().describe(\"The unique identifier of the environment to get patches for.\"),\n}).describe(\"Request parameters for listing environment patches.\");\nconst RailwayListEnvironmentPatches_EnvironmentPatchSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the patch.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp when the patch was created (ISO 8601 format).\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp when the patch was last updated (ISO 8601 format).\").nullable().optional(),\n}).describe(\"A single patch entry for an environment.\");\nexport const RailwayListEnvironmentPatchesOutput: z.ZodTypeAny = z.object({\n environment_patches: z.array(RailwayListEnvironmentPatches_EnvironmentPatchSchema).describe(\"List of patches associated with the specified environment.\").nullable().optional(),\n}).describe(\"Response schema for listing environment patches.\");\n\nexport const railwayListEnvironmentPatches = action(\"RAILWAY_LIST_ENVIRONMENT_PATCHES\", {\n slug: \"railway-list-environment-patches\",\n name: \"List Environment Patches\",\n description: \"Retrieve all patches for a Railway environment using the GraphQL API. Use this action when you need to fetch the list of configuration patches applied to an environment. This is useful for auditing environment history, tracking configuration changes, or reviewing past deployments to an environment. The action queries the Railway GraphQL API for all patches associated with the specified environment ID and returns their metadata including identifiers and timestamps.\",\n input: RailwayListEnvironmentPatchesInput,\n output: RailwayListEnvironmentPatchesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACjG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACnG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AACpG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,uDAAqE,EAAE,OAAO;CAClF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAKtD,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,qBAAqB,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChL,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-git-hub-repos.ts
4
+ const RailwayListGitHubReposInput = zod.z.object({}).describe("Request schema for listing GitHub repositories.");
5
+ const RailwayListGitHubRepos_GitHubRepoSchema = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier of the GitHub repository in Railway."),
7
+ name: zod.z.string().describe("The name of the GitHub repository."),
8
+ owner: zod.z.string().describe("The owner or organization name of the GitHub repository.")
9
+ }).describe("Individual GitHub repository data.");
10
+ const RailwayListGitHubReposOutput = zod.z.object({ github_repos: zod.z.array(RailwayListGitHubRepos_GitHubRepoSchema).describe("List of GitHub repositories that Railway has access to.").nullable().optional() }).describe("Response schema containing GitHub repositories that Railway has access to.");
11
+ const railwayListGitHubRepos = require_action.action("RAILWAY_LIST_GIT_HUB_REPOS", {
12
+ slug: "railway-list-git-hub-repos",
13
+ name: "List GitHub Repos",
14
+ description: "Retrieve a list of GitHub repositories that Railway has access to. Use this action when you need to fetch the list of GitHub repositories associated with the authenticated user's GitHub account through Railway. This is a read-only operation that returns the id, name, and owner for each repository. The action queries the Railway GraphQL API githubRepos endpoint and returns the complete list of accessible GitHub repositories.",
15
+ input: RailwayListGitHubReposInput,
16
+ output: RailwayListGitHubReposOutput
17
+ });
18
+ //#endregion
19
+ exports.railwayListGitHubRepos = railwayListGitHubRepos;
20
+
21
+ //# sourceMappingURL=list-git-hub-repos.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-git-hub-repos.cjs","names":["z","action"],"sources":["../../src/actions/list-git-hub-repos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListGitHubReposInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for listing GitHub repositories.\");\nconst RailwayListGitHubRepos_GitHubRepoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the GitHub repository in Railway.\"),\n name: z.string().describe(\"The name of the GitHub repository.\"),\n owner: z.string().describe(\"The owner or organization name of the GitHub repository.\"),\n}).describe(\"Individual GitHub repository data.\");\nexport const RailwayListGitHubReposOutput: z.ZodTypeAny = z.object({\n github_repos: z.array(RailwayListGitHubRepos_GitHubRepoSchema).describe(\"List of GitHub repositories that Railway has access to.\").nullable().optional(),\n}).describe(\"Response schema containing GitHub repositories that Railway has access to.\");\n\nexport const railwayListGitHubRepos = action(\"RAILWAY_LIST_GIT_HUB_REPOS\", {\n slug: \"railway-list-git-hub-repos\",\n name: \"List GitHub Repos\",\n description: \"Retrieve a list of GitHub repositories that Railway has access to. Use this action when you need to fetch the list of GitHub repositories associated with the authenticated user's GitHub account through Railway. This is a read-only operation that returns the id, name, and owner for each repository. The action queries the Railway GraphQL API githubRepos endpoint and returns the complete list of accessible GitHub repositories.\",\n input: RailwayListGitHubReposInput,\n output: RailwayListGitHubReposOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAChI,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AACvF,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,cAAcA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAExF,MAAa,yBAAyBC,eAAAA,OAAO,8BAA8B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-git-hub-repos.d.ts
4
+ declare const RailwayListGitHubReposInput: z.ZodTypeAny;
5
+ declare const RailwayListGitHubReposOutput: z.ZodTypeAny;
6
+ declare const railwayListGitHubRepos: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListGitHubRepos };
9
+ //# sourceMappingURL=list-git-hub-repos.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-git-hub-repos.d.cts","names":[],"sources":["../../src/actions/list-git-hub-repos.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAqF;AAAA,cAMpH,4BAAA,EAA8B,CAAA,CAAE,UAE4C;AAAA,cAE5E,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-git-hub-repos.d.ts
4
+ declare const RailwayListGitHubReposInput: z.ZodTypeAny;
5
+ declare const RailwayListGitHubReposOutput: z.ZodTypeAny;
6
+ declare const railwayListGitHubRepos: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListGitHubRepos };
9
+ //# sourceMappingURL=list-git-hub-repos.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-git-hub-repos.d.mts","names":[],"sources":["../../src/actions/list-git-hub-repos.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAqF;AAAA,cAMpH,4BAAA,EAA8B,CAAA,CAAE,UAE4C;AAAA,cAE5E,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-git-hub-repos.ts
4
+ const RailwayListGitHubReposInput = z.object({}).describe("Request schema for listing GitHub repositories.");
5
+ const RailwayListGitHubRepos_GitHubRepoSchema = z.object({
6
+ id: z.string().describe("The unique identifier of the GitHub repository in Railway."),
7
+ name: z.string().describe("The name of the GitHub repository."),
8
+ owner: z.string().describe("The owner or organization name of the GitHub repository.")
9
+ }).describe("Individual GitHub repository data.");
10
+ const railwayListGitHubRepos = action("RAILWAY_LIST_GIT_HUB_REPOS", {
11
+ slug: "railway-list-git-hub-repos",
12
+ name: "List GitHub Repos",
13
+ description: "Retrieve a list of GitHub repositories that Railway has access to. Use this action when you need to fetch the list of GitHub repositories associated with the authenticated user's GitHub account through Railway. This is a read-only operation that returns the id, name, and owner for each repository. The action queries the Railway GraphQL API githubRepos endpoint and returns the complete list of accessible GitHub repositories.",
14
+ input: RailwayListGitHubReposInput,
15
+ output: z.object({ github_repos: z.array(RailwayListGitHubRepos_GitHubRepoSchema).describe("List of GitHub repositories that Railway has access to.").nullable().optional() }).describe("Response schema containing GitHub repositories that Railway has access to.")
16
+ });
17
+ //#endregion
18
+ export { railwayListGitHubRepos };
19
+
20
+ //# sourceMappingURL=list-git-hub-repos.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-git-hub-repos.mjs","names":[],"sources":["../../src/actions/list-git-hub-repos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListGitHubReposInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for listing GitHub repositories.\");\nconst RailwayListGitHubRepos_GitHubRepoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the GitHub repository in Railway.\"),\n name: z.string().describe(\"The name of the GitHub repository.\"),\n owner: z.string().describe(\"The owner or organization name of the GitHub repository.\"),\n}).describe(\"Individual GitHub repository data.\");\nexport const RailwayListGitHubReposOutput: z.ZodTypeAny = z.object({\n github_repos: z.array(RailwayListGitHubRepos_GitHubRepoSchema).describe(\"List of GitHub repositories that Railway has access to.\").nullable().optional(),\n}).describe(\"Response schema containing GitHub repositories that Railway has access to.\");\n\nexport const railwayListGitHubRepos = action(\"RAILWAY_LIST_GIT_HUB_REPOS\", {\n slug: \"railway-list-git-hub-repos\",\n name: \"List GitHub Repos\",\n description: \"Retrieve a list of GitHub repositories that Railway has access to. Use this action when you need to fetch the list of GitHub repositories associated with the authenticated user's GitHub account through Railway. This is a read-only operation that returns the id, name, and owner for each repository. The action queries the Railway GraphQL API githubRepos endpoint and returns the complete list of accessible GitHub repositories.\",\n input: RailwayListGitHubReposInput,\n output: RailwayListGitHubReposOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAChI,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AACvF,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAKhD,MAAa,yBAAyB,OAAO,8BAA8B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,cAAc,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,4EAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-git-hub-writable-scopes.ts
4
+ const RailwayListGitHubWritableScopesInput = zod.z.object({}).describe("Request schema for listing GitHub writable scopes.");
5
+ const RailwayListGitHubWritableScopesOutput = zod.z.object({ github_writable_scopes: zod.z.array(zod.z.string()).describe("List of GitHub scope names that the installation has access to.").nullable().optional() }).describe("Response schema containing GitHub installation scope names.");
6
+ const railwayListGitHubWritableScopes = require_action.action("RAILWAY_LIST_GIT_HUB_WRITABLE_SCOPES", {
7
+ slug: "railway-list-git-hub-writable-scopes",
8
+ name: "List GitHub Writable Scopes",
9
+ description: "Retrieve the list of GitHub scopes the user has installed the installation to. Use this action when you need to fetch the list of GitHub scope names that the authenticated user has granted to the Railway GitHub application. This is a read-only operation that returns an array of GitHub permission scope strings such as 'repo', 'workflow', or 'read:user'. Note: This endpoint requires account-level authentication, not workspace/project tokens.",
10
+ input: RailwayListGitHubWritableScopesInput,
11
+ output: RailwayListGitHubWritableScopesOutput
12
+ });
13
+ //#endregion
14
+ exports.railwayListGitHubWritableScopes = railwayListGitHubWritableScopes;
15
+
16
+ //# sourceMappingURL=list-git-hub-writable-scopes.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-git-hub-writable-scopes.cjs","names":["z","action"],"sources":["../../src/actions/list-git-hub-writable-scopes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListGitHubWritableScopesInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for listing GitHub writable scopes.\");\nexport const RailwayListGitHubWritableScopesOutput: z.ZodTypeAny = z.object({\n github_writable_scopes: z.array(z.string()).describe(\"List of GitHub scope names that the installation has access to.\").nullable().optional(),\n}).describe(\"Response schema containing GitHub installation scope names.\");\n\nexport const railwayListGitHubWritableScopes = action(\"RAILWAY_LIST_GIT_HUB_WRITABLE_SCOPES\", {\n slug: \"railway-list-git-hub-writable-scopes\",\n name: \"List GitHub Writable Scopes\",\n description: \"Retrieve the list of GitHub scopes the user has installed the installation to. Use this action when you need to fetch the list of GitHub scope names that the authenticated user has granted to the Railway GitHub application. This is a read-only operation that returns an array of GitHub permission scope strings such as 'repo', 'workflow', or 'read:user'. Note: This endpoint requires account-level authentication, not workspace/project tokens.\",\n input: RailwayListGitHubWritableScopesInput,\n output: RailwayListGitHubWritableScopesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC5I,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,wBAAwBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9I,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-git-hub-writable-scopes.d.ts
4
+ declare const RailwayListGitHubWritableScopesInput: z.ZodTypeAny;
5
+ declare const RailwayListGitHubWritableScopesOutput: z.ZodTypeAny;
6
+ declare const railwayListGitHubWritableScopes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListGitHubWritableScopes };
9
+ //# sourceMappingURL=list-git-hub-writable-scopes.d.cts.map
@@ -0,0 +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,EAAsC,CAAA,CAAE,UAAwF;AAAA,cAChI,qCAAA,EAAuC,CAAA,CAAE,UAEoB;AAAA,cAE7D,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-git-hub-writable-scopes.d.ts
4
+ declare const RailwayListGitHubWritableScopesInput: z.ZodTypeAny;
5
+ declare const RailwayListGitHubWritableScopesOutput: z.ZodTypeAny;
6
+ declare const railwayListGitHubWritableScopes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListGitHubWritableScopes };
9
+ //# sourceMappingURL=list-git-hub-writable-scopes.d.mts.map
@@ -0,0 +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,EAAsC,CAAA,CAAE,UAAwF;AAAA,cAChI,qCAAA,EAAuC,CAAA,CAAE,UAEoB;AAAA,cAE7D,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const railwayListGitHubWritableScopes = action("RAILWAY_LIST_GIT_HUB_WRITABLE_SCOPES", {
4
+ slug: "railway-list-git-hub-writable-scopes",
5
+ name: "List GitHub Writable Scopes",
6
+ description: "Retrieve the list of GitHub scopes the user has installed the installation to. Use this action when you need to fetch the list of GitHub scope names that the authenticated user has granted to the Railway GitHub application. This is a read-only operation that returns an array of GitHub permission scope strings such as 'repo', 'workflow', or 'read:user'. Note: This endpoint requires account-level authentication, not workspace/project tokens.",
7
+ input: z.object({}).describe("Request schema for listing GitHub writable scopes."),
8
+ output: z.object({ github_writable_scopes: z.array(z.string()).describe("List of GitHub scope names that the installation has access to.").nullable().optional() }).describe("Response schema containing GitHub installation scope names.")
9
+ });
10
+ //#endregion
11
+ export { railwayListGitHubWritableScopes };
12
+
13
+ //# sourceMappingURL=list-git-hub-writable-scopes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-git-hub-writable-scopes.mjs","names":[],"sources":["../../src/actions/list-git-hub-writable-scopes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListGitHubWritableScopesInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for listing GitHub writable scopes.\");\nexport const RailwayListGitHubWritableScopesOutput: z.ZodTypeAny = z.object({\n github_writable_scopes: z.array(z.string()).describe(\"List of GitHub scope names that the installation has access to.\").nullable().optional(),\n}).describe(\"Response schema containing GitHub installation scope names.\");\n\nexport const railwayListGitHubWritableScopes = action(\"RAILWAY_LIST_GIT_HUB_WRITABLE_SCOPES\", {\n slug: \"railway-list-git-hub-writable-scopes\",\n name: \"List GitHub Writable Scopes\",\n description: \"Retrieve the list of GitHub scopes the user has installed the installation to. Use this action when you need to fetch the list of GitHub scope names that the authenticated user has granted to the Railway GitHub application. This is a read-only operation that returns an array of GitHub permission scope strings such as 'repo', 'workflow', or 'read:user'. Note: This endpoint requires account-level authentication, not workspace/project tokens.\",\n input: RailwayListGitHubWritableScopesInput,\n output: RailwayListGitHubWritableScopesOutput,\n});\n"],"mappings":";;AASA,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATgE,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAS/E;CACP,QATiE,EAAE,OAAO,EAC1E,wBAAwB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9I,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-integration-auths.ts
4
+ const RailwayListIntegrationAuthsInput = zod.z.object({}).describe("Request parameters for listing integration auths.");
5
+ const RailwayListIntegrationAuths_IntegrationAuthSchema = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier of the integration auth."),
7
+ name: zod.z.string().describe("The name of the integration auth (may not be available).").nullable().optional(),
8
+ type: zod.z.string().describe("The type of the integration auth (e.g., github, gitlab, vercel).").nullable().optional(),
9
+ provider: zod.z.string().describe("The provider name for the integration auth.").nullable().optional(),
10
+ created_at: zod.z.string().describe("The timestamp when the integration auth was created (ISO 8601 format).").nullable().optional(),
11
+ provider_id: zod.z.string().describe("The provider ID for the integration auth.").nullable().optional()
12
+ }).describe("Individual integration auth data.");
13
+ const RailwayListIntegrationAuthsOutput = zod.z.object({ integration_auths: zod.z.array(RailwayListIntegrationAuths_IntegrationAuthSchema).describe("List of integration auths associated with the authenticated user.").nullable().optional() }).describe("Response schema containing all integration auths for the authenticated user.");
14
+ const railwayListIntegrationAuths = require_action.action("RAILWAY_LIST_INTEGRATION_AUTHS", {
15
+ slug: "railway-list-integration-auths",
16
+ name: "List Integration Auths",
17
+ description: "Retrieve all integration auths for the authenticated user from Railway. Use this action when you need to fetch the list of integration auths (such as GitHub, GitLab, Vercel, or other connected integrations) associated with the currently authenticated user. This is a read-only operation that returns auth metadata including the ID, name, type, and creation timestamp for each integration. The action queries the Railway GraphQL API and returns the complete list of integration auths.",
18
+ input: RailwayListIntegrationAuthsInput,
19
+ output: RailwayListIntegrationAuthsOutput
20
+ });
21
+ //#endregion
22
+ exports.railwayListIntegrationAuths = railwayListIntegrationAuths;
23
+
24
+ //# sourceMappingURL=list-integration-auths.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-integration-auths.cjs","names":["z","action"],"sources":["../../src/actions/list-integration-auths.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListIntegrationAuthsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for listing integration auths.\");\nconst RailwayListIntegrationAuths_IntegrationAuthSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the integration auth.\"),\n name: z.string().describe(\"The name of the integration auth (may not be available).\").nullable().optional(),\n type: z.string().describe(\"The type of the integration auth (e.g., github, gitlab, vercel).\").nullable().optional(),\n provider: z.string().describe(\"The provider name for the integration auth.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp when the integration auth was created (ISO 8601 format).\").nullable().optional(),\n provider_id: z.string().describe(\"The provider ID for the integration auth.\").nullable().optional(),\n}).describe(\"Individual integration auth data.\");\nexport const RailwayListIntegrationAuthsOutput: z.ZodTypeAny = z.object({\n integration_auths: z.array(RailwayListIntegrationAuths_IntegrationAuthSchema).describe(\"List of integration auths associated with the authenticated user.\").nullable().optional(),\n}).describe(\"Response schema containing all integration auths for the authenticated user.\");\n\nexport const railwayListIntegrationAuths = action(\"RAILWAY_LIST_INTEGRATION_AUTHS\", {\n slug: \"railway-list-integration-auths\",\n name: \"List Integration Auths\",\n description: \"Retrieve all integration auths for the authenticated user from Railway. Use this action when you need to fetch the list of integration auths (such as GitHub, GitLab, Vercel, or other connected integrations) associated with the currently authenticated user. This is a read-only operation that returns auth metadata including the ID, name, type, and creation timestamp for each integration. The action queries the Railway GraphQL API and returns the complete list of integration auths.\",\n input: RailwayListIntegrationAuthsInput,\n output: RailwayListIntegrationAuthsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD;AACvI,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,mBAAmBA,IAAAA,EAAE,MAAM,iDAAiD,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClL,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAE1F,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-integration-auths.d.ts
4
+ declare const RailwayListIntegrationAuthsInput: z.ZodTypeAny;
5
+ declare const RailwayListIntegrationAuthsOutput: z.ZodTypeAny;
6
+ declare const railwayListIntegrationAuths: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListIntegrationAuths };
9
+ //# sourceMappingURL=list-integration-auths.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-integration-auths.d.cts","names":[],"sources":["../../src/actions/list-integration-auths.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAuF;AAAA,cAS3H,iCAAA,EAAmC,CAAA,CAAE,UAEyC;AAAA,cAE9E,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-integration-auths.d.ts
4
+ declare const RailwayListIntegrationAuthsInput: z.ZodTypeAny;
5
+ declare const RailwayListIntegrationAuthsOutput: z.ZodTypeAny;
6
+ declare const railwayListIntegrationAuths: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListIntegrationAuths };
9
+ //# sourceMappingURL=list-integration-auths.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-integration-auths.d.mts","names":[],"sources":["../../src/actions/list-integration-auths.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAuF;AAAA,cAS3H,iCAAA,EAAmC,CAAA,CAAE,UAEyC;AAAA,cAE9E,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-integration-auths.ts
4
+ const RailwayListIntegrationAuthsInput = z.object({}).describe("Request parameters for listing integration auths.");
5
+ const RailwayListIntegrationAuths_IntegrationAuthSchema = z.object({
6
+ id: z.string().describe("The unique identifier of the integration auth."),
7
+ name: z.string().describe("The name of the integration auth (may not be available).").nullable().optional(),
8
+ type: z.string().describe("The type of the integration auth (e.g., github, gitlab, vercel).").nullable().optional(),
9
+ provider: z.string().describe("The provider name for the integration auth.").nullable().optional(),
10
+ created_at: z.string().describe("The timestamp when the integration auth was created (ISO 8601 format).").nullable().optional(),
11
+ provider_id: z.string().describe("The provider ID for the integration auth.").nullable().optional()
12
+ }).describe("Individual integration auth data.");
13
+ const railwayListIntegrationAuths = action("RAILWAY_LIST_INTEGRATION_AUTHS", {
14
+ slug: "railway-list-integration-auths",
15
+ name: "List Integration Auths",
16
+ description: "Retrieve all integration auths for the authenticated user from Railway. Use this action when you need to fetch the list of integration auths (such as GitHub, GitLab, Vercel, or other connected integrations) associated with the currently authenticated user. This is a read-only operation that returns auth metadata including the ID, name, type, and creation timestamp for each integration. The action queries the Railway GraphQL API and returns the complete list of integration auths.",
17
+ input: RailwayListIntegrationAuthsInput,
18
+ output: z.object({ integration_auths: z.array(RailwayListIntegrationAuths_IntegrationAuthSchema).describe("List of integration auths associated with the authenticated user.").nullable().optional() }).describe("Response schema containing all integration auths for the authenticated user.")
19
+ });
20
+ //#endregion
21
+ export { railwayListIntegrationAuths };
22
+
23
+ //# sourceMappingURL=list-integration-auths.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-integration-auths.mjs","names":[],"sources":["../../src/actions/list-integration-auths.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListIntegrationAuthsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for listing integration auths.\");\nconst RailwayListIntegrationAuths_IntegrationAuthSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the integration auth.\"),\n name: z.string().describe(\"The name of the integration auth (may not be available).\").nullable().optional(),\n type: z.string().describe(\"The type of the integration auth (e.g., github, gitlab, vercel).\").nullable().optional(),\n provider: z.string().describe(\"The provider name for the integration auth.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp when the integration auth was created (ISO 8601 format).\").nullable().optional(),\n provider_id: z.string().describe(\"The provider ID for the integration auth.\").nullable().optional(),\n}).describe(\"Individual integration auth data.\");\nexport const RailwayListIntegrationAuthsOutput: z.ZodTypeAny = z.object({\n integration_auths: z.array(RailwayListIntegrationAuths_IntegrationAuthSchema).describe(\"List of integration auths associated with the authenticated user.\").nullable().optional(),\n}).describe(\"Response schema containing all integration auths for the authenticated user.\");\n\nexport const railwayListIntegrationAuths = action(\"RAILWAY_LIST_INTEGRATION_AUTHS\", {\n slug: \"railway-list-integration-auths\",\n name: \"List Integration Auths\",\n description: \"Retrieve all integration auths for the authenticated user from Railway. Use this action when you need to fetch the list of integration auths (such as GitHub, GitLab, Vercel, or other connected integrations) associated with the currently authenticated user. This is a read-only operation that returns auth metadata including the ID, name, type, and creation timestamp for each integration. The action queries the Railway GraphQL API and returns the complete list of integration auths.\",\n input: RailwayListIntegrationAuthsInput,\n output: RailwayListIntegrationAuthsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD;AACvI,MAAM,oDAAkE,EAAE,OAAO;CAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAK/C,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClL,CAAC,CAAC,CAAC,SAAS,8EAOF;AACV,CAAC"}
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-notification-deliveries.ts
4
+ const RailwayListNotificationDeliveriesInput = zod.z.object({}).describe("Request parameters for listing notification deliveries.");
5
+ const RailwayListNotificationDeliveries_NotificationDeliverySchema = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier of the notification delivery."),
7
+ type: zod.z.string().describe("The type of notification delivery (e.g., 'EMAIL', 'WEBHOOK', 'SLACK').").nullable().optional(),
8
+ created_at: zod.z.string().describe("The timestamp when the notification delivery was created (ISO 8601 format).").nullable().optional()
9
+ }).describe("Individual notification delivery data.");
10
+ const RailwayListNotificationDeliveriesOutput = zod.z.object({ notification_deliveries: zod.z.array(RailwayListNotificationDeliveries_NotificationDeliverySchema).describe("List of notification deliveries for the authenticated user.").nullable().optional() }).describe("Response schema for listing notification deliveries.");
11
+ const railwayListNotificationDeliveries = require_action.action("RAILWAY_LIST_NOTIFICATION_DELIVERIES", {
12
+ slug: "railway-list-notification-deliveries",
13
+ name: "List Notification Deliveries",
14
+ description: "Retrieve notification deliveries for the authenticated user. Use this action when you need to fetch a list of notification deliveries, such as tracking which notifications have been sent (e.g., EMAIL, WEBHOOK, SLACK) and when they were created. This is a read-only operation that queries the Railway GraphQL API. The action supports pagination through the GraphQL edges/node pattern and returns basic notification delivery information including ID, type, and creation timestamp for each delivery.",
15
+ input: RailwayListNotificationDeliveriesInput,
16
+ output: RailwayListNotificationDeliveriesOutput
17
+ });
18
+ //#endregion
19
+ exports.railwayListNotificationDeliveries = railwayListNotificationDeliveries;
20
+
21
+ //# sourceMappingURL=list-notification-deliveries.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-deliveries.cjs","names":["z","action"],"sources":["../../src/actions/list-notification-deliveries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListNotificationDeliveriesInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for listing notification deliveries.\");\nconst RailwayListNotificationDeliveries_NotificationDeliverySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the notification delivery.\"),\n type: z.string().describe(\"The type of notification delivery (e.g., 'EMAIL', 'WEBHOOK', 'SLACK').\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp when the notification delivery was created (ISO 8601 format).\").nullable().optional(),\n}).describe(\"Individual notification delivery data.\");\nexport const RailwayListNotificationDeliveriesOutput: z.ZodTypeAny = z.object({\n notification_deliveries: z.array(RailwayListNotificationDeliveries_NotificationDeliverySchema).describe(\"List of notification deliveries for the authenticated user.\").nullable().optional(),\n}).describe(\"Response schema for listing notification deliveries.\");\n\nexport const railwayListNotificationDeliveries = action(\"RAILWAY_LIST_NOTIFICATION_DELIVERIES\", {\n slug: \"railway-list-notification-deliveries\",\n name: \"List Notification Deliveries\",\n description: \"Retrieve notification deliveries for the authenticated user. Use this action when you need to fetch a list of notification deliveries, such as tracking which notifications have been sent (e.g., EMAIL, WEBHOOK, SLACK) and when they were created. This is a read-only operation that queries the Railway GraphQL API. The action supports pagination through the GraphQL edges/node pattern and returns basic notification delivery information including ID, type, and creation timestamp for each delivery.\",\n input: RailwayListNotificationDeliveriesInput,\n output: RailwayListNotificationDeliveriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACnJ,MAAM,+DAA6EA,IAAAA,EAAE,OAAO;CAC1F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,yBAAyBA,IAAAA,EAAE,MAAM,4DAA4D,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7L,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,oCAAoCC,eAAAA,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-notification-deliveries.d.ts
4
+ declare const RailwayListNotificationDeliveriesInput: z.ZodTypeAny;
5
+ declare const RailwayListNotificationDeliveriesOutput: z.ZodTypeAny;
6
+ declare const railwayListNotificationDeliveries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListNotificationDeliveries };
9
+ //# sourceMappingURL=list-notification-deliveries.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-deliveries.d.cts","names":[],"sources":["../../src/actions/list-notification-deliveries.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAA6F;AAAA,cAMvI,uCAAA,EAAyC,CAAA,CAAE,UAEW;AAAA,cAEtD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-notification-deliveries.d.ts
4
+ declare const RailwayListNotificationDeliveriesInput: z.ZodTypeAny;
5
+ declare const RailwayListNotificationDeliveriesOutput: z.ZodTypeAny;
6
+ declare const railwayListNotificationDeliveries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListNotificationDeliveries };
9
+ //# sourceMappingURL=list-notification-deliveries.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-deliveries.d.mts","names":[],"sources":["../../src/actions/list-notification-deliveries.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAA6F;AAAA,cAMvI,uCAAA,EAAyC,CAAA,CAAE,UAEW;AAAA,cAEtD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-notification-deliveries.ts
4
+ const RailwayListNotificationDeliveriesInput = z.object({}).describe("Request parameters for listing notification deliveries.");
5
+ const RailwayListNotificationDeliveries_NotificationDeliverySchema = z.object({
6
+ id: z.string().describe("The unique identifier of the notification delivery."),
7
+ type: z.string().describe("The type of notification delivery (e.g., 'EMAIL', 'WEBHOOK', 'SLACK').").nullable().optional(),
8
+ created_at: z.string().describe("The timestamp when the notification delivery was created (ISO 8601 format).").nullable().optional()
9
+ }).describe("Individual notification delivery data.");
10
+ const railwayListNotificationDeliveries = action("RAILWAY_LIST_NOTIFICATION_DELIVERIES", {
11
+ slug: "railway-list-notification-deliveries",
12
+ name: "List Notification Deliveries",
13
+ description: "Retrieve notification deliveries for the authenticated user. Use this action when you need to fetch a list of notification deliveries, such as tracking which notifications have been sent (e.g., EMAIL, WEBHOOK, SLACK) and when they were created. This is a read-only operation that queries the Railway GraphQL API. The action supports pagination through the GraphQL edges/node pattern and returns basic notification delivery information including ID, type, and creation timestamp for each delivery.",
14
+ input: RailwayListNotificationDeliveriesInput,
15
+ output: z.object({ notification_deliveries: z.array(RailwayListNotificationDeliveries_NotificationDeliverySchema).describe("List of notification deliveries for the authenticated user.").nullable().optional() }).describe("Response schema for listing notification deliveries.")
16
+ });
17
+ //#endregion
18
+ export { railwayListNotificationDeliveries };
19
+
20
+ //# sourceMappingURL=list-notification-deliveries.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-deliveries.mjs","names":[],"sources":["../../src/actions/list-notification-deliveries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListNotificationDeliveriesInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for listing notification deliveries.\");\nconst RailwayListNotificationDeliveries_NotificationDeliverySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the notification delivery.\"),\n type: z.string().describe(\"The type of notification delivery (e.g., 'EMAIL', 'WEBHOOK', 'SLACK').\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp when the notification delivery was created (ISO 8601 format).\").nullable().optional(),\n}).describe(\"Individual notification delivery data.\");\nexport const RailwayListNotificationDeliveriesOutput: z.ZodTypeAny = z.object({\n notification_deliveries: z.array(RailwayListNotificationDeliveries_NotificationDeliverySchema).describe(\"List of notification deliveries for the authenticated user.\").nullable().optional(),\n}).describe(\"Response schema for listing notification deliveries.\");\n\nexport const railwayListNotificationDeliveries = action(\"RAILWAY_LIST_NOTIFICATION_DELIVERIES\", {\n slug: \"railway-list-notification-deliveries\",\n name: \"List Notification Deliveries\",\n description: \"Retrieve notification deliveries for the authenticated user. Use this action when you need to fetch a list of notification deliveries, such as tracking which notifications have been sent (e.g., EMAIL, WEBHOOK, SLACK) and when they were created. This is a read-only operation that queries the Railway GraphQL API. The action supports pagination through the GraphQL edges/node pattern and returns basic notification delivery information including ID, type, and creation timestamp for each delivery.\",\n input: RailwayListNotificationDeliveriesInput,\n output: RailwayListNotificationDeliveriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACnJ,MAAM,+DAA6E,EAAE,OAAO;CAC1F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAKpD,MAAa,oCAAoC,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmE,EAAE,OAAO,EAC5E,yBAAyB,EAAE,MAAM,4DAA4D,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7L,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-trusted-domains.ts
4
+ const RailwayListTrustedDomainsInput = zod.z.object({ workspaceId: zod.z.string().describe("The workspace ID to retrieve trusted domains for. If not provided, uses the authenticated user's workspace.").optional() }).describe("Request parameters for listing Railway trusted domains.");
5
+ const RailwayListTrustedDomains_TrustedDomainSchema = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier of the trusted domain."),
7
+ domain: zod.z.string().describe("The domain name that is trusted for workspace invitations."),
8
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the trusted domain was created.").nullable().optional()
9
+ }).describe("Individual trusted domain data.");
10
+ const RailwayListTrustedDomainsOutput = zod.z.object({ trusted_domains: zod.z.array(RailwayListTrustedDomains_TrustedDomainSchema).describe("List of trusted domains for the workspace.").nullable().optional() }).describe("Response schema for listing Railway trusted domains.");
11
+ const railwayListTrustedDomains = require_action.action("RAILWAY_LIST_TRUSTED_DOMAINS", {
12
+ slug: "railway-list-trusted-domains",
13
+ name: "List Railway Trusted Domains",
14
+ description: "Fetch all trusted domains for the authenticated Railway workspace. Use this action when you need to retrieve all trusted domains configured for workspace membership invitations. Trusted domains allow users with emails from those domains to be invited to the workspace without individual invitations. This is useful for auditing existing domain configurations or obtaining domain IDs for deletion operations. This action requires authentication and will return domains from the workspace associated with the provided credentials.",
15
+ input: RailwayListTrustedDomainsInput,
16
+ output: RailwayListTrustedDomainsOutput
17
+ });
18
+ //#endregion
19
+ exports.railwayListTrustedDomains = railwayListTrustedDomains;
20
+
21
+ //# sourceMappingURL=list-trusted-domains.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-trusted-domains.cjs","names":["z","action"],"sources":["../../src/actions/list-trusted-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListTrustedDomainsInput: z.ZodTypeAny = z.object({\n workspaceId: z.string().describe(\"The workspace ID to retrieve trusted domains for. If not provided, uses the authenticated user's workspace.\").optional(),\n}).describe(\"Request parameters for listing Railway trusted domains.\");\nconst RailwayListTrustedDomains_TrustedDomainSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the trusted domain.\"),\n domain: z.string().describe(\"The domain name that is trusted for workspace invitations.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the trusted domain was created.\").nullable().optional(),\n}).describe(\"Individual trusted domain data.\");\nexport const RailwayListTrustedDomainsOutput: z.ZodTypeAny = z.object({\n trusted_domains: z.array(RailwayListTrustedDomains_TrustedDomainSchema).describe(\"List of trusted domains for the workspace.\").nullable().optional(),\n}).describe(\"Response schema for listing Railway trusted domains.\");\n\nexport const railwayListTrustedDomains = action(\"RAILWAY_LIST_TRUSTED_DOMAINS\", {\n slug: \"railway-list-trusted-domains\",\n name: \"List Railway Trusted Domains\",\n description: \"Fetch all trusted domains for the authenticated Railway workspace. Use this action when you need to retrieve all trusted domains configured for workspace membership invitations. Trusted domains allow users with emails from those domains to be invited to the workspace without individual invitations. This is useful for auditing existing domain configurations or obtaining domain IDs for deletion operations. This action requires authentication and will return domains from the workspace associated with the provided credentials.\",\n input: RailwayListTrustedDomainsInput,\n output: RailwayListTrustedDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS,EAC3J,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,iBAAiBA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrJ,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-trusted-domains.d.ts
4
+ declare const RailwayListTrustedDomainsInput: z.ZodTypeAny;
5
+ declare const RailwayListTrustedDomainsOutput: z.ZodTypeAny;
6
+ declare const railwayListTrustedDomains: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListTrustedDomains };
9
+ //# sourceMappingURL=list-trusted-domains.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-trusted-domains.d.cts","names":[],"sources":["../../src/actions/list-trusted-domains.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEuB;AAAA,cAMzD,+BAAA,EAAiC,CAAA,CAAE,UAEmB;AAAA,cAEtD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-trusted-domains.d.ts
4
+ declare const RailwayListTrustedDomainsInput: z.ZodTypeAny;
5
+ declare const RailwayListTrustedDomainsOutput: z.ZodTypeAny;
6
+ declare const railwayListTrustedDomains: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayListTrustedDomains };
9
+ //# sourceMappingURL=list-trusted-domains.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-trusted-domains.d.mts","names":[],"sources":["../../src/actions/list-trusted-domains.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEuB;AAAA,cAMzD,+BAAA,EAAiC,CAAA,CAAE,UAEmB;AAAA,cAEtD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-trusted-domains.ts
4
+ const RailwayListTrustedDomainsInput = z.object({ workspaceId: z.string().describe("The workspace ID to retrieve trusted domains for. If not provided, uses the authenticated user's workspace.").optional() }).describe("Request parameters for listing Railway trusted domains.");
5
+ const RailwayListTrustedDomains_TrustedDomainSchema = z.object({
6
+ id: z.string().describe("The unique identifier of the trusted domain."),
7
+ domain: z.string().describe("The domain name that is trusted for workspace invitations."),
8
+ created_at: z.string().describe("ISO 8601 timestamp when the trusted domain was created.").nullable().optional()
9
+ }).describe("Individual trusted domain data.");
10
+ const railwayListTrustedDomains = action("RAILWAY_LIST_TRUSTED_DOMAINS", {
11
+ slug: "railway-list-trusted-domains",
12
+ name: "List Railway Trusted Domains",
13
+ description: "Fetch all trusted domains for the authenticated Railway workspace. Use this action when you need to retrieve all trusted domains configured for workspace membership invitations. Trusted domains allow users with emails from those domains to be invited to the workspace without individual invitations. This is useful for auditing existing domain configurations or obtaining domain IDs for deletion operations. This action requires authentication and will return domains from the workspace associated with the provided credentials.",
14
+ input: RailwayListTrustedDomainsInput,
15
+ output: z.object({ trusted_domains: z.array(RailwayListTrustedDomains_TrustedDomainSchema).describe("List of trusted domains for the workspace.").nullable().optional() }).describe("Response schema for listing Railway trusted domains.")
16
+ });
17
+ //#endregion
18
+ export { railwayListTrustedDomains };
19
+
20
+ //# sourceMappingURL=list-trusted-domains.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-trusted-domains.mjs","names":[],"sources":["../../src/actions/list-trusted-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayListTrustedDomainsInput: z.ZodTypeAny = z.object({\n workspaceId: z.string().describe(\"The workspace ID to retrieve trusted domains for. If not provided, uses the authenticated user's workspace.\").optional(),\n}).describe(\"Request parameters for listing Railway trusted domains.\");\nconst RailwayListTrustedDomains_TrustedDomainSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the trusted domain.\"),\n domain: z.string().describe(\"The domain name that is trusted for workspace invitations.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the trusted domain was created.\").nullable().optional(),\n}).describe(\"Individual trusted domain data.\");\nexport const RailwayListTrustedDomainsOutput: z.ZodTypeAny = z.object({\n trusted_domains: z.array(RailwayListTrustedDomains_TrustedDomainSchema).describe(\"List of trusted domains for the workspace.\").nullable().optional(),\n}).describe(\"Response schema for listing Railway trusted domains.\");\n\nexport const railwayListTrustedDomains = action(\"RAILWAY_LIST_TRUSTED_DOMAINS\", {\n slug: \"railway-list-trusted-domains\",\n name: \"List Railway Trusted Domains\",\n description: \"Fetch all trusted domains for the authenticated Railway workspace. Use this action when you need to retrieve all trusted domains configured for workspace membership invitations. Trusted domains allow users with emails from those domains to be invited to the workspace without individual invitations. This is useful for auditing existing domain configurations or obtaining domain IDs for deletion operations. This action requires authentication and will return domains from the workspace associated with the provided credentials.\",\n input: RailwayListTrustedDomainsInput,\n output: RailwayListTrustedDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO,EACnE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS,EAC3J,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAK7C,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrJ,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-project.ts
4
+ const RailwayUpdateProjectInput = zod.z.object({
5
+ id: zod.z.string().describe("The unique identifier of the project to update."),
6
+ input: zod.z.object({
7
+ is_public: zod.z.boolean().describe("Make the project publicly visible. When set to true, the project and its deployments are visible to anyone with the link.").optional(),
8
+ pr_deploys: zod.z.boolean().describe("Enable pull request preview deployments. When enabled, Railway will automatically create preview environments for pull requests.").optional(),
9
+ description: zod.z.string().describe("A brief description of the project.").optional()
10
+ }).describe("The update configuration for the project.")
11
+ }).describe("Request parameters for updating a Railway project.");
12
+ const RailwayUpdateProjectOutput = zod.z.object({
13
+ id: zod.z.string().describe("The unique identifier of the updated project."),
14
+ name: zod.z.string().describe("The name of the project after update.").nullable().optional(),
15
+ description: zod.z.string().describe("The description of the project after update.").nullable().optional()
16
+ }).describe("Response from the project update mutation.");
17
+ const railwayUpdateProject = require_action.action("RAILWAY_UPDATE_PROJECT", {
18
+ slug: "railway-update-project",
19
+ name: "Update Project",
20
+ description: "Update project settings and configuration on Railway. Use this action when you need to modify project properties such as description, visibility settings, or PR deploy preferences. The following fields can be updated: - description: A brief description of the project - isPublic: Whether the project is publicly visible - prDeploys: Whether pull request preview deployments are enabled This is an idempotent operation — updating a project with the same settings multiple times will not change the result after the first update.",
21
+ input: RailwayUpdateProjectInput,
22
+ output: RailwayUpdateProjectOutput
23
+ });
24
+ //#endregion
25
+ exports.railwayUpdateProject = railwayUpdateProject;
26
+
27
+ //# sourceMappingURL=update-project.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project.cjs","names":["z","action"],"sources":["../../src/actions/update-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RailwayUpdateProjectInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project to update.\"),\n input: z.object({\n is_public: z.boolean().describe(\"Make the project publicly visible. When set to true, the project and its deployments are visible to anyone with the link.\").optional(),\n pr_deploys: z.boolean().describe(\"Enable pull request preview deployments. When enabled, Railway will automatically create preview environments for pull requests.\").optional(),\n description: z.string().describe(\"A brief description of the project.\").optional(),\n}).describe(\"The update configuration for the project.\"),\n}).describe(\"Request parameters for updating a Railway project.\");\nexport const RailwayUpdateProjectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the updated project.\"),\n name: z.string().describe(\"The name of the project after update.\").nullable().optional(),\n description: z.string().describe(\"The description of the project after update.\").nullable().optional(),\n}).describe(\"Response from the project update mutation.\");\n\nexport const railwayUpdateProject = action(\"RAILWAY_UPDATE_PROJECT\", {\n slug: \"railway-update-project\",\n name: \"Update Project\",\n description: \"Update project settings and configuration on Railway. Use this action when you need to modify project properties such as description, visibility settings, or PR deploy preferences. The following fields can be updated: - description: A brief description of the project - isPublic: Whether the project is publicly visible - prDeploys: Whether pull request preview deployments are enabled This is an idempotent operation — updating a project with the same settings multiple times will not change the result after the first update.\",\n input: RailwayUpdateProjectInput,\n output: RailwayUpdateProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACzE,OAAOA,IAAAA,EAAE,OAAO;EAChB,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;EACtK,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS;EAC9K,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-project.d.ts
4
+ declare const RailwayUpdateProjectInput: z.ZodTypeAny;
5
+ declare const RailwayUpdateProjectOutput: z.ZodTypeAny;
6
+ declare const railwayUpdateProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { railwayUpdateProject };
9
+ //# sourceMappingURL=update-project.d.cts.map