@keystrokehq/seqera 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 (146) 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-wave-container.cjs +50 -0
  7. package/dist/actions/create-wave-container.cjs.map +1 -0
  8. package/dist/actions/create-wave-container.d.cts +9 -0
  9. package/dist/actions/create-wave-container.d.cts.map +1 -0
  10. package/dist/actions/create-wave-container.d.mts +9 -0
  11. package/dist/actions/create-wave-container.d.mts.map +1 -0
  12. package/dist/actions/create-wave-container.mjs +47 -0
  13. package/dist/actions/create-wave-container.mjs.map +1 -0
  14. package/dist/actions/get-organization-details.cjs +29 -0
  15. package/dist/actions/get-organization-details.cjs.map +1 -0
  16. package/dist/actions/get-organization-details.d.cts +9 -0
  17. package/dist/actions/get-organization-details.d.cts.map +1 -0
  18. package/dist/actions/get-organization-details.d.mts +9 -0
  19. package/dist/actions/get-organization-details.d.mts.map +1 -0
  20. package/dist/actions/get-organization-details.mjs +26 -0
  21. package/dist/actions/get-organization-details.mjs.map +1 -0
  22. package/dist/actions/get-service-info.cjs +20 -0
  23. package/dist/actions/get-service-info.cjs.map +1 -0
  24. package/dist/actions/get-service-info.d.cts +9 -0
  25. package/dist/actions/get-service-info.d.cts.map +1 -0
  26. package/dist/actions/get-service-info.d.mts +9 -0
  27. package/dist/actions/get-service-info.d.mts.map +1 -0
  28. package/dist/actions/get-service-info.mjs +19 -0
  29. package/dist/actions/get-service-info.mjs.map +1 -0
  30. package/dist/actions/get-user-info.cjs +35 -0
  31. package/dist/actions/get-user-info.cjs.map +1 -0
  32. package/dist/actions/get-user-info.d.cts +9 -0
  33. package/dist/actions/get-user-info.d.cts.map +1 -0
  34. package/dist/actions/get-user-info.d.mts +9 -0
  35. package/dist/actions/get-user-info.d.mts.map +1 -0
  36. package/dist/actions/get-user-info.mjs +32 -0
  37. package/dist/actions/get-user-info.mjs.map +1 -0
  38. package/dist/actions/get-wave-build-logs.cjs +16 -0
  39. package/dist/actions/get-wave-build-logs.cjs.map +1 -0
  40. package/dist/actions/get-wave-build-logs.d.cts +9 -0
  41. package/dist/actions/get-wave-build-logs.d.cts.map +1 -0
  42. package/dist/actions/get-wave-build-logs.d.mts +9 -0
  43. package/dist/actions/get-wave-build-logs.d.mts.map +1 -0
  44. package/dist/actions/get-wave-build-logs.mjs +13 -0
  45. package/dist/actions/get-wave-build-logs.mjs.map +1 -0
  46. package/dist/actions/get-wave-build-status.cjs +23 -0
  47. package/dist/actions/get-wave-build-status.cjs.map +1 -0
  48. package/dist/actions/get-wave-build-status.d.cts +9 -0
  49. package/dist/actions/get-wave-build-status.d.cts.map +1 -0
  50. package/dist/actions/get-wave-build-status.d.mts +9 -0
  51. package/dist/actions/get-wave-build-status.d.mts.map +1 -0
  52. package/dist/actions/get-wave-build-status.mjs +22 -0
  53. package/dist/actions/get-wave-build-status.mjs.map +1 -0
  54. package/dist/actions/index.cjs +29 -0
  55. package/dist/actions/index.d.cts +15 -0
  56. package/dist/actions/index.d.mts +15 -0
  57. package/dist/actions/index.mjs +15 -0
  58. package/dist/actions/inspect-wave-container.cjs +33 -0
  59. package/dist/actions/inspect-wave-container.cjs.map +1 -0
  60. package/dist/actions/inspect-wave-container.d.cts +9 -0
  61. package/dist/actions/inspect-wave-container.d.cts.map +1 -0
  62. package/dist/actions/inspect-wave-container.d.mts +9 -0
  63. package/dist/actions/inspect-wave-container.d.mts.map +1 -0
  64. package/dist/actions/inspect-wave-container.mjs +32 -0
  65. package/dist/actions/inspect-wave-container.mjs.map +1 -0
  66. package/dist/actions/list-action-event-types.cjs +22 -0
  67. package/dist/actions/list-action-event-types.cjs.map +1 -0
  68. package/dist/actions/list-action-event-types.d.cts +9 -0
  69. package/dist/actions/list-action-event-types.d.cts.map +1 -0
  70. package/dist/actions/list-action-event-types.d.mts +9 -0
  71. package/dist/actions/list-action-event-types.d.mts.map +1 -0
  72. package/dist/actions/list-action-event-types.mjs +21 -0
  73. package/dist/actions/list-action-event-types.mjs.map +1 -0
  74. package/dist/actions/list-compute-environments.cjs +39 -0
  75. package/dist/actions/list-compute-environments.cjs.map +1 -0
  76. package/dist/actions/list-compute-environments.d.cts +9 -0
  77. package/dist/actions/list-compute-environments.d.cts.map +1 -0
  78. package/dist/actions/list-compute-environments.d.mts +9 -0
  79. package/dist/actions/list-compute-environments.d.mts.map +1 -0
  80. package/dist/actions/list-compute-environments.mjs +38 -0
  81. package/dist/actions/list-compute-environments.mjs.map +1 -0
  82. package/dist/actions/list-organizations.cjs +30 -0
  83. package/dist/actions/list-organizations.cjs.map +1 -0
  84. package/dist/actions/list-organizations.d.cts +9 -0
  85. package/dist/actions/list-organizations.d.cts.map +1 -0
  86. package/dist/actions/list-organizations.d.mts +9 -0
  87. package/dist/actions/list-organizations.d.mts.map +1 -0
  88. package/dist/actions/list-organizations.mjs +29 -0
  89. package/dist/actions/list-organizations.mjs.map +1 -0
  90. package/dist/actions/list-pipelines.cjs +34 -0
  91. package/dist/actions/list-pipelines.cjs.map +1 -0
  92. package/dist/actions/list-pipelines.d.cts +9 -0
  93. package/dist/actions/list-pipelines.d.cts.map +1 -0
  94. package/dist/actions/list-pipelines.d.mts +9 -0
  95. package/dist/actions/list-pipelines.d.mts.map +1 -0
  96. package/dist/actions/list-pipelines.mjs +33 -0
  97. package/dist/actions/list-pipelines.mjs.map +1 -0
  98. package/dist/actions/list-workflows.cjs +39 -0
  99. package/dist/actions/list-workflows.cjs.map +1 -0
  100. package/dist/actions/list-workflows.d.cts +9 -0
  101. package/dist/actions/list-workflows.d.cts.map +1 -0
  102. package/dist/actions/list-workflows.d.mts +9 -0
  103. package/dist/actions/list-workflows.d.mts.map +1 -0
  104. package/dist/actions/list-workflows.mjs +38 -0
  105. package/dist/actions/list-workflows.mjs.map +1 -0
  106. package/dist/actions/validate-action-name.cjs +23 -0
  107. package/dist/actions/validate-action-name.cjs.map +1 -0
  108. package/dist/actions/validate-action-name.d.cts +9 -0
  109. package/dist/actions/validate-action-name.d.cts.map +1 -0
  110. package/dist/actions/validate-action-name.d.mts +9 -0
  111. package/dist/actions/validate-action-name.d.mts.map +1 -0
  112. package/dist/actions/validate-action-name.mjs +20 -0
  113. package/dist/actions/validate-action-name.mjs.map +1 -0
  114. package/dist/actions/validate-pipeline-name.cjs +24 -0
  115. package/dist/actions/validate-pipeline-name.cjs.map +1 -0
  116. package/dist/actions/validate-pipeline-name.d.cts +9 -0
  117. package/dist/actions/validate-pipeline-name.d.cts.map +1 -0
  118. package/dist/actions/validate-pipeline-name.d.mts +9 -0
  119. package/dist/actions/validate-pipeline-name.d.mts.map +1 -0
  120. package/dist/actions/validate-pipeline-name.mjs +21 -0
  121. package/dist/actions/validate-pipeline-name.mjs.map +1 -0
  122. package/dist/app.cjs +9 -0
  123. package/dist/app.cjs.map +1 -0
  124. package/dist/app.d.cts +5 -0
  125. package/dist/app.d.cts.map +1 -0
  126. package/dist/app.d.mts +5 -0
  127. package/dist/app.d.mts.map +1 -0
  128. package/dist/app.mjs +10 -0
  129. package/dist/app.mjs.map +1 -0
  130. package/dist/catalog.cjs +15 -0
  131. package/dist/catalog.cjs.map +1 -0
  132. package/dist/catalog.d.cts +14 -0
  133. package/dist/catalog.d.cts.map +1 -0
  134. package/dist/catalog.d.mts +14 -0
  135. package/dist/catalog.d.mts.map +1 -0
  136. package/dist/catalog.mjs +15 -0
  137. package/dist/catalog.mjs.map +1 -0
  138. package/dist/execute.cjs +18 -0
  139. package/dist/execute.cjs.map +1 -0
  140. package/dist/execute.mjs +18 -0
  141. package/dist/execute.mjs.map +1 -0
  142. package/dist/index.cjs +34 -0
  143. package/dist/index.d.cts +17 -0
  144. package/dist/index.d.mts +17 -0
  145. package/dist/index.mjs +18 -0
  146. package/package.json +49 -0
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-wave-build-logs.d.ts
4
+ declare const SeqeraGetWaveBuildLogsInput: z.ZodTypeAny;
5
+ declare const SeqeraGetWaveBuildLogsOutput: z.ZodTypeAny;
6
+ declare const seqeraGetWaveBuildLogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraGetWaveBuildLogs };
9
+ //# sourceMappingURL=get-wave-build-logs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-wave-build-logs.d.mts","names":[],"sources":["../../src/actions/get-wave-build-logs.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE0B;AAAA,cACzD,4BAAA,EAA8B,CAAA,CAAE,UAEe;AAAA,cAE/C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const seqeraGetWaveBuildLogs = action("SEQERA_GET_WAVE_BUILD_LOGS", {
4
+ slug: "seqera-get-wave-build-logs",
5
+ name: "Get Wave Build Logs",
6
+ description: "Tool to get logs for a container build by build ID. Use when you need to troubleshoot or inspect the build process of a Wave container.",
7
+ input: z.object({ buildId: z.string().describe("Build identifier for the container build whose logs are to be retrieved") }).describe("Request model for retrieving Wave container build logs."),
8
+ output: z.object({ logs: z.string().describe("Build logs as text content from the container build process") }).describe("Response model for Wave container build logs.")
9
+ });
10
+ //#endregion
11
+ export { seqeraGetWaveBuildLogs };
12
+
13
+ //# sourceMappingURL=get-wave-build-logs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-wave-build-logs.mjs","names":[],"sources":["../../src/actions/get-wave-build-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraGetWaveBuildLogsInput: z.ZodTypeAny = z.object({\n buildId: z.string().describe(\"Build identifier for the container build whose logs are to be retrieved\"),\n}).describe(\"Request model for retrieving Wave container build logs.\");\nexport const SeqeraGetWaveBuildLogsOutput: z.ZodTypeAny = z.object({\n logs: z.string().describe(\"Build logs as text content from the container build process\"),\n}).describe(\"Response model for Wave container build logs.\");\n\nexport const seqeraGetWaveBuildLogs = action(\"SEQERA_GET_WAVE_BUILD_LOGS\", {\n slug: \"seqera-get-wave-build-logs\",\n name: \"Get Wave Build Logs\",\n description: \"Tool to get logs for a container build by build ID. Use when you need to troubleshoot or inspect the build process of a Wave container.\",\n input: SeqeraGetWaveBuildLogsInput,\n output: SeqeraGetWaveBuildLogsOutput,\n});\n"],"mappings":";;AAWA,MAAa,yBAAyB,OAAO,8BAA8B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXuD,EAAE,OAAO,EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,EACxG,CAAC,CAAC,CAAC,SAAS,yDASH;CACP,QATwD,EAAE,OAAO,EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,EACzF,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-wave-build-status.ts
4
+ const SeqeraGetWaveBuildStatusInput = zod.z.object({ buildId: zod.z.string().describe("Build identifier returned from Wave container build request") }).describe("Request model for retrieving Wave container build status.");
5
+ const SeqeraGetWaveBuildStatus_BuildStatusSchema = zod.z.enum(["PENDING", "COMPLETED"]).describe("Enum representing the build status.");
6
+ const SeqeraGetWaveBuildStatusOutput = zod.z.object({
7
+ id: zod.z.string().describe("Build identifier").nullable().optional(),
8
+ status: SeqeraGetWaveBuildStatus_BuildStatusSchema.nullable().optional(),
9
+ duration: zod.z.number().describe("Duration of the build in seconds").nullable().optional(),
10
+ startTime: zod.z.string().describe("ISO-8601 formatted timestamp when the build started").nullable().optional(),
11
+ succeeded: zod.z.boolean().describe("Whether the build completed successfully (true) or failed (false)").nullable().optional()
12
+ }).describe("Response model for Wave build status retrieval.");
13
+ const seqeraGetWaveBuildStatus = require_action.action("SEQERA_GET_WAVE_BUILD_STATUS", {
14
+ slug: "seqera-get-wave-build-status",
15
+ name: "Get Wave Build Status",
16
+ description: "Tool to retrieve the status of a Wave container build by build ID. Use when you need to check if a container build is completed and whether it succeeded.",
17
+ input: SeqeraGetWaveBuildStatusInput,
18
+ output: SeqeraGetWaveBuildStatusOutput
19
+ });
20
+ //#endregion
21
+ exports.seqeraGetWaveBuildStatus = seqeraGetWaveBuildStatus;
22
+
23
+ //# sourceMappingURL=get-wave-build-status.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-wave-build-status.cjs","names":["z","action"],"sources":["../../src/actions/get-wave-build-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraGetWaveBuildStatusInput: z.ZodTypeAny = z.object({\n buildId: z.string().describe(\"Build identifier returned from Wave container build request\"),\n}).describe(\"Request model for retrieving Wave container build status.\");\nconst SeqeraGetWaveBuildStatus_BuildStatusSchema: z.ZodTypeAny = z.enum([\"PENDING\", \"COMPLETED\"]).describe(\"Enum representing the build status.\");\nexport const SeqeraGetWaveBuildStatusOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Build identifier\").nullable().optional(),\n status: SeqeraGetWaveBuildStatus_BuildStatusSchema.nullable().optional(),\n duration: z.number().describe(\"Duration of the build in seconds\").nullable().optional(),\n startTime: z.string().describe(\"ISO-8601 formatted timestamp when the build started\").nullable().optional(),\n succeeded: z.boolean().describe(\"Whether the build completed successfully (true) or failed (false)\").nullable().optional(),\n}).describe(\"Response model for Wave build status retrieval.\");\n\nexport const seqeraGetWaveBuildStatus = action(\"SEQERA_GET_WAVE_BUILD_STATUS\", {\n slug: \"seqera-get-wave-build-status\",\n name: \"Get Wave Build Status\",\n description: \"Tool to retrieve the status of a Wave container build by build ID. Use when you need to check if a container build is completed and whether it succeeded.\",\n input: SeqeraGetWaveBuildStatusInput,\n output: SeqeraGetWaveBuildStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,EAC5F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,6CAA2DA,IAAAA,EAAE,KAAK,CAAC,WAAW,WAAW,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAChJ,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,QAAQ,2CAA2C,SAAS,CAAC,CAAC,SAAS;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,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/get-wave-build-status.d.ts
4
+ declare const SeqeraGetWaveBuildStatusInput: z.ZodTypeAny;
5
+ declare const SeqeraGetWaveBuildStatusOutput: z.ZodTypeAny;
6
+ declare const seqeraGetWaveBuildStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraGetWaveBuildStatus };
9
+ //# sourceMappingURL=get-wave-build-status.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-wave-build-status.d.cts","names":[],"sources":["../../src/actions/get-wave-build-status.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE0B;AAAA,cAE3D,8BAAA,EAAgC,CAAA,CAAE,UAMe;AAAA,cAEjD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-wave-build-status.d.ts
4
+ declare const SeqeraGetWaveBuildStatusInput: z.ZodTypeAny;
5
+ declare const SeqeraGetWaveBuildStatusOutput: z.ZodTypeAny;
6
+ declare const seqeraGetWaveBuildStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraGetWaveBuildStatus };
9
+ //# sourceMappingURL=get-wave-build-status.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-wave-build-status.d.mts","names":[],"sources":["../../src/actions/get-wave-build-status.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE0B;AAAA,cAE3D,8BAAA,EAAgC,CAAA,CAAE,UAMe;AAAA,cAEjD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-wave-build-status.ts
4
+ const SeqeraGetWaveBuildStatusInput = z.object({ buildId: z.string().describe("Build identifier returned from Wave container build request") }).describe("Request model for retrieving Wave container build status.");
5
+ const SeqeraGetWaveBuildStatus_BuildStatusSchema = z.enum(["PENDING", "COMPLETED"]).describe("Enum representing the build status.");
6
+ const seqeraGetWaveBuildStatus = action("SEQERA_GET_WAVE_BUILD_STATUS", {
7
+ slug: "seqera-get-wave-build-status",
8
+ name: "Get Wave Build Status",
9
+ description: "Tool to retrieve the status of a Wave container build by build ID. Use when you need to check if a container build is completed and whether it succeeded.",
10
+ input: SeqeraGetWaveBuildStatusInput,
11
+ output: z.object({
12
+ id: z.string().describe("Build identifier").nullable().optional(),
13
+ status: SeqeraGetWaveBuildStatus_BuildStatusSchema.nullable().optional(),
14
+ duration: z.number().describe("Duration of the build in seconds").nullable().optional(),
15
+ startTime: z.string().describe("ISO-8601 formatted timestamp when the build started").nullable().optional(),
16
+ succeeded: z.boolean().describe("Whether the build completed successfully (true) or failed (false)").nullable().optional()
17
+ }).describe("Response model for Wave build status retrieval.")
18
+ });
19
+ //#endregion
20
+ export { seqeraGetWaveBuildStatus };
21
+
22
+ //# sourceMappingURL=get-wave-build-status.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-wave-build-status.mjs","names":[],"sources":["../../src/actions/get-wave-build-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraGetWaveBuildStatusInput: z.ZodTypeAny = z.object({\n buildId: z.string().describe(\"Build identifier returned from Wave container build request\"),\n}).describe(\"Request model for retrieving Wave container build status.\");\nconst SeqeraGetWaveBuildStatus_BuildStatusSchema: z.ZodTypeAny = z.enum([\"PENDING\", \"COMPLETED\"]).describe(\"Enum representing the build status.\");\nexport const SeqeraGetWaveBuildStatusOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Build identifier\").nullable().optional(),\n status: SeqeraGetWaveBuildStatus_BuildStatusSchema.nullable().optional(),\n duration: z.number().describe(\"Duration of the build in seconds\").nullable().optional(),\n startTime: z.string().describe(\"ISO-8601 formatted timestamp when the build started\").nullable().optional(),\n succeeded: z.boolean().describe(\"Whether the build completed successfully (true) or failed (false)\").nullable().optional(),\n}).describe(\"Response model for Wave build status retrieval.\");\n\nexport const seqeraGetWaveBuildStatus = action(\"SEQERA_GET_WAVE_BUILD_STATUS\", {\n slug: \"seqera-get-wave-build-status\",\n name: \"Get Wave Build Status\",\n description: \"Tool to retrieve the status of a Wave container build by build ID. Use when you need to check if a container build is completed and whether it succeeded.\",\n input: SeqeraGetWaveBuildStatusInput,\n output: SeqeraGetWaveBuildStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,EAC5F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,6CAA2D,EAAE,KAAK,CAAC,WAAW,WAAW,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAShJ,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChE,QAAQ,2CAA2C,SAAS,CAAC,CAAC,SAAS;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_create_wave_container = require("./create-wave-container.cjs");
3
+ const require_get_organization_details = require("./get-organization-details.cjs");
4
+ const require_get_service_info = require("./get-service-info.cjs");
5
+ const require_get_user_info = require("./get-user-info.cjs");
6
+ const require_get_wave_build_logs = require("./get-wave-build-logs.cjs");
7
+ const require_get_wave_build_status = require("./get-wave-build-status.cjs");
8
+ const require_inspect_wave_container = require("./inspect-wave-container.cjs");
9
+ const require_list_action_event_types = require("./list-action-event-types.cjs");
10
+ const require_list_compute_environments = require("./list-compute-environments.cjs");
11
+ const require_list_organizations = require("./list-organizations.cjs");
12
+ const require_list_pipelines = require("./list-pipelines.cjs");
13
+ const require_list_workflows = require("./list-workflows.cjs");
14
+ const require_validate_action_name = require("./validate-action-name.cjs");
15
+ const require_validate_pipeline_name = require("./validate-pipeline-name.cjs");
16
+ exports.seqeraCreateWaveContainer = require_create_wave_container.seqeraCreateWaveContainer;
17
+ exports.seqeraGetOrganizationDetails = require_get_organization_details.seqeraGetOrganizationDetails;
18
+ exports.seqeraGetServiceInfo = require_get_service_info.seqeraGetServiceInfo;
19
+ exports.seqeraGetUserInfo = require_get_user_info.seqeraGetUserInfo;
20
+ exports.seqeraGetWaveBuildLogs = require_get_wave_build_logs.seqeraGetWaveBuildLogs;
21
+ exports.seqeraGetWaveBuildStatus = require_get_wave_build_status.seqeraGetWaveBuildStatus;
22
+ exports.seqeraInspectWaveContainer = require_inspect_wave_container.seqeraInspectWaveContainer;
23
+ exports.seqeraListActionEventTypes = require_list_action_event_types.seqeraListActionEventTypes;
24
+ exports.seqeraListComputeEnvironments = require_list_compute_environments.seqeraListComputeEnvironments;
25
+ exports.seqeraListOrganizations = require_list_organizations.seqeraListOrganizations;
26
+ exports.seqeraListPipelines = require_list_pipelines.seqeraListPipelines;
27
+ exports.seqeraListWorkflows = require_list_workflows.seqeraListWorkflows;
28
+ exports.seqeraValidateActionName = require_validate_action_name.seqeraValidateActionName;
29
+ exports.seqeraValidatePipelineName = require_validate_pipeline_name.seqeraValidatePipelineName;
@@ -0,0 +1,15 @@
1
+ import { seqeraCreateWaveContainer } from "./create-wave-container.cjs";
2
+ import { seqeraGetOrganizationDetails } from "./get-organization-details.cjs";
3
+ import { seqeraGetServiceInfo } from "./get-service-info.cjs";
4
+ import { seqeraGetUserInfo } from "./get-user-info.cjs";
5
+ import { seqeraGetWaveBuildLogs } from "./get-wave-build-logs.cjs";
6
+ import { seqeraGetWaveBuildStatus } from "./get-wave-build-status.cjs";
7
+ import { seqeraInspectWaveContainer } from "./inspect-wave-container.cjs";
8
+ import { seqeraListActionEventTypes } from "./list-action-event-types.cjs";
9
+ import { seqeraListComputeEnvironments } from "./list-compute-environments.cjs";
10
+ import { seqeraListOrganizations } from "./list-organizations.cjs";
11
+ import { seqeraListPipelines } from "./list-pipelines.cjs";
12
+ import { seqeraListWorkflows } from "./list-workflows.cjs";
13
+ import { seqeraValidateActionName } from "./validate-action-name.cjs";
14
+ import { seqeraValidatePipelineName } from "./validate-pipeline-name.cjs";
15
+ export { seqeraCreateWaveContainer, seqeraGetOrganizationDetails, seqeraGetServiceInfo, seqeraGetUserInfo, seqeraGetWaveBuildLogs, seqeraGetWaveBuildStatus, seqeraInspectWaveContainer, seqeraListActionEventTypes, seqeraListComputeEnvironments, seqeraListOrganizations, seqeraListPipelines, seqeraListWorkflows, seqeraValidateActionName, seqeraValidatePipelineName };
@@ -0,0 +1,15 @@
1
+ import { seqeraCreateWaveContainer } from "./create-wave-container.mjs";
2
+ import { seqeraGetOrganizationDetails } from "./get-organization-details.mjs";
3
+ import { seqeraGetServiceInfo } from "./get-service-info.mjs";
4
+ import { seqeraGetUserInfo } from "./get-user-info.mjs";
5
+ import { seqeraGetWaveBuildLogs } from "./get-wave-build-logs.mjs";
6
+ import { seqeraGetWaveBuildStatus } from "./get-wave-build-status.mjs";
7
+ import { seqeraInspectWaveContainer } from "./inspect-wave-container.mjs";
8
+ import { seqeraListActionEventTypes } from "./list-action-event-types.mjs";
9
+ import { seqeraListComputeEnvironments } from "./list-compute-environments.mjs";
10
+ import { seqeraListOrganizations } from "./list-organizations.mjs";
11
+ import { seqeraListPipelines } from "./list-pipelines.mjs";
12
+ import { seqeraListWorkflows } from "./list-workflows.mjs";
13
+ import { seqeraValidateActionName } from "./validate-action-name.mjs";
14
+ import { seqeraValidatePipelineName } from "./validate-pipeline-name.mjs";
15
+ export { seqeraCreateWaveContainer, seqeraGetOrganizationDetails, seqeraGetServiceInfo, seqeraGetUserInfo, seqeraGetWaveBuildLogs, seqeraGetWaveBuildStatus, seqeraInspectWaveContainer, seqeraListActionEventTypes, seqeraListComputeEnvironments, seqeraListOrganizations, seqeraListPipelines, seqeraListWorkflows, seqeraValidateActionName, seqeraValidatePipelineName };
@@ -0,0 +1,15 @@
1
+ import { seqeraCreateWaveContainer } from "./create-wave-container.mjs";
2
+ import { seqeraGetOrganizationDetails } from "./get-organization-details.mjs";
3
+ import { seqeraGetServiceInfo } from "./get-service-info.mjs";
4
+ import { seqeraGetUserInfo } from "./get-user-info.mjs";
5
+ import { seqeraGetWaveBuildLogs } from "./get-wave-build-logs.mjs";
6
+ import { seqeraGetWaveBuildStatus } from "./get-wave-build-status.mjs";
7
+ import { seqeraInspectWaveContainer } from "./inspect-wave-container.mjs";
8
+ import { seqeraListActionEventTypes } from "./list-action-event-types.mjs";
9
+ import { seqeraListComputeEnvironments } from "./list-compute-environments.mjs";
10
+ import { seqeraListOrganizations } from "./list-organizations.mjs";
11
+ import { seqeraListPipelines } from "./list-pipelines.mjs";
12
+ import { seqeraListWorkflows } from "./list-workflows.mjs";
13
+ import { seqeraValidateActionName } from "./validate-action-name.mjs";
14
+ import { seqeraValidatePipelineName } from "./validate-pipeline-name.mjs";
15
+ export { seqeraCreateWaveContainer, seqeraGetOrganizationDetails, seqeraGetServiceInfo, seqeraGetUserInfo, seqeraGetWaveBuildLogs, seqeraGetWaveBuildStatus, seqeraInspectWaveContainer, seqeraListActionEventTypes, seqeraListComputeEnvironments, seqeraListOrganizations, seqeraListPipelines, seqeraListWorkflows, seqeraValidateActionName, seqeraValidatePipelineName };
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/inspect-wave-container.ts
4
+ const SeqeraInspectWaveContainerInput = zod.z.object({
5
+ towerEndpoint: zod.z.string().describe("Seqera Platform endpoint URL (default: https://api.cloud.seqera.io)").optional(),
6
+ containerImage: zod.z.string().describe("Name of the container to inspect (e.g., docker.io/library/ubuntu:latest)"),
7
+ towerAccessToken: zod.z.string().describe("Seqera Platform access token for private registries").optional(),
8
+ towerWorkspaceId: zod.z.string().describe("Seqera Platform workspace ID").optional()
9
+ }).describe("Request model for inspecting a container image via Wave.");
10
+ const SeqeraInspectWaveContainer_ContainerMetadataSchema = zod.z.object({
11
+ v1: zod.z.boolean().describe("Whether the image supports Docker manifest v1").nullable().optional(),
12
+ v2: zod.z.boolean().describe("Whether the image supports Docker manifest v2").nullable().optional(),
13
+ oci: zod.z.boolean().describe("Whether the image is OCI compliant").nullable().optional(),
14
+ config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Container configuration as JSON object").nullable().optional(),
15
+ digest: zod.z.string().describe("Container image digest").nullable().optional(),
16
+ hostName: zod.z.string().describe("Registry host name").nullable().optional(),
17
+ manifest: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Container manifest as JSON object").nullable().optional(),
18
+ registry: zod.z.string().describe("Container registry hostname").nullable().optional(),
19
+ imageName: zod.z.string().describe("Image name").nullable().optional(),
20
+ reference: zod.z.string().describe("Container reference (tag or digest)").nullable().optional()
21
+ }).describe("Container metadata including registry, manifest, and configuration.");
22
+ const SeqeraInspectWaveContainerOutput = zod.z.object({ container: SeqeraInspectWaveContainer_ContainerMetadataSchema.nullable() }).describe("Response model for Wave container inspection.");
23
+ const seqeraInspectWaveContainer = require_action.action("SEQERA_INSPECT_WAVE_CONTAINER", {
24
+ slug: "seqera-inspect-wave-container",
25
+ name: "Inspect Wave Container",
26
+ description: "Tool to inspect container image metadata via Wave. Use when you need registry, manifest, digest, configuration, and OCI compatibility information about a container image.",
27
+ input: SeqeraInspectWaveContainerInput,
28
+ output: SeqeraInspectWaveContainerOutput
29
+ });
30
+ //#endregion
31
+ exports.seqeraInspectWaveContainer = seqeraInspectWaveContainer;
32
+
33
+ //# sourceMappingURL=inspect-wave-container.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspect-wave-container.cjs","names":["z","action"],"sources":["../../src/actions/inspect-wave-container.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraInspectWaveContainerInput: z.ZodTypeAny = z.object({\n towerEndpoint: z.string().describe(\"Seqera Platform endpoint URL (default: https://api.cloud.seqera.io)\").optional(),\n containerImage: z.string().describe(\"Name of the container to inspect (e.g., docker.io/library/ubuntu:latest)\"),\n towerAccessToken: z.string().describe(\"Seqera Platform access token for private registries\").optional(),\n towerWorkspaceId: z.string().describe(\"Seqera Platform workspace ID\").optional(),\n}).describe(\"Request model for inspecting a container image via Wave.\");\nconst SeqeraInspectWaveContainer_ContainerMetadataSchema: z.ZodTypeAny = z.object({\n v1: z.boolean().describe(\"Whether the image supports Docker manifest v1\").nullable().optional(),\n v2: z.boolean().describe(\"Whether the image supports Docker manifest v2\").nullable().optional(),\n oci: z.boolean().describe(\"Whether the image is OCI compliant\").nullable().optional(),\n config: z.record(z.string(), z.unknown()).describe(\"Container configuration as JSON object\").nullable().optional(),\n digest: z.string().describe(\"Container image digest\").nullable().optional(),\n hostName: z.string().describe(\"Registry host name\").nullable().optional(),\n manifest: z.record(z.string(), z.unknown()).describe(\"Container manifest as JSON object\").nullable().optional(),\n registry: z.string().describe(\"Container registry hostname\").nullable().optional(),\n imageName: z.string().describe(\"Image name\").nullable().optional(),\n reference: z.string().describe(\"Container reference (tag or digest)\").nullable().optional(),\n}).describe(\"Container metadata including registry, manifest, and configuration.\");\nexport const SeqeraInspectWaveContainerOutput: z.ZodTypeAny = z.object({\n container: SeqeraInspectWaveContainer_ContainerMetadataSchema.nullable(),\n}).describe(\"Response model for Wave container inspection.\");\n\nexport const seqeraInspectWaveContainer = action(\"SEQERA_INSPECT_WAVE_CONTAINER\", {\n slug: \"seqera-inspect-wave-container\",\n name: \"Inspect Wave Container\",\n description: \"Tool to inspect container image metadata via Wave. Use when you need registry, manifest, digest, configuration, and OCI compatibility information about a container image.\",\n input: SeqeraInspectWaveContainerInput,\n output: SeqeraInspectWaveContainerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACnH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CAC9G,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACtG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,IAAIA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,KAAKA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,WAAW,mDAAmD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,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/inspect-wave-container.d.ts
4
+ declare const SeqeraInspectWaveContainerInput: z.ZodTypeAny;
5
+ declare const SeqeraInspectWaveContainerOutput: z.ZodTypeAny;
6
+ declare const seqeraInspectWaveContainer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraInspectWaveContainer };
9
+ //# sourceMappingURL=inspect-wave-container.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspect-wave-container.d.cts","names":[],"sources":["../../src/actions/inspect-wave-container.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAKuB;AAAA,cAa1D,gCAAA,EAAkC,CAAA,CAAE,UAEW;AAAA,cAE/C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/inspect-wave-container.d.ts
4
+ declare const SeqeraInspectWaveContainerInput: z.ZodTypeAny;
5
+ declare const SeqeraInspectWaveContainerOutput: z.ZodTypeAny;
6
+ declare const seqeraInspectWaveContainer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraInspectWaveContainer };
9
+ //# sourceMappingURL=inspect-wave-container.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspect-wave-container.d.mts","names":[],"sources":["../../src/actions/inspect-wave-container.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAKuB;AAAA,cAa1D,gCAAA,EAAkC,CAAA,CAAE,UAEW;AAAA,cAE/C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,32 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/inspect-wave-container.ts
4
+ const SeqeraInspectWaveContainerInput = z.object({
5
+ towerEndpoint: z.string().describe("Seqera Platform endpoint URL (default: https://api.cloud.seqera.io)").optional(),
6
+ containerImage: z.string().describe("Name of the container to inspect (e.g., docker.io/library/ubuntu:latest)"),
7
+ towerAccessToken: z.string().describe("Seqera Platform access token for private registries").optional(),
8
+ towerWorkspaceId: z.string().describe("Seqera Platform workspace ID").optional()
9
+ }).describe("Request model for inspecting a container image via Wave.");
10
+ const SeqeraInspectWaveContainer_ContainerMetadataSchema = z.object({
11
+ v1: z.boolean().describe("Whether the image supports Docker manifest v1").nullable().optional(),
12
+ v2: z.boolean().describe("Whether the image supports Docker manifest v2").nullable().optional(),
13
+ oci: z.boolean().describe("Whether the image is OCI compliant").nullable().optional(),
14
+ config: z.record(z.string(), z.unknown()).describe("Container configuration as JSON object").nullable().optional(),
15
+ digest: z.string().describe("Container image digest").nullable().optional(),
16
+ hostName: z.string().describe("Registry host name").nullable().optional(),
17
+ manifest: z.record(z.string(), z.unknown()).describe("Container manifest as JSON object").nullable().optional(),
18
+ registry: z.string().describe("Container registry hostname").nullable().optional(),
19
+ imageName: z.string().describe("Image name").nullable().optional(),
20
+ reference: z.string().describe("Container reference (tag or digest)").nullable().optional()
21
+ }).describe("Container metadata including registry, manifest, and configuration.");
22
+ const seqeraInspectWaveContainer = action("SEQERA_INSPECT_WAVE_CONTAINER", {
23
+ slug: "seqera-inspect-wave-container",
24
+ name: "Inspect Wave Container",
25
+ description: "Tool to inspect container image metadata via Wave. Use when you need registry, manifest, digest, configuration, and OCI compatibility information about a container image.",
26
+ input: SeqeraInspectWaveContainerInput,
27
+ output: z.object({ container: SeqeraInspectWaveContainer_ContainerMetadataSchema.nullable() }).describe("Response model for Wave container inspection.")
28
+ });
29
+ //#endregion
30
+ export { seqeraInspectWaveContainer };
31
+
32
+ //# sourceMappingURL=inspect-wave-container.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspect-wave-container.mjs","names":[],"sources":["../../src/actions/inspect-wave-container.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraInspectWaveContainerInput: z.ZodTypeAny = z.object({\n towerEndpoint: z.string().describe(\"Seqera Platform endpoint URL (default: https://api.cloud.seqera.io)\").optional(),\n containerImage: z.string().describe(\"Name of the container to inspect (e.g., docker.io/library/ubuntu:latest)\"),\n towerAccessToken: z.string().describe(\"Seqera Platform access token for private registries\").optional(),\n towerWorkspaceId: z.string().describe(\"Seqera Platform workspace ID\").optional(),\n}).describe(\"Request model for inspecting a container image via Wave.\");\nconst SeqeraInspectWaveContainer_ContainerMetadataSchema: z.ZodTypeAny = z.object({\n v1: z.boolean().describe(\"Whether the image supports Docker manifest v1\").nullable().optional(),\n v2: z.boolean().describe(\"Whether the image supports Docker manifest v2\").nullable().optional(),\n oci: z.boolean().describe(\"Whether the image is OCI compliant\").nullable().optional(),\n config: z.record(z.string(), z.unknown()).describe(\"Container configuration as JSON object\").nullable().optional(),\n digest: z.string().describe(\"Container image digest\").nullable().optional(),\n hostName: z.string().describe(\"Registry host name\").nullable().optional(),\n manifest: z.record(z.string(), z.unknown()).describe(\"Container manifest as JSON object\").nullable().optional(),\n registry: z.string().describe(\"Container registry hostname\").nullable().optional(),\n imageName: z.string().describe(\"Image name\").nullable().optional(),\n reference: z.string().describe(\"Container reference (tag or digest)\").nullable().optional(),\n}).describe(\"Container metadata including registry, manifest, and configuration.\");\nexport const SeqeraInspectWaveContainerOutput: z.ZodTypeAny = z.object({\n container: SeqeraInspectWaveContainer_ContainerMetadataSchema.nullable(),\n}).describe(\"Response model for Wave container inspection.\");\n\nexport const seqeraInspectWaveContainer = action(\"SEQERA_INSPECT_WAVE_CONTAINER\", {\n slug: \"seqera-inspect-wave-container\",\n name: \"Inspect Wave Container\",\n description: \"Tool to inspect container image metadata via Wave. Use when you need registry, manifest, digest, configuration, and OCI compatibility information about a container image.\",\n input: SeqeraInspectWaveContainerInput,\n output: SeqeraInspectWaveContainerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACnH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CAC9G,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACtG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,IAAI,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,KAAK,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAKjF,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,WAAW,mDAAmD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-action-event-types.ts
4
+ const SeqeraListActionEventTypesInput = zod.z.object({ workspaceId: zod.z.string().describe("Optional workspace ID to filter action types by a specific workspace").optional() }).describe("Request model for listing action event types.");
5
+ const SeqeraListActionEventTypes_EventTypeSchema = zod.z.object({
6
+ source: zod.z.string().describe("Source identifier for the action type (e.g., 'github', 'tower')"),
7
+ display: zod.z.string().describe("Display name of the action event type"),
8
+ enabled: zod.z.boolean().describe("Whether this event type is enabled"),
9
+ description: zod.z.string().describe("Description of the action event type")
10
+ }).describe("Represents a single action event type.");
11
+ const SeqeraListActionEventTypesOutput = zod.z.object({ eventTypes: zod.z.array(SeqeraListActionEventTypes_EventTypeSchema).describe("List of action event types available for triggering pipelines") }).describe("Response model for list of action event types.");
12
+ const seqeraListActionEventTypes = require_action.action("SEQERA_LIST_ACTION_EVENT_TYPES", {
13
+ slug: "seqera-list-action-event-types",
14
+ name: "List Action Event Types",
15
+ description: "Tool to list supported action event types. Use when you need to discover available triggers for pipelines, optionally filtered by workspace.",
16
+ input: SeqeraListActionEventTypesInput,
17
+ output: SeqeraListActionEventTypesOutput
18
+ });
19
+ //#endregion
20
+ exports.seqeraListActionEventTypes = seqeraListActionEventTypes;
21
+
22
+ //# sourceMappingURL=list-action-event-types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-action-event-types.cjs","names":["z","action"],"sources":["../../src/actions/list-action-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraListActionEventTypesInput: z.ZodTypeAny = z.object({\n workspaceId: z.string().describe(\"Optional workspace ID to filter action types by a specific workspace\").optional(),\n}).describe(\"Request model for listing action event types.\");\nconst SeqeraListActionEventTypes_EventTypeSchema: z.ZodTypeAny = z.object({\n source: z.string().describe(\"Source identifier for the action type (e.g., 'github', 'tower')\"),\n display: z.string().describe(\"Display name of the action event type\"),\n enabled: z.boolean().describe(\"Whether this event type is enabled\"),\n description: z.string().describe(\"Description of the action event type\"),\n}).describe(\"Represents a single action event type.\");\nexport const SeqeraListActionEventTypesOutput: z.ZodTypeAny = z.object({\n eventTypes: z.array(SeqeraListActionEventTypes_EventTypeSchema).describe(\"List of action event types available for triggering pipelines\"),\n}).describe(\"Response model for list of action event types.\");\n\nexport const seqeraListActionEventTypes = action(\"SEQERA_LIST_ACTION_EVENT_TYPES\", {\n slug: \"seqera-list-action-event-types\",\n name: \"List Action Event Types\",\n description: \"Tool to list supported action event types. Use when you need to discover available triggers for pipelines, optionally filtered by workspace.\",\n input: SeqeraListActionEventTypesInput,\n output: SeqeraListActionEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAC7F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACpE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CAClE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;AACzE,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,YAAYA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+DAA+D,EAC1I,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,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-action-event-types.d.ts
4
+ declare const SeqeraListActionEventTypesInput: z.ZodTypeAny;
5
+ declare const SeqeraListActionEventTypesOutput: z.ZodTypeAny;
6
+ declare const seqeraListActionEventTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraListActionEventTypes };
9
+ //# sourceMappingURL=list-action-event-types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-action-event-types.d.cts","names":[],"sources":["../../src/actions/list-action-event-types.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEY;AAAA,cAO/C,gCAAA,EAAkC,CAAA,CAAE,UAEY;AAAA,cAEhD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-action-event-types.d.ts
4
+ declare const SeqeraListActionEventTypesInput: z.ZodTypeAny;
5
+ declare const SeqeraListActionEventTypesOutput: z.ZodTypeAny;
6
+ declare const seqeraListActionEventTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraListActionEventTypes };
9
+ //# sourceMappingURL=list-action-event-types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-action-event-types.d.mts","names":[],"sources":["../../src/actions/list-action-event-types.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEY;AAAA,cAO/C,gCAAA,EAAkC,CAAA,CAAE,UAEY;AAAA,cAEhD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-action-event-types.ts
4
+ const SeqeraListActionEventTypesInput = z.object({ workspaceId: z.string().describe("Optional workspace ID to filter action types by a specific workspace").optional() }).describe("Request model for listing action event types.");
5
+ const SeqeraListActionEventTypes_EventTypeSchema = z.object({
6
+ source: z.string().describe("Source identifier for the action type (e.g., 'github', 'tower')"),
7
+ display: z.string().describe("Display name of the action event type"),
8
+ enabled: z.boolean().describe("Whether this event type is enabled"),
9
+ description: z.string().describe("Description of the action event type")
10
+ }).describe("Represents a single action event type.");
11
+ const seqeraListActionEventTypes = action("SEQERA_LIST_ACTION_EVENT_TYPES", {
12
+ slug: "seqera-list-action-event-types",
13
+ name: "List Action Event Types",
14
+ description: "Tool to list supported action event types. Use when you need to discover available triggers for pipelines, optionally filtered by workspace.",
15
+ input: SeqeraListActionEventTypesInput,
16
+ output: z.object({ eventTypes: z.array(SeqeraListActionEventTypes_EventTypeSchema).describe("List of action event types available for triggering pipelines") }).describe("Response model for list of action event types.")
17
+ });
18
+ //#endregion
19
+ export { seqeraListActionEventTypes };
20
+
21
+ //# sourceMappingURL=list-action-event-types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-action-event-types.mjs","names":[],"sources":["../../src/actions/list-action-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraListActionEventTypesInput: z.ZodTypeAny = z.object({\n workspaceId: z.string().describe(\"Optional workspace ID to filter action types by a specific workspace\").optional(),\n}).describe(\"Request model for listing action event types.\");\nconst SeqeraListActionEventTypes_EventTypeSchema: z.ZodTypeAny = z.object({\n source: z.string().describe(\"Source identifier for the action type (e.g., 'github', 'tower')\"),\n display: z.string().describe(\"Display name of the action event type\"),\n enabled: z.boolean().describe(\"Whether this event type is enabled\"),\n description: z.string().describe(\"Description of the action event type\"),\n}).describe(\"Represents a single action event type.\");\nexport const SeqeraListActionEventTypesOutput: z.ZodTypeAny = z.object({\n eventTypes: z.array(SeqeraListActionEventTypes_EventTypeSchema).describe(\"List of action event types available for triggering pipelines\"),\n}).describe(\"Response model for list of action event types.\");\n\nexport const seqeraListActionEventTypes = action(\"SEQERA_LIST_ACTION_EVENT_TYPES\", {\n slug: \"seqera-list-action-event-types\",\n name: \"List Action Event Types\",\n description: \"Tool to list supported action event types. Use when you need to discover available triggers for pipelines, optionally filtered by workspace.\",\n input: SeqeraListActionEventTypesInput,\n output: SeqeraListActionEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,EACpE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,6CAA2D,EAAE,OAAO;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAC7F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACpE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CAClE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;AACzE,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAKpD,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,YAAY,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+DAA+D,EAC1I,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -0,0 +1,39 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-compute-environments.ts
4
+ const SeqeraListComputeEnvironmentsInput = zod.z.object({
5
+ status: zod.z.string().describe("Filter by compute environment status (e.g., 'AVAILABLE', 'CREATING', 'INVALID').").optional(),
6
+ workspaceId: zod.z.number().int().describe("Workspace identifier. If omitted, defaults to user context.").optional()
7
+ }).describe("Query parameters for listing compute environments.");
8
+ const SeqeraListComputeEnvironments_ComputeEnvironmentSchema = zod.z.object({
9
+ id: zod.z.string().describe("Unique identifier of the compute environment."),
10
+ name: zod.z.string().describe("Name of the compute environment."),
11
+ orgId: zod.z.number().int().describe("Organization identifier.").nullable().optional(),
12
+ region: zod.z.string().describe("Cloud region where the compute environment is deployed.").nullable().optional(),
13
+ status: zod.z.string().describe("Current status of the compute environment (e.g., 'AVAILABLE', 'CREATING', 'INVALID').").nullable().optional(),
14
+ message: zod.z.string().describe("Additional status message or error information.").nullable().optional(),
15
+ orgName: zod.z.string().describe("Organization name.").nullable().optional(),
16
+ primary: zod.z.boolean().describe("Whether this is the primary compute environment.").nullable().optional(),
17
+ workDir: zod.z.string().describe("Working directory path for the compute environment.").nullable().optional(),
18
+ lastUsed: zod.z.string().describe("Timestamp when the compute environment was last used.").nullable().optional(),
19
+ platform: zod.z.string().describe("Platform type of the compute environment, e.g., 'aws-batch', 'slurm'.").nullable().optional(),
20
+ visibility: zod.z.string().describe("Visibility of the compute environment.").nullable().optional(),
21
+ dateCreated: zod.z.string().describe("Timestamp when the compute environment was created.").nullable().optional(),
22
+ description: zod.z.string().describe("Description of the compute environment.").nullable().optional(),
23
+ lastUpdated: zod.z.string().describe("Timestamp when the compute environment was last updated.").nullable().optional(),
24
+ workspaceId: zod.z.number().int().describe("Workspace identifier this compute environment belongs to.").nullable().optional(),
25
+ credentialsId: zod.z.string().describe("Identifier of the credentials used by this compute environment.").nullable().optional(),
26
+ workspaceName: zod.z.string().describe("Name of the workspace.").nullable().optional()
27
+ }).describe("Model representing a compute environment.");
28
+ const SeqeraListComputeEnvironmentsOutput = zod.z.object({ computeEnvs: zod.z.array(SeqeraListComputeEnvironments_ComputeEnvironmentSchema).describe("List of compute environments returned.").nullable().optional() }).describe("Response model for listing compute environments.");
29
+ const seqeraListComputeEnvironments = require_action.action("SEQERA_LIST_COMPUTE_ENVIRONMENTS", {
30
+ slug: "seqera-list-compute-environments",
31
+ name: "List Compute Environments",
32
+ description: "Tool to retrieve a list of compute environments. Use when you need to page, sort, or filter compute environments accessible to your account.",
33
+ input: SeqeraListComputeEnvironmentsInput,
34
+ output: SeqeraListComputeEnvironmentsOutput
35
+ });
36
+ //#endregion
37
+ exports.seqeraListComputeEnvironments = seqeraListComputeEnvironments;
38
+
39
+ //# sourceMappingURL=list-compute-environments.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-environments.cjs","names":["z","action"],"sources":["../../src/actions/list-compute-environments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraListComputeEnvironmentsInput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Filter by compute environment status (e.g., 'AVAILABLE', 'CREATING', 'INVALID').\").optional(),\n workspaceId: z.number().int().describe(\"Workspace identifier. If omitted, defaults to user context.\").optional(),\n}).describe(\"Query parameters for listing compute environments.\");\nconst SeqeraListComputeEnvironments_ComputeEnvironmentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the compute environment.\"),\n name: z.string().describe(\"Name of the compute environment.\"),\n orgId: z.number().int().describe(\"Organization identifier.\").nullable().optional(),\n region: z.string().describe(\"Cloud region where the compute environment is deployed.\").nullable().optional(),\n status: z.string().describe(\"Current status of the compute environment (e.g., 'AVAILABLE', 'CREATING', 'INVALID').\").nullable().optional(),\n message: z.string().describe(\"Additional status message or error information.\").nullable().optional(),\n orgName: z.string().describe(\"Organization name.\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary compute environment.\").nullable().optional(),\n workDir: z.string().describe(\"Working directory path for the compute environment.\").nullable().optional(),\n lastUsed: z.string().describe(\"Timestamp when the compute environment was last used.\").nullable().optional(),\n platform: z.string().describe(\"Platform type of the compute environment, e.g., 'aws-batch', 'slurm'.\").nullable().optional(),\n visibility: z.string().describe(\"Visibility of the compute environment.\").nullable().optional(),\n dateCreated: z.string().describe(\"Timestamp when the compute environment was created.\").nullable().optional(),\n description: z.string().describe(\"Description of the compute environment.\").nullable().optional(),\n lastUpdated: z.string().describe(\"Timestamp when the compute environment was last updated.\").nullable().optional(),\n workspaceId: z.number().int().describe(\"Workspace identifier this compute environment belongs to.\").nullable().optional(),\n credentialsId: z.string().describe(\"Identifier of the credentials used by this compute environment.\").nullable().optional(),\n workspaceName: z.string().describe(\"Name of the workspace.\").nullable().optional(),\n}).describe(\"Model representing a compute environment.\");\nexport const SeqeraListComputeEnvironmentsOutput: z.ZodTypeAny = z.object({\n computeEnvs: z.array(SeqeraListComputeEnvironments_ComputeEnvironmentSchema).describe(\"List of compute environments returned.\").nullable().optional(),\n}).describe(\"Response model for listing compute environments.\");\n\nexport const seqeraListComputeEnvironments = action(\"SEQERA_LIST_COMPUTE_ENVIRONMENTS\", {\n slug: \"seqera-list-compute-environments\",\n name: \"List Compute Environments\",\n description: \"Tool to retrieve a list of compute environments. Use when you need to page, sort, or filter compute environments accessible to your account.\",\n input: SeqeraListComputeEnvironmentsInput,\n output: SeqeraListComputeEnvironmentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACzH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,yDAAuEA,IAAAA,EAAE,OAAO;CACpF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,aAAaA,IAAAA,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtJ,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-compute-environments.d.ts
4
+ declare const SeqeraListComputeEnvironmentsInput: z.ZodTypeAny;
5
+ declare const SeqeraListComputeEnvironmentsOutput: z.ZodTypeAny;
6
+ declare const seqeraListComputeEnvironments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraListComputeEnvironments };
9
+ //# sourceMappingURL=list-compute-environments.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-environments.d.cts","names":[],"sources":["../../src/actions/list-compute-environments.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGc;AAAA,cAqBpD,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-compute-environments.d.ts
4
+ declare const SeqeraListComputeEnvironmentsInput: z.ZodTypeAny;
5
+ declare const SeqeraListComputeEnvironmentsOutput: z.ZodTypeAny;
6
+ declare const seqeraListComputeEnvironments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraListComputeEnvironments };
9
+ //# sourceMappingURL=list-compute-environments.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-environments.d.mts","names":[],"sources":["../../src/actions/list-compute-environments.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGc;AAAA,cAqBpD,mCAAA,EAAqC,CAAA,CAAE,UAEW;AAAA,cAElD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,38 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-compute-environments.ts
4
+ const SeqeraListComputeEnvironmentsInput = z.object({
5
+ status: z.string().describe("Filter by compute environment status (e.g., 'AVAILABLE', 'CREATING', 'INVALID').").optional(),
6
+ workspaceId: z.number().int().describe("Workspace identifier. If omitted, defaults to user context.").optional()
7
+ }).describe("Query parameters for listing compute environments.");
8
+ const SeqeraListComputeEnvironments_ComputeEnvironmentSchema = z.object({
9
+ id: z.string().describe("Unique identifier of the compute environment."),
10
+ name: z.string().describe("Name of the compute environment."),
11
+ orgId: z.number().int().describe("Organization identifier.").nullable().optional(),
12
+ region: z.string().describe("Cloud region where the compute environment is deployed.").nullable().optional(),
13
+ status: z.string().describe("Current status of the compute environment (e.g., 'AVAILABLE', 'CREATING', 'INVALID').").nullable().optional(),
14
+ message: z.string().describe("Additional status message or error information.").nullable().optional(),
15
+ orgName: z.string().describe("Organization name.").nullable().optional(),
16
+ primary: z.boolean().describe("Whether this is the primary compute environment.").nullable().optional(),
17
+ workDir: z.string().describe("Working directory path for the compute environment.").nullable().optional(),
18
+ lastUsed: z.string().describe("Timestamp when the compute environment was last used.").nullable().optional(),
19
+ platform: z.string().describe("Platform type of the compute environment, e.g., 'aws-batch', 'slurm'.").nullable().optional(),
20
+ visibility: z.string().describe("Visibility of the compute environment.").nullable().optional(),
21
+ dateCreated: z.string().describe("Timestamp when the compute environment was created.").nullable().optional(),
22
+ description: z.string().describe("Description of the compute environment.").nullable().optional(),
23
+ lastUpdated: z.string().describe("Timestamp when the compute environment was last updated.").nullable().optional(),
24
+ workspaceId: z.number().int().describe("Workspace identifier this compute environment belongs to.").nullable().optional(),
25
+ credentialsId: z.string().describe("Identifier of the credentials used by this compute environment.").nullable().optional(),
26
+ workspaceName: z.string().describe("Name of the workspace.").nullable().optional()
27
+ }).describe("Model representing a compute environment.");
28
+ const seqeraListComputeEnvironments = action("SEQERA_LIST_COMPUTE_ENVIRONMENTS", {
29
+ slug: "seqera-list-compute-environments",
30
+ name: "List Compute Environments",
31
+ description: "Tool to retrieve a list of compute environments. Use when you need to page, sort, or filter compute environments accessible to your account.",
32
+ input: SeqeraListComputeEnvironmentsInput,
33
+ output: z.object({ computeEnvs: z.array(SeqeraListComputeEnvironments_ComputeEnvironmentSchema).describe("List of compute environments returned.").nullable().optional() }).describe("Response model for listing compute environments.")
34
+ });
35
+ //#endregion
36
+ export { seqeraListComputeEnvironments };
37
+
38
+ //# sourceMappingURL=list-compute-environments.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-environments.mjs","names":[],"sources":["../../src/actions/list-compute-environments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraListComputeEnvironmentsInput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Filter by compute environment status (e.g., 'AVAILABLE', 'CREATING', 'INVALID').\").optional(),\n workspaceId: z.number().int().describe(\"Workspace identifier. If omitted, defaults to user context.\").optional(),\n}).describe(\"Query parameters for listing compute environments.\");\nconst SeqeraListComputeEnvironments_ComputeEnvironmentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the compute environment.\"),\n name: z.string().describe(\"Name of the compute environment.\"),\n orgId: z.number().int().describe(\"Organization identifier.\").nullable().optional(),\n region: z.string().describe(\"Cloud region where the compute environment is deployed.\").nullable().optional(),\n status: z.string().describe(\"Current status of the compute environment (e.g., 'AVAILABLE', 'CREATING', 'INVALID').\").nullable().optional(),\n message: z.string().describe(\"Additional status message or error information.\").nullable().optional(),\n orgName: z.string().describe(\"Organization name.\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary compute environment.\").nullable().optional(),\n workDir: z.string().describe(\"Working directory path for the compute environment.\").nullable().optional(),\n lastUsed: z.string().describe(\"Timestamp when the compute environment was last used.\").nullable().optional(),\n platform: z.string().describe(\"Platform type of the compute environment, e.g., 'aws-batch', 'slurm'.\").nullable().optional(),\n visibility: z.string().describe(\"Visibility of the compute environment.\").nullable().optional(),\n dateCreated: z.string().describe(\"Timestamp when the compute environment was created.\").nullable().optional(),\n description: z.string().describe(\"Description of the compute environment.\").nullable().optional(),\n lastUpdated: z.string().describe(\"Timestamp when the compute environment was last updated.\").nullable().optional(),\n workspaceId: z.number().int().describe(\"Workspace identifier this compute environment belongs to.\").nullable().optional(),\n credentialsId: z.string().describe(\"Identifier of the credentials used by this compute environment.\").nullable().optional(),\n workspaceName: z.string().describe(\"Name of the workspace.\").nullable().optional(),\n}).describe(\"Model representing a compute environment.\");\nexport const SeqeraListComputeEnvironmentsOutput: z.ZodTypeAny = z.object({\n computeEnvs: z.array(SeqeraListComputeEnvironments_ComputeEnvironmentSchema).describe(\"List of compute environments returned.\").nullable().optional(),\n}).describe(\"Response model for listing compute environments.\");\n\nexport const seqeraListComputeEnvironments = action(\"SEQERA_LIST_COMPUTE_ENVIRONMENTS\", {\n slug: \"seqera-list-compute-environments\",\n name: \"List Compute Environments\",\n description: \"Tool to retrieve a list of compute environments. Use when you need to page, sort, or filter compute environments accessible to your account.\",\n input: SeqeraListComputeEnvironmentsInput,\n output: SeqeraListComputeEnvironmentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO;CACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACzH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,yDAAuE,EAAE,OAAO;CACpF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAKvD,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,aAAa,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtJ,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}