@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
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/seqera
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `seqera`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 14
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { seqeraCreateWaveContainer } from "@keystrokehq/seqera/actions";
12
+
13
+ export default defineAgent({
14
+ key: "seqera-agent",
15
+ tools: [seqeraCreateWaveContainer],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.seqera.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeSeqeraTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["seqera","executeSeqeraTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { seqera } from \"./app\";\nimport { executeSeqeraTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return seqera.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSeqeraTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,OAAO,OAAO;EACnB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,kBAAkB,MAAM,KAAgC,CAAC;EACzF;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { seqera } from "./app.mjs";
2
+ import { executeSeqeraTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return seqera.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeSeqeraTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { seqera } from \"./app\";\nimport { executeSeqeraTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return seqera.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSeqeraTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,OAAO,OAAO;EACnB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,kBAAkB,MAAM,KAAgC,CAAC;EACzF;CACF,CAAC;AACH"}
@@ -0,0 +1,50 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-wave-container.ts
4
+ const SeqeraCreateWaveContainerInput = zod.z.object({
5
+ freeze: zod.z.boolean().describe("If true, pushes the container to user-defined repository with a permanent URL (prevents expiration)").optional(),
6
+ packages: zod.z.object({
7
+ type: zod.z.enum(["CONDA", "CRAN"]).describe("Type of packages (CONDA or CRAN)"),
8
+ entries: zod.z.array(zod.z.string()).describe("List of package names to install"),
9
+ options: zod.z.object({}).describe("Additional package manager options as key-value pairs").optional(),
10
+ channels: zod.z.array(zod.z.string()).describe("Package channels for Conda (e.g., conda-forge, bioconda)").optional()
11
+ }).describe("Specification for Conda or CRAN packages.").optional(),
12
+ condaFile: zod.z.string().describe("Base64-encoded Conda environment YAML file for building a container").optional(),
13
+ nameStrategy: zod.z.enum([
14
+ "none",
15
+ "tagPrefix",
16
+ "imageSuffix"
17
+ ]).describe("Enum for container name strategies.").optional(),
18
+ containerFile: zod.z.string().describe("Base64-encoded Dockerfile content for building a new container. Required if containerImage and packages are not provided.").optional(),
19
+ containerImage: zod.z.string().describe("Name of the container to be served (e.g., 'docker.io/library/ubuntu:latest'). Required if containerFile and packages are not provided.").optional(),
20
+ buildRepository: zod.z.string().describe("Container repository where container builds should be pushed").optional(),
21
+ cacheRepository: zod.z.string().describe("Container repository used to cache build layers").optional(),
22
+ containerConfig: zod.z.object({
23
+ cmd: zod.z.array(zod.z.string()).describe("Override container command").optional(),
24
+ env: zod.z.array(zod.z.string()).describe("Environment variables in KEY=VALUE format").optional(),
25
+ layers: zod.z.array(zod.z.object({})).describe("Custom container layers").optional(),
26
+ entrypoint: zod.z.array(zod.z.string()).describe("Override container entrypoint").optional(),
27
+ workingDir: zod.z.string().describe("Container working directory").optional()
28
+ }).describe("Configuration for container customization.").optional(),
29
+ towerAccessToken: zod.z.string().describe("Seqera Platform access token for authentication").optional(),
30
+ towerWorkspaceId: zod.z.number().int().describe("Seqera Platform workspace ID for retrieving credentials").optional(),
31
+ containerPlatform: zod.z.enum(["linux/amd64", "linux/arm64"]).describe("Enum for container platform architectures.").optional()
32
+ }).describe("Request model for creating a Wave container via the v1alpha2 API.");
33
+ const SeqeraCreateWaveContainerOutput = zod.z.object({
34
+ cached: zod.z.boolean().describe("Indicates if the requested image is already built or in progress").nullable().optional(),
35
+ buildId: zod.z.string().describe("Build identifier if the container was built (only present for build operations)").nullable().optional(),
36
+ expiration: zod.z.string().describe("Expiration timestamp in ISO-8601 format (e.g., '2024-12-31T23:59:59Z')").nullable().optional(),
37
+ targetImage: zod.z.string().describe("Wave container image name that can be accessed via Docker or OCI-compliant clients"),
38
+ containerToken: zod.z.string().describe("Unique token identifying the Wave container request").nullable().optional()
39
+ }).describe("Response model for Wave container creation.");
40
+ const seqeraCreateWaveContainer = require_action.action("SEQERA_CREATE_WAVE_CONTAINER", {
41
+ slug: "seqera-create-wave-container",
42
+ name: "Create Wave Container",
43
+ description: "Tool to submit a request to Wave for accessing a private container registry or building a container image on-the-fly. Use when you need to provision containers via Wave with Dockerfile, Conda recipe, or package specifications. Returns the name of the container made available by Wave.",
44
+ input: SeqeraCreateWaveContainerInput,
45
+ output: SeqeraCreateWaveContainerOutput
46
+ });
47
+ //#endregion
48
+ exports.seqeraCreateWaveContainer = seqeraCreateWaveContainer;
49
+
50
+ //# sourceMappingURL=create-wave-container.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-wave-container.cjs","names":["z","action"],"sources":["../../src/actions/create-wave-container.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraCreateWaveContainerInput: z.ZodTypeAny = z.object({\n freeze: z.boolean().describe(\"If true, pushes the container to user-defined repository with a permanent URL (prevents expiration)\").optional(),\n packages: z.object({\n type: z.enum([\"CONDA\", \"CRAN\"]).describe(\"Type of packages (CONDA or CRAN)\"),\n entries: z.array(z.string()).describe(\"List of package names to install\"),\n options: z.object({}).describe(\"Additional package manager options as key-value pairs\").optional(),\n channels: z.array(z.string()).describe(\"Package channels for Conda (e.g., conda-forge, bioconda)\").optional(),\n}).describe(\"Specification for Conda or CRAN packages.\").optional(),\n condaFile: z.string().describe(\"Base64-encoded Conda environment YAML file for building a container\").optional(),\n nameStrategy: z.enum([\"none\", \"tagPrefix\", \"imageSuffix\"]).describe(\"Enum for container name strategies.\").optional(),\n containerFile: z.string().describe(\"Base64-encoded Dockerfile content for building a new container. Required if containerImage and packages are not provided.\").optional(),\n containerImage: z.string().describe(\"Name of the container to be served (e.g., 'docker.io/library/ubuntu:latest'). Required if containerFile and packages are not provided.\").optional(),\n buildRepository: z.string().describe(\"Container repository where container builds should be pushed\").optional(),\n cacheRepository: z.string().describe(\"Container repository used to cache build layers\").optional(),\n containerConfig: z.object({\n cmd: z.array(z.string()).describe(\"Override container command\").optional(),\n env: z.array(z.string()).describe(\"Environment variables in KEY=VALUE format\").optional(),\n layers: z.array(z.object({})).describe(\"Custom container layers\").optional(),\n entrypoint: z.array(z.string()).describe(\"Override container entrypoint\").optional(),\n workingDir: z.string().describe(\"Container working directory\").optional(),\n}).describe(\"Configuration for container customization.\").optional(),\n towerAccessToken: z.string().describe(\"Seqera Platform access token for authentication\").optional(),\n towerWorkspaceId: z.number().int().describe(\"Seqera Platform workspace ID for retrieving credentials\").optional(),\n containerPlatform: z.enum([\"linux/amd64\", \"linux/arm64\"]).describe(\"Enum for container platform architectures.\").optional(),\n}).describe(\"Request model for creating a Wave container via the v1alpha2 API.\");\nexport const SeqeraCreateWaveContainerOutput: z.ZodTypeAny = z.object({\n cached: z.boolean().describe(\"Indicates if the requested image is already built or in progress\").nullable().optional(),\n buildId: z.string().describe(\"Build identifier if the container was built (only present for build operations)\").nullable().optional(),\n expiration: z.string().describe(\"Expiration timestamp in ISO-8601 format (e.g., '2024-12-31T23:59:59Z')\").nullable().optional(),\n targetImage: z.string().describe(\"Wave container image name that can be accessed via Docker or OCI-compliant clients\"),\n containerToken: z.string().describe(\"Unique token identifying the Wave container request\").nullable().optional(),\n}).describe(\"Response model for Wave container creation.\");\n\nexport const seqeraCreateWaveContainer = action(\"SEQERA_CREATE_WAVE_CONTAINER\", {\n slug: \"seqera-create-wave-container\",\n name: \"Create Wave Container\",\n description: \"Tool to submit a request to Wave for accessing a private container registry or building a container image on-the-fly. Use when you need to provision containers via Wave with Dockerfile, Conda recipe, or package specifications. Returns the name of the container made available by Wave.\",\n input: SeqeraCreateWaveContainerInput,\n output: SeqeraCreateWaveContainerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CAC7I,UAAUA,IAAAA,EAAE,OAAO;EACnB,MAAMA,IAAAA,EAAE,KAAK,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,SAAS,kCAAkC;EAC3E,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC;EACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EACjG,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC9G,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC/G,cAAcA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAa;CAAa,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACpH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;CACzK,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CACvL,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC9G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACjG,iBAAiBA,IAAAA,EAAE,OAAO;EAC1B,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACzE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACxF,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EAC3E,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC1E,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACjE,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAClG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAChH,mBAAmBA,IAAAA,EAAE,KAAK,CAAC,eAAe,aAAa,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF;CACrH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,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/create-wave-container.d.ts
4
+ declare const SeqeraCreateWaveContainerInput: z.ZodTypeAny;
5
+ declare const SeqeraCreateWaveContainerOutput: z.ZodTypeAny;
6
+ declare const seqeraCreateWaveContainer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraCreateWaveContainer };
9
+ //# sourceMappingURL=create-wave-container.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-wave-container.d.cts","names":[],"sources":["../../src/actions/create-wave-container.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAwBiC;AAAA,cACnE,+BAAA,EAAiC,CAAA,CAAE,UAMU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-wave-container.d.ts
4
+ declare const SeqeraCreateWaveContainerInput: z.ZodTypeAny;
5
+ declare const SeqeraCreateWaveContainerOutput: z.ZodTypeAny;
6
+ declare const seqeraCreateWaveContainer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraCreateWaveContainer };
9
+ //# sourceMappingURL=create-wave-container.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-wave-container.d.mts","names":[],"sources":["../../src/actions/create-wave-container.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAwBiC;AAAA,cACnE,+BAAA,EAAiC,CAAA,CAAE,UAMU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,47 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const seqeraCreateWaveContainer = action("SEQERA_CREATE_WAVE_CONTAINER", {
4
+ slug: "seqera-create-wave-container",
5
+ name: "Create Wave Container",
6
+ description: "Tool to submit a request to Wave for accessing a private container registry or building a container image on-the-fly. Use when you need to provision containers via Wave with Dockerfile, Conda recipe, or package specifications. Returns the name of the container made available by Wave.",
7
+ input: z.object({
8
+ freeze: z.boolean().describe("If true, pushes the container to user-defined repository with a permanent URL (prevents expiration)").optional(),
9
+ packages: z.object({
10
+ type: z.enum(["CONDA", "CRAN"]).describe("Type of packages (CONDA or CRAN)"),
11
+ entries: z.array(z.string()).describe("List of package names to install"),
12
+ options: z.object({}).describe("Additional package manager options as key-value pairs").optional(),
13
+ channels: z.array(z.string()).describe("Package channels for Conda (e.g., conda-forge, bioconda)").optional()
14
+ }).describe("Specification for Conda or CRAN packages.").optional(),
15
+ condaFile: z.string().describe("Base64-encoded Conda environment YAML file for building a container").optional(),
16
+ nameStrategy: z.enum([
17
+ "none",
18
+ "tagPrefix",
19
+ "imageSuffix"
20
+ ]).describe("Enum for container name strategies.").optional(),
21
+ containerFile: z.string().describe("Base64-encoded Dockerfile content for building a new container. Required if containerImage and packages are not provided.").optional(),
22
+ containerImage: z.string().describe("Name of the container to be served (e.g., 'docker.io/library/ubuntu:latest'). Required if containerFile and packages are not provided.").optional(),
23
+ buildRepository: z.string().describe("Container repository where container builds should be pushed").optional(),
24
+ cacheRepository: z.string().describe("Container repository used to cache build layers").optional(),
25
+ containerConfig: z.object({
26
+ cmd: z.array(z.string()).describe("Override container command").optional(),
27
+ env: z.array(z.string()).describe("Environment variables in KEY=VALUE format").optional(),
28
+ layers: z.array(z.object({})).describe("Custom container layers").optional(),
29
+ entrypoint: z.array(z.string()).describe("Override container entrypoint").optional(),
30
+ workingDir: z.string().describe("Container working directory").optional()
31
+ }).describe("Configuration for container customization.").optional(),
32
+ towerAccessToken: z.string().describe("Seqera Platform access token for authentication").optional(),
33
+ towerWorkspaceId: z.number().int().describe("Seqera Platform workspace ID for retrieving credentials").optional(),
34
+ containerPlatform: z.enum(["linux/amd64", "linux/arm64"]).describe("Enum for container platform architectures.").optional()
35
+ }).describe("Request model for creating a Wave container via the v1alpha2 API."),
36
+ output: z.object({
37
+ cached: z.boolean().describe("Indicates if the requested image is already built or in progress").nullable().optional(),
38
+ buildId: z.string().describe("Build identifier if the container was built (only present for build operations)").nullable().optional(),
39
+ expiration: z.string().describe("Expiration timestamp in ISO-8601 format (e.g., '2024-12-31T23:59:59Z')").nullable().optional(),
40
+ targetImage: z.string().describe("Wave container image name that can be accessed via Docker or OCI-compliant clients"),
41
+ containerToken: z.string().describe("Unique token identifying the Wave container request").nullable().optional()
42
+ }).describe("Response model for Wave container creation.")
43
+ });
44
+ //#endregion
45
+ export { seqeraCreateWaveContainer };
46
+
47
+ //# sourceMappingURL=create-wave-container.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-wave-container.mjs","names":[],"sources":["../../src/actions/create-wave-container.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraCreateWaveContainerInput: z.ZodTypeAny = z.object({\n freeze: z.boolean().describe(\"If true, pushes the container to user-defined repository with a permanent URL (prevents expiration)\").optional(),\n packages: z.object({\n type: z.enum([\"CONDA\", \"CRAN\"]).describe(\"Type of packages (CONDA or CRAN)\"),\n entries: z.array(z.string()).describe(\"List of package names to install\"),\n options: z.object({}).describe(\"Additional package manager options as key-value pairs\").optional(),\n channels: z.array(z.string()).describe(\"Package channels for Conda (e.g., conda-forge, bioconda)\").optional(),\n}).describe(\"Specification for Conda or CRAN packages.\").optional(),\n condaFile: z.string().describe(\"Base64-encoded Conda environment YAML file for building a container\").optional(),\n nameStrategy: z.enum([\"none\", \"tagPrefix\", \"imageSuffix\"]).describe(\"Enum for container name strategies.\").optional(),\n containerFile: z.string().describe(\"Base64-encoded Dockerfile content for building a new container. Required if containerImage and packages are not provided.\").optional(),\n containerImage: z.string().describe(\"Name of the container to be served (e.g., 'docker.io/library/ubuntu:latest'). Required if containerFile and packages are not provided.\").optional(),\n buildRepository: z.string().describe(\"Container repository where container builds should be pushed\").optional(),\n cacheRepository: z.string().describe(\"Container repository used to cache build layers\").optional(),\n containerConfig: z.object({\n cmd: z.array(z.string()).describe(\"Override container command\").optional(),\n env: z.array(z.string()).describe(\"Environment variables in KEY=VALUE format\").optional(),\n layers: z.array(z.object({})).describe(\"Custom container layers\").optional(),\n entrypoint: z.array(z.string()).describe(\"Override container entrypoint\").optional(),\n workingDir: z.string().describe(\"Container working directory\").optional(),\n}).describe(\"Configuration for container customization.\").optional(),\n towerAccessToken: z.string().describe(\"Seqera Platform access token for authentication\").optional(),\n towerWorkspaceId: z.number().int().describe(\"Seqera Platform workspace ID for retrieving credentials\").optional(),\n containerPlatform: z.enum([\"linux/amd64\", \"linux/arm64\"]).describe(\"Enum for container platform architectures.\").optional(),\n}).describe(\"Request model for creating a Wave container via the v1alpha2 API.\");\nexport const SeqeraCreateWaveContainerOutput: z.ZodTypeAny = z.object({\n cached: z.boolean().describe(\"Indicates if the requested image is already built or in progress\").nullable().optional(),\n buildId: z.string().describe(\"Build identifier if the container was built (only present for build operations)\").nullable().optional(),\n expiration: z.string().describe(\"Expiration timestamp in ISO-8601 format (e.g., '2024-12-31T23:59:59Z')\").nullable().optional(),\n targetImage: z.string().describe(\"Wave container image name that can be accessed via Docker or OCI-compliant clients\"),\n containerToken: z.string().describe(\"Unique token identifying the Wave container request\").nullable().optional(),\n}).describe(\"Response model for Wave container creation.\");\n\nexport const seqeraCreateWaveContainer = action(\"SEQERA_CREATE_WAVE_CONTAINER\", {\n slug: \"seqera-create-wave-container\",\n name: \"Create Wave Container\",\n description: \"Tool to submit a request to Wave for accessing a private container registry or building a container image on-the-fly. Use when you need to provision containers via Wave with Dockerfile, Conda recipe, or package specifications. Returns the name of the container made available by Wave.\",\n input: SeqeraCreateWaveContainerInput,\n output: SeqeraCreateWaveContainerOutput,\n});\n"],"mappings":";;AAqCA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArC0D,EAAE,OAAO;EACnE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;EAC7I,UAAU,EAAE,OAAO;GACnB,MAAM,EAAE,KAAK,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,SAAS,kCAAkC;GAC3E,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC;GACxE,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;GACjG,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EAC9G,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;EAC/G,cAAc,EAAE,KAAK;GAAC;GAAQ;GAAa;EAAa,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EACpH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;EACzK,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;EACvL,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EAC9G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EACjG,iBAAiB,EAAE,OAAO;GAC1B,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;GACzE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;GACxF,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;GAC3E,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;GACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EAC1E,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACjE,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EAClG,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EAChH,mBAAmB,EAAE,KAAK,CAAC,eAAe,aAAa,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC5H,CAAC,CAAC,CAAC,SAAS,mEAaH;CACP,QAb2D,EAAE,OAAO;EACpE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF;EACrH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-organization-details.ts
4
+ const SeqeraGetOrganizationDetailsInput = zod.z.object({ organizationId: zod.z.string().describe("The unique identifier of the organization (numeric ID)") }).describe("Request model for retrieving organization details.");
5
+ const SeqeraGetOrganizationDetailsOutput = zod.z.object({
6
+ name: zod.z.string().describe("Organization name"),
7
+ type: zod.z.string().describe("Organization type (e.g., 'pro')").nullable().optional(),
8
+ orgId: zod.z.number().int().describe("Organization unique identifier"),
9
+ logoId: zod.z.string().describe("Organization logo identifier").nullable().optional(),
10
+ paying: zod.z.boolean().describe("Whether the organization has a paid subscription").nullable().optional(),
11
+ logoUrl: zod.z.string().describe("Organization logo URL").nullable().optional(),
12
+ website: zod.z.string().describe("Organization website URL").nullable().optional(),
13
+ fullName: zod.z.string().describe("Organization full name").nullable().optional(),
14
+ location: zod.z.string().describe("Organization location").nullable().optional(),
15
+ memberId: zod.z.number().int().describe("Current user's member ID in this organization").nullable().optional(),
16
+ memberRole: zod.z.string().describe("Current user's role in this organization").nullable().optional(),
17
+ description: zod.z.string().describe("Organization description").nullable().optional()
18
+ }).describe("Response model for organization details.");
19
+ const seqeraGetOrganizationDetails = require_action.action("SEQERA_GET_ORGANIZATION_DETAILS", {
20
+ slug: "seqera-get-organization-details",
21
+ name: "Get Organization Details",
22
+ description: "Tool to retrieve detailed information about a specific organization.",
23
+ input: SeqeraGetOrganizationDetailsInput,
24
+ output: SeqeraGetOrganizationDetailsOutput
25
+ });
26
+ //#endregion
27
+ exports.seqeraGetOrganizationDetails = seqeraGetOrganizationDetails;
28
+
29
+ //# sourceMappingURL=get-organization-details.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-details.cjs","names":["z","action"],"sources":["../../src/actions/get-organization-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraGetOrganizationDetailsInput: z.ZodTypeAny = z.object({\n organizationId: z.string().describe(\"The unique identifier of the organization (numeric ID)\"),\n}).describe(\"Request model for retrieving organization details.\");\nexport const SeqeraGetOrganizationDetailsOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Organization name\"),\n type: z.string().describe(\"Organization type (e.g., 'pro')\").nullable().optional(),\n orgId: z.number().int().describe(\"Organization unique identifier\"),\n logoId: z.string().describe(\"Organization logo identifier\").nullable().optional(),\n paying: z.boolean().describe(\"Whether the organization has a paid subscription\").nullable().optional(),\n logoUrl: z.string().describe(\"Organization logo URL\").nullable().optional(),\n website: z.string().describe(\"Organization website URL\").nullable().optional(),\n fullName: z.string().describe(\"Organization full name\").nullable().optional(),\n location: z.string().describe(\"Organization location\").nullable().optional(),\n memberId: z.number().int().describe(\"Current user's member ID in this organization\").nullable().optional(),\n memberRole: z.string().describe(\"Current user's role in this organization\").nullable().optional(),\n description: z.string().describe(\"Organization description\").nullable().optional(),\n}).describe(\"Response model for organization details.\");\n\nexport const seqeraGetOrganizationDetails = action(\"SEQERA_GET_ORGANIZATION_DETAILS\", {\n slug: \"seqera-get-organization-details\",\n name: \"Get Organization Details\",\n description: \"Tool to retrieve detailed information about a specific organization.\",\n input: SeqeraGetOrganizationDetailsInput,\n output: SeqeraGetOrganizationDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAC9F,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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-organization-details.d.ts
4
+ declare const SeqeraGetOrganizationDetailsInput: z.ZodTypeAny;
5
+ declare const SeqeraGetOrganizationDetailsOutput: z.ZodTypeAny;
6
+ declare const seqeraGetOrganizationDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraGetOrganizationDetails };
9
+ //# sourceMappingURL=get-organization-details.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-details.d.cts","names":[],"sources":["../../src/actions/get-organization-details.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEe;AAAA,cACpD,kCAAA,EAAoC,CAAA,CAAE,UAaI;AAAA,cAE1C,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-organization-details.d.ts
4
+ declare const SeqeraGetOrganizationDetailsInput: z.ZodTypeAny;
5
+ declare const SeqeraGetOrganizationDetailsOutput: z.ZodTypeAny;
6
+ declare const seqeraGetOrganizationDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraGetOrganizationDetails };
9
+ //# sourceMappingURL=get-organization-details.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-details.d.mts","names":[],"sources":["../../src/actions/get-organization-details.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEe;AAAA,cACpD,kCAAA,EAAoC,CAAA,CAAE,UAaI;AAAA,cAE1C,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const seqeraGetOrganizationDetails = action("SEQERA_GET_ORGANIZATION_DETAILS", {
4
+ slug: "seqera-get-organization-details",
5
+ name: "Get Organization Details",
6
+ description: "Tool to retrieve detailed information about a specific organization.",
7
+ input: z.object({ organizationId: z.string().describe("The unique identifier of the organization (numeric ID)") }).describe("Request model for retrieving organization details."),
8
+ output: z.object({
9
+ name: z.string().describe("Organization name"),
10
+ type: z.string().describe("Organization type (e.g., 'pro')").nullable().optional(),
11
+ orgId: z.number().int().describe("Organization unique identifier"),
12
+ logoId: z.string().describe("Organization logo identifier").nullable().optional(),
13
+ paying: z.boolean().describe("Whether the organization has a paid subscription").nullable().optional(),
14
+ logoUrl: z.string().describe("Organization logo URL").nullable().optional(),
15
+ website: z.string().describe("Organization website URL").nullable().optional(),
16
+ fullName: z.string().describe("Organization full name").nullable().optional(),
17
+ location: z.string().describe("Organization location").nullable().optional(),
18
+ memberId: z.number().int().describe("Current user's member ID in this organization").nullable().optional(),
19
+ memberRole: z.string().describe("Current user's role in this organization").nullable().optional(),
20
+ description: z.string().describe("Organization description").nullable().optional()
21
+ }).describe("Response model for organization details.")
22
+ });
23
+ //#endregion
24
+ export { seqeraGetOrganizationDetails };
25
+
26
+ //# sourceMappingURL=get-organization-details.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-details.mjs","names":[],"sources":["../../src/actions/get-organization-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraGetOrganizationDetailsInput: z.ZodTypeAny = z.object({\n organizationId: z.string().describe(\"The unique identifier of the organization (numeric ID)\"),\n}).describe(\"Request model for retrieving organization details.\");\nexport const SeqeraGetOrganizationDetailsOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Organization name\"),\n type: z.string().describe(\"Organization type (e.g., 'pro')\").nullable().optional(),\n orgId: z.number().int().describe(\"Organization unique identifier\"),\n logoId: z.string().describe(\"Organization logo identifier\").nullable().optional(),\n paying: z.boolean().describe(\"Whether the organization has a paid subscription\").nullable().optional(),\n logoUrl: z.string().describe(\"Organization logo URL\").nullable().optional(),\n website: z.string().describe(\"Organization website URL\").nullable().optional(),\n fullName: z.string().describe(\"Organization full name\").nullable().optional(),\n location: z.string().describe(\"Organization location\").nullable().optional(),\n memberId: z.number().int().describe(\"Current user's member ID in this organization\").nullable().optional(),\n memberRole: z.string().describe(\"Current user's role in this organization\").nullable().optional(),\n description: z.string().describe(\"Organization description\").nullable().optional(),\n}).describe(\"Response model for organization details.\");\n\nexport const seqeraGetOrganizationDetails = action(\"SEQERA_GET_ORGANIZATION_DETAILS\", {\n slug: \"seqera-get-organization-details\",\n name: \"Get Organization Details\",\n description: \"Tool to retrieve detailed information about a specific organization.\",\n input: SeqeraGetOrganizationDetailsInput,\n output: SeqeraGetOrganizationDetailsOutput,\n});\n"],"mappings":";;AAsBA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtB6D,EAAE,OAAO,EACtE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAC9F,CAAC,CAAC,CAAC,SAAS,oDAoBH;CACP,QApB8D,EAAE,OAAO;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;EAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;EACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-service-info.ts
4
+ const SeqeraGetServiceInfoInput = zod.z.object({}).describe("Request model for retrieving information about the Seqera service.");
5
+ const SeqeraGetServiceInfo_ServiceInfoSchema = zod.z.object({
6
+ version: zod.z.string().describe("The version of the Seqera Platform service"),
7
+ commitId: zod.z.string().describe("The Git commit ID for the running service")
8
+ }).describe("Contains version and commit details of the Seqera service.");
9
+ const SeqeraGetServiceInfoOutput = zod.z.object({ serviceInfo: SeqeraGetServiceInfo_ServiceInfoSchema.nullable() }).describe("Response model for service info action. Contains the service info object.");
10
+ const seqeraGetServiceInfo = require_action.action("SEQERA_GET_SERVICE_INFO", {
11
+ slug: "seqera-get-service-info",
12
+ name: "Get Service Info",
13
+ description: "Tool to retrieve information about the Seqera API service. Use when you need to check the service version and commit ID for troubleshooting.",
14
+ input: SeqeraGetServiceInfoInput,
15
+ output: SeqeraGetServiceInfoOutput
16
+ });
17
+ //#endregion
18
+ exports.seqeraGetServiceInfo = seqeraGetServiceInfo;
19
+
20
+ //# sourceMappingURL=get-service-info.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-info.cjs","names":["z","action"],"sources":["../../src/actions/get-service-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraGetServiceInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving information about the Seqera service.\");\nconst SeqeraGetServiceInfo_ServiceInfoSchema: z.ZodTypeAny = z.object({\n version: z.string().describe(\"The version of the Seqera Platform service\"),\n commitId: z.string().describe(\"The Git commit ID for the running service\"),\n}).describe(\"Contains version and commit details of the Seqera service.\");\nexport const SeqeraGetServiceInfoOutput: z.ZodTypeAny = z.object({\n serviceInfo: SeqeraGetServiceInfo_ServiceInfoSchema.nullable(),\n}).describe(\"Response model for service info action. Contains the service info object.\");\n\nexport const seqeraGetServiceInfo = action(\"SEQERA_GET_SERVICE_INFO\", {\n slug: \"seqera-get-service-info\",\n name: \"Get Service Info\",\n description: \"Tool to retrieve information about the Seqera API service. Use when you need to check the service version and commit ID for troubleshooting.\",\n input: SeqeraGetServiceInfoInput,\n output: SeqeraGetServiceInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oEAAoE;AACjJ,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AAC3E,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,aAAa,uCAAuC,SAAS,EAC/D,CAAC,CAAC,CAAC,SAAS,2EAA2E;AAEvF,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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-service-info.d.ts
4
+ declare const SeqeraGetServiceInfoInput: z.ZodTypeAny;
5
+ declare const SeqeraGetServiceInfoOutput: z.ZodTypeAny;
6
+ declare const seqeraGetServiceInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraGetServiceInfo };
9
+ //# sourceMappingURL=get-service-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-info.d.cts","names":[],"sources":["../../src/actions/get-service-info.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAwG;AAAA,cAKrI,0BAAA,EAA4B,CAAA,CAAE,UAE6C;AAAA,cAE3E,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-service-info.d.ts
4
+ declare const SeqeraGetServiceInfoInput: z.ZodTypeAny;
5
+ declare const SeqeraGetServiceInfoOutput: z.ZodTypeAny;
6
+ declare const seqeraGetServiceInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraGetServiceInfo };
9
+ //# sourceMappingURL=get-service-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-info.d.mts","names":[],"sources":["../../src/actions/get-service-info.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAwG;AAAA,cAKrI,0BAAA,EAA4B,CAAA,CAAE,UAE6C;AAAA,cAE3E,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-service-info.ts
4
+ const SeqeraGetServiceInfoInput = z.object({}).describe("Request model for retrieving information about the Seqera service.");
5
+ const SeqeraGetServiceInfo_ServiceInfoSchema = z.object({
6
+ version: z.string().describe("The version of the Seqera Platform service"),
7
+ commitId: z.string().describe("The Git commit ID for the running service")
8
+ }).describe("Contains version and commit details of the Seqera service.");
9
+ const seqeraGetServiceInfo = action("SEQERA_GET_SERVICE_INFO", {
10
+ slug: "seqera-get-service-info",
11
+ name: "Get Service Info",
12
+ description: "Tool to retrieve information about the Seqera API service. Use when you need to check the service version and commit ID for troubleshooting.",
13
+ input: SeqeraGetServiceInfoInput,
14
+ output: z.object({ serviceInfo: SeqeraGetServiceInfo_ServiceInfoSchema.nullable() }).describe("Response model for service info action. Contains the service info object.")
15
+ });
16
+ //#endregion
17
+ export { seqeraGetServiceInfo };
18
+
19
+ //# sourceMappingURL=get-service-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-service-info.mjs","names":[],"sources":["../../src/actions/get-service-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraGetServiceInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving information about the Seqera service.\");\nconst SeqeraGetServiceInfo_ServiceInfoSchema: z.ZodTypeAny = z.object({\n version: z.string().describe(\"The version of the Seqera Platform service\"),\n commitId: z.string().describe(\"The Git commit ID for the running service\"),\n}).describe(\"Contains version and commit details of the Seqera service.\");\nexport const SeqeraGetServiceInfoOutput: z.ZodTypeAny = z.object({\n serviceInfo: SeqeraGetServiceInfo_ServiceInfoSchema.nullable(),\n}).describe(\"Response model for service info action. Contains the service info object.\");\n\nexport const seqeraGetServiceInfo = action(\"SEQERA_GET_SERVICE_INFO\", {\n slug: \"seqera-get-service-info\",\n name: \"Get Service Info\",\n description: \"Tool to retrieve information about the Seqera API service. Use when you need to check the service version and commit ID for troubleshooting.\",\n input: SeqeraGetServiceInfoInput,\n output: SeqeraGetServiceInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oEAAoE;AACjJ,MAAM,yCAAuD,EAAE,OAAO;CACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACzE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AAC3E,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAKxE,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,aAAa,uCAAuC,SAAS,EAC/D,CAAC,CAAC,CAAC,SAAS,2EAOF;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-user-info.ts
4
+ const SeqeraGetUserInfoInput = zod.z.object({}).describe("Request model for retrieving authenticated user information.");
5
+ const SeqeraGetUserInfoOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique user ID"),
7
+ email: zod.z.string().describe("User's email address"),
8
+ avatar: zod.z.string().describe("URL to user's avatar image").nullable().optional(),
9
+ deleted: zod.z.boolean().default(false).describe("Whether the user is deleted").nullable().optional(),
10
+ avatarId: zod.z.string().describe("Avatar ID of the user").nullable().optional(),
11
+ lastName: zod.z.string().describe("Last name of the user").nullable().optional(),
12
+ userName: zod.z.string().describe("Username of the user"),
13
+ firstName: zod.z.string().describe("First name of the user").nullable().optional(),
14
+ lastAccess: zod.z.string().describe("Last access timestamp").nullable().optional(),
15
+ dateCreated: zod.z.string().describe("Date the user was created").nullable().optional(),
16
+ description: zod.z.string().describe("Description of the user").nullable().optional(),
17
+ lastUpdated: zod.z.string().describe("Last updated timestamp").nullable().optional(),
18
+ needConsent: zod.z.boolean().describe("Whether user needs consent").nullable().optional(),
19
+ notification: zod.z.boolean().describe("Whether user has notifications enabled").nullable().optional(),
20
+ organization: zod.z.string().describe("Organization of the user").nullable().optional(),
21
+ marketingConsent: zod.z.boolean().describe("Whether user has consented to marketing"),
22
+ termsOfUseConsent: zod.z.boolean().describe("Whether user has consented to terms of use"),
23
+ defaultWorkspaceId: zod.z.number().int().describe("Default workspace ID for the user").nullable().optional()
24
+ }).describe("Response schema for GET_USER_INFO action.");
25
+ const seqeraGetUserInfo = require_action.action("SEQERA_GET_USER_INFO", {
26
+ slug: "seqera-get-user-info",
27
+ name: "Get User Info",
28
+ description: "Tool to retrieve information about the authenticated user. Use when you need to fetch details of the current user after authentication.",
29
+ input: SeqeraGetUserInfoInput,
30
+ output: SeqeraGetUserInfoOutput
31
+ });
32
+ //#endregion
33
+ exports.seqeraGetUserInfo = seqeraGetUserInfo;
34
+
35
+ //# sourceMappingURL=get-user-info.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user-info.cjs","names":["z","action"],"sources":["../../src/actions/get-user-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraGetUserInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving authenticated user information.\");\nexport const SeqeraGetUserInfoOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique user ID\"),\n email: z.string().describe(\"User's email address\"),\n avatar: z.string().describe(\"URL to user's avatar image\").nullable().optional(),\n deleted: z.boolean().default(false).describe(\"Whether the user is deleted\").nullable().optional(),\n avatarId: z.string().describe(\"Avatar ID of the user\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the user\").nullable().optional(),\n userName: z.string().describe(\"Username of the user\"),\n firstName: z.string().describe(\"First name of the user\").nullable().optional(),\n lastAccess: z.string().describe(\"Last access timestamp\").nullable().optional(),\n dateCreated: z.string().describe(\"Date the user was created\").nullable().optional(),\n description: z.string().describe(\"Description of the user\").nullable().optional(),\n lastUpdated: z.string().describe(\"Last updated timestamp\").nullable().optional(),\n needConsent: z.boolean().describe(\"Whether user needs consent\").nullable().optional(),\n notification: z.boolean().describe(\"Whether user has notifications enabled\").nullable().optional(),\n organization: z.string().describe(\"Organization of the user\").nullable().optional(),\n marketingConsent: z.boolean().describe(\"Whether user has consented to marketing\"),\n termsOfUseConsent: z.boolean().describe(\"Whether user has consented to terms of use\"),\n defaultWorkspaceId: z.number().int().describe(\"Default workspace ID for the user\").nullable().optional(),\n}).describe(\"Response schema for GET_USER_INFO action.\");\n\nexport const seqeraGetUserInfo = action(\"SEQERA_GET_USER_INFO\", {\n slug: \"seqera-get-user-info\",\n name: \"Get User Info\",\n description: \"Tool to retrieve information about the authenticated user. Use when you need to fetch details of the current user after authentication.\",\n input: SeqeraGetUserInfoInput,\n output: SeqeraGetUserInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AACxI,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gBAAgB;CAC9C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACpD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CAChF,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C;CACpF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,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-user-info.d.ts
4
+ declare const SeqeraGetUserInfoInput: z.ZodTypeAny;
5
+ declare const SeqeraGetUserInfoOutput: z.ZodTypeAny;
6
+ declare const seqeraGetUserInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraGetUserInfo };
9
+ //# sourceMappingURL=get-user-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user-info.d.cts","names":[],"sources":["../../src/actions/get-user-info.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAAkG;AAAA,cAC5H,uBAAA,EAAyB,CAAA,CAAE,UAmBgB;AAAA,cAE3C,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-user-info.d.ts
4
+ declare const SeqeraGetUserInfoInput: z.ZodTypeAny;
5
+ declare const SeqeraGetUserInfoOutput: z.ZodTypeAny;
6
+ declare const seqeraGetUserInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { seqeraGetUserInfo };
9
+ //# sourceMappingURL=get-user-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user-info.d.mts","names":[],"sources":["../../src/actions/get-user-info.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAAkG;AAAA,cAC5H,uBAAA,EAAyB,CAAA,CAAE,UAmBgB;AAAA,cAE3C,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,32 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const seqeraGetUserInfo = action("SEQERA_GET_USER_INFO", {
4
+ slug: "seqera-get-user-info",
5
+ name: "Get User Info",
6
+ description: "Tool to retrieve information about the authenticated user. Use when you need to fetch details of the current user after authentication.",
7
+ input: z.object({}).describe("Request model for retrieving authenticated user information."),
8
+ output: z.object({
9
+ id: z.number().int().describe("Unique user ID"),
10
+ email: z.string().describe("User's email address"),
11
+ avatar: z.string().describe("URL to user's avatar image").nullable().optional(),
12
+ deleted: z.boolean().default(false).describe("Whether the user is deleted").nullable().optional(),
13
+ avatarId: z.string().describe("Avatar ID of the user").nullable().optional(),
14
+ lastName: z.string().describe("Last name of the user").nullable().optional(),
15
+ userName: z.string().describe("Username of the user"),
16
+ firstName: z.string().describe("First name of the user").nullable().optional(),
17
+ lastAccess: z.string().describe("Last access timestamp").nullable().optional(),
18
+ dateCreated: z.string().describe("Date the user was created").nullable().optional(),
19
+ description: z.string().describe("Description of the user").nullable().optional(),
20
+ lastUpdated: z.string().describe("Last updated timestamp").nullable().optional(),
21
+ needConsent: z.boolean().describe("Whether user needs consent").nullable().optional(),
22
+ notification: z.boolean().describe("Whether user has notifications enabled").nullable().optional(),
23
+ organization: z.string().describe("Organization of the user").nullable().optional(),
24
+ marketingConsent: z.boolean().describe("Whether user has consented to marketing"),
25
+ termsOfUseConsent: z.boolean().describe("Whether user has consented to terms of use"),
26
+ defaultWorkspaceId: z.number().int().describe("Default workspace ID for the user").nullable().optional()
27
+ }).describe("Response schema for GET_USER_INFO action.")
28
+ });
29
+ //#endregion
30
+ export { seqeraGetUserInfo };
31
+
32
+ //# sourceMappingURL=get-user-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user-info.mjs","names":[],"sources":["../../src/actions/get-user-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraGetUserInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving authenticated user information.\");\nexport const SeqeraGetUserInfoOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique user ID\"),\n email: z.string().describe(\"User's email address\"),\n avatar: z.string().describe(\"URL to user's avatar image\").nullable().optional(),\n deleted: z.boolean().default(false).describe(\"Whether the user is deleted\").nullable().optional(),\n avatarId: z.string().describe(\"Avatar ID of the user\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the user\").nullable().optional(),\n userName: z.string().describe(\"Username of the user\"),\n firstName: z.string().describe(\"First name of the user\").nullable().optional(),\n lastAccess: z.string().describe(\"Last access timestamp\").nullable().optional(),\n dateCreated: z.string().describe(\"Date the user was created\").nullable().optional(),\n description: z.string().describe(\"Description of the user\").nullable().optional(),\n lastUpdated: z.string().describe(\"Last updated timestamp\").nullable().optional(),\n needConsent: z.boolean().describe(\"Whether user needs consent\").nullable().optional(),\n notification: z.boolean().describe(\"Whether user has notifications enabled\").nullable().optional(),\n organization: z.string().describe(\"Organization of the user\").nullable().optional(),\n marketingConsent: z.boolean().describe(\"Whether user has consented to marketing\"),\n termsOfUseConsent: z.boolean().describe(\"Whether user has consented to terms of use\"),\n defaultWorkspaceId: z.number().int().describe(\"Default workspace ID for the user\").nullable().optional(),\n}).describe(\"Response schema for GET_USER_INFO action.\");\n\nexport const seqeraGetUserInfo = action(\"SEQERA_GET_USER_INFO\", {\n slug: \"seqera-get-user-info\",\n name: \"Get User Info\",\n description: \"Tool to retrieve information about the authenticated user. Use when you need to fetch details of the current user after authentication.\",\n input: SeqeraGetUserInfoInput,\n output: SeqeraGetUserInfoOutput,\n});\n"],"mappings":";;AA0BA,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA1BkD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DA0BjE;CACP,QA1BmD,EAAE,OAAO;EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gBAAgB;EAC9C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EACpD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EAChF,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C;EACpF,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-wave-build-logs.ts
4
+ const SeqeraGetWaveBuildLogsInput = zod.z.object({ buildId: zod.z.string().describe("Build identifier for the container build whose logs are to be retrieved") }).describe("Request model for retrieving Wave container build logs.");
5
+ const SeqeraGetWaveBuildLogsOutput = zod.z.object({ logs: zod.z.string().describe("Build logs as text content from the container build process") }).describe("Response model for Wave container build logs.");
6
+ const seqeraGetWaveBuildLogs = require_action.action("SEQERA_GET_WAVE_BUILD_LOGS", {
7
+ slug: "seqera-get-wave-build-logs",
8
+ name: "Get Wave Build Logs",
9
+ 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.",
10
+ input: SeqeraGetWaveBuildLogsInput,
11
+ output: SeqeraGetWaveBuildLogsOutput
12
+ });
13
+ //#endregion
14
+ exports.seqeraGetWaveBuildLogs = seqeraGetWaveBuildLogs;
15
+
16
+ //# sourceMappingURL=get-wave-build-logs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-wave-build-logs.cjs","names":["z","action"],"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":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,EACxG,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,EACzF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,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/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.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-wave-build-logs.d.cts","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"}