@keystrokehq/seqera 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/create-wave-container.cjs +1 -1
- package/dist/actions/create-wave-container.cjs.map +1 -1
- package/dist/actions/create-wave-container.d.cts +67 -3
- package/dist/actions/create-wave-container.d.cts.map +1 -1
- package/dist/actions/create-wave-container.d.mts +67 -3
- package/dist/actions/create-wave-container.d.mts.map +1 -1
- package/dist/actions/create-wave-container.mjs +1 -1
- package/dist/actions/create-wave-container.mjs.map +1 -1
- package/dist/actions/get-organization-details.cjs +2 -2
- package/dist/actions/get-organization-details.cjs.map +1 -1
- package/dist/actions/get-organization-details.d.cts +20 -3
- package/dist/actions/get-organization-details.d.cts.map +1 -1
- package/dist/actions/get-organization-details.d.mts +20 -3
- package/dist/actions/get-organization-details.d.mts.map +1 -1
- package/dist/actions/get-organization-details.mjs +2 -2
- package/dist/actions/get-organization-details.mjs.map +1 -1
- package/dist/actions/get-service-info.cjs +2 -2
- package/dist/actions/get-service-info.cjs.map +1 -1
- package/dist/actions/get-service-info.d.cts +8 -3
- package/dist/actions/get-service-info.d.cts.map +1 -1
- package/dist/actions/get-service-info.d.mts +8 -3
- package/dist/actions/get-service-info.d.mts.map +1 -1
- package/dist/actions/get-service-info.mjs +2 -2
- package/dist/actions/get-service-info.mjs.map +1 -1
- package/dist/actions/get-user-info.cjs +5 -5
- package/dist/actions/get-user-info.cjs.map +1 -1
- package/dist/actions/get-user-info.d.cts +22 -3
- package/dist/actions/get-user-info.d.cts.map +1 -1
- package/dist/actions/get-user-info.d.mts +22 -3
- package/dist/actions/get-user-info.d.mts.map +1 -1
- package/dist/actions/get-user-info.mjs +5 -5
- package/dist/actions/get-user-info.mjs.map +1 -1
- package/dist/actions/get-wave-build-logs.cjs +1 -1
- package/dist/actions/get-wave-build-logs.cjs.map +1 -1
- package/dist/actions/get-wave-build-logs.d.cts +9 -3
- package/dist/actions/get-wave-build-logs.d.cts.map +1 -1
- package/dist/actions/get-wave-build-logs.d.mts +9 -3
- package/dist/actions/get-wave-build-logs.d.mts.map +1 -1
- package/dist/actions/get-wave-build-logs.mjs +1 -1
- package/dist/actions/get-wave-build-logs.mjs.map +1 -1
- package/dist/actions/get-wave-build-status.cjs.map +1 -1
- package/dist/actions/get-wave-build-status.d.cts +16 -3
- package/dist/actions/get-wave-build-status.d.cts.map +1 -1
- package/dist/actions/get-wave-build-status.d.mts +16 -3
- package/dist/actions/get-wave-build-status.d.mts.map +1 -1
- package/dist/actions/get-wave-build-status.mjs.map +1 -1
- package/dist/actions/inspect-wave-container.cjs.map +1 -1
- package/dist/actions/inspect-wave-container.d.cts +26 -3
- package/dist/actions/inspect-wave-container.d.cts.map +1 -1
- package/dist/actions/inspect-wave-container.d.mts +26 -3
- package/dist/actions/inspect-wave-container.d.mts.map +1 -1
- package/dist/actions/inspect-wave-container.mjs.map +1 -1
- package/dist/actions/list-action-event-types.cjs +4 -4
- package/dist/actions/list-action-event-types.cjs.map +1 -1
- package/dist/actions/list-action-event-types.d.cts +14 -3
- package/dist/actions/list-action-event-types.d.cts.map +1 -1
- package/dist/actions/list-action-event-types.d.mts +14 -3
- package/dist/actions/list-action-event-types.d.mts.map +1 -1
- package/dist/actions/list-action-event-types.mjs +4 -4
- package/dist/actions/list-action-event-types.mjs.map +1 -1
- package/dist/actions/list-compute-environments.cjs +2 -2
- package/dist/actions/list-compute-environments.cjs.map +1 -1
- package/dist/actions/list-compute-environments.d.cts +30 -3
- package/dist/actions/list-compute-environments.d.cts.map +1 -1
- package/dist/actions/list-compute-environments.d.mts +30 -3
- package/dist/actions/list-compute-environments.d.mts.map +1 -1
- package/dist/actions/list-compute-environments.mjs +2 -2
- package/dist/actions/list-compute-environments.mjs.map +1 -1
- package/dist/actions/list-organizations.cjs +2 -2
- package/dist/actions/list-organizations.cjs.map +1 -1
- package/dist/actions/list-organizations.d.cts +18 -3
- package/dist/actions/list-organizations.d.cts.map +1 -1
- package/dist/actions/list-organizations.d.mts +18 -3
- package/dist/actions/list-organizations.d.mts.map +1 -1
- package/dist/actions/list-organizations.mjs +2 -2
- package/dist/actions/list-organizations.mjs.map +1 -1
- package/dist/actions/list-pipelines.cjs +6 -6
- package/dist/actions/list-pipelines.cjs.map +1 -1
- package/dist/actions/list-pipelines.d.cts +29 -3
- package/dist/actions/list-pipelines.d.cts.map +1 -1
- package/dist/actions/list-pipelines.d.mts +29 -3
- package/dist/actions/list-pipelines.d.mts.map +1 -1
- package/dist/actions/list-pipelines.mjs +6 -6
- package/dist/actions/list-pipelines.mjs.map +1 -1
- package/dist/actions/list-workflows.cjs +2 -2
- package/dist/actions/list-workflows.cjs.map +1 -1
- package/dist/actions/list-workflows.d.cts +30 -3
- package/dist/actions/list-workflows.d.cts.map +1 -1
- package/dist/actions/list-workflows.d.mts +30 -3
- package/dist/actions/list-workflows.d.mts.map +1 -1
- package/dist/actions/list-workflows.mjs +2 -2
- package/dist/actions/list-workflows.mjs.map +1 -1
- package/dist/actions/validate-action-name.cjs +2 -2
- package/dist/actions/validate-action-name.cjs.map +1 -1
- package/dist/actions/validate-action-name.d.cts +13 -3
- package/dist/actions/validate-action-name.d.cts.map +1 -1
- package/dist/actions/validate-action-name.d.mts +13 -3
- package/dist/actions/validate-action-name.d.mts.map +1 -1
- package/dist/actions/validate-action-name.mjs +2 -2
- package/dist/actions/validate-action-name.mjs.map +1 -1
- package/dist/actions/validate-pipeline-name.cjs +2 -2
- package/dist/actions/validate-pipeline-name.cjs.map +1 -1
- package/dist/actions/validate-pipeline-name.d.cts +15 -3
- package/dist/actions/validate-pipeline-name.d.cts.map +1 -1
- package/dist/actions/validate-pipeline-name.d.mts +15 -3
- package/dist/actions/validate-pipeline-name.d.mts.map +1 -1
- package/dist/actions/validate-pipeline-name.mjs +2 -2
- package/dist/actions/validate-pipeline-name.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,36 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-workflows.d.ts
|
|
4
|
-
declare const SeqeraListWorkflowsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SeqeraListWorkflowsInput: z.ZodObject<{
|
|
5
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
nextToken: z.ZodOptional<z.ZodString>;
|
|
7
|
+
workspaceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const SeqeraListWorkflowsOutput: z.ZodObject<{
|
|
10
|
+
totalSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11
|
+
workflows: z.ZodArray<z.ZodObject<{
|
|
12
|
+
workflow: z.ZodNullable<z.ZodObject<{
|
|
13
|
+
id: z.ZodNullable<z.ZodString>;
|
|
14
|
+
start: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
status: z.ZodNullable<z.ZodString>;
|
|
16
|
+
submit: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
ownerId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
runName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
workDir: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
complete: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
userName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
dateCreated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
lastUpdated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
projectName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
}, z.core.$loose>>;
|
|
27
|
+
}, z.core.$strip>>;
|
|
28
|
+
}, z.core.$strip>;
|
|
29
|
+
declare const seqeraListWorkflows: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
|
+
workspaceId: string;
|
|
31
|
+
limit?: number | undefined;
|
|
32
|
+
nextToken?: string | undefined;
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
34
|
//#endregion
|
|
8
35
|
export { seqeraListWorkflows };
|
|
9
36
|
//# sourceMappingURL=list-workflows.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-workflows.d.mts","names":[],"sources":["../../src/actions/list-workflows.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"list-workflows.d.mts","names":[],"sources":["../../src/actions/list-workflows.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;cAuBxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -7,9 +7,9 @@ const SeqeraListWorkflowsInput = z.object({
|
|
|
7
7
|
workspaceId: z.string().describe("ID of the workspace to filter workflows")
|
|
8
8
|
}).describe("Request model for listing Seqera workflows.");
|
|
9
9
|
const SeqeraListWorkflows_WorkflowDetailsSchema = z.object({
|
|
10
|
-
id: z.string().describe("Unique identifier of the workflow run"),
|
|
10
|
+
id: z.string().describe("Unique identifier of the workflow run").nullable(),
|
|
11
11
|
start: z.string().describe("Start timestamp (ISO 8601 format)").nullable().optional(),
|
|
12
|
-
status: z.string().describe("Status of the workflow (e.g., SUCCEEDED, FAILED, RUNNING)"),
|
|
12
|
+
status: z.string().describe("Status of the workflow (e.g., SUCCEEDED, FAILED, RUNNING)").nullable(),
|
|
13
13
|
submit: z.string().describe("Submit timestamp (ISO 8601 format)").nullable().optional(),
|
|
14
14
|
ownerId: z.number().int().describe("ID of the workflow owner").nullable().optional(),
|
|
15
15
|
runName: z.string().describe("Name of the workflow run").nullable().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-workflows.mjs","names":[],"sources":["../../src/actions/list-workflows.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraListWorkflowsInput
|
|
1
|
+
{"version":3,"file":"list-workflows.mjs","names":[],"sources":["../../src/actions/list-workflows.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraListWorkflowsInput = z.object({\n limit: z.number().int().describe(\"Maximum number of workflows to return (pagination size)\").optional(),\n nextToken: z.string().describe(\"Pagination token to retrieve the next set of results\").optional(),\n workspaceId: z.string().describe(\"ID of the workspace to filter workflows\"),\n}).describe(\"Request model for listing Seqera workflows.\");\nconst SeqeraListWorkflows_WorkflowDetailsSchema = z.object({\n id: z.string().describe(\"Unique identifier of the workflow run\").nullable(),\n start: z.string().describe(\"Start timestamp (ISO 8601 format)\").nullable().optional(),\n status: z.string().describe(\"Status of the workflow (e.g., SUCCEEDED, FAILED, RUNNING)\").nullable(),\n submit: z.string().describe(\"Submit timestamp (ISO 8601 format)\").nullable().optional(),\n ownerId: z.number().int().describe(\"ID of the workflow owner\").nullable().optional(),\n runName: z.string().describe(\"Name of the workflow run\").nullable().optional(),\n workDir: z.string().describe(\"Working directory for the workflow\").nullable().optional(),\n complete: z.string().describe(\"Completion timestamp (ISO 8601 format)\").nullable().optional(),\n revision: z.string().describe(\"Revision or version of the workflow\").nullable().optional(),\n userName: z.string().describe(\"Username of the workflow owner\").nullable().optional(),\n dateCreated: z.string().describe(\"Creation timestamp (ISO 8601 format)\").nullable().optional(),\n lastUpdated: z.string().describe(\"Last update timestamp (ISO 8601 format)\").nullable().optional(),\n projectName: z.string().describe(\"Name of the project/pipeline\").nullable().optional(),\n}).passthrough().describe(\"Represents the detailed workflow record from Seqera API.\");\nconst SeqeraListWorkflows_WorkflowItemSchema = z.object({\n workflow: SeqeraListWorkflows_WorkflowDetailsSchema.nullable(),\n}).describe(\"Wrapper for a workflow record containing the workflow details.\");\nexport const SeqeraListWorkflowsOutput = z.object({\n totalSize: z.number().int().describe(\"Total number of workflows\").nullable().optional(),\n workflows: z.array(SeqeraListWorkflows_WorkflowItemSchema).describe(\"List of workflow wrapper objects\"),\n}).describe(\"Response model for listing Seqera workflows.\");\n\nexport const seqeraListWorkflows = action(\"SEQERA_LIST_WORKFLOWS\", {\n slug: \"seqera-list-workflows\",\n name: \"List Workflows\",\n description: \"Tool to list workflows. Use when you need to retrieve workflows filtered by workspace and paginated.\",\n input: SeqeraListWorkflowsInput,\n output: SeqeraListWorkflowsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO;CAC/C,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAC5E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,4CAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CAClG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AACpF,MAAM,yCAAyC,EAAE,OAAO,EACtD,UAAU,0CAA0C,SAAS,EAC/D,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAM5E,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVuC,EAAE,OAAO;EAChD,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,WAAW,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,kCAAkC;CACxG,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -7,8 +7,8 @@ const SeqeraValidateActionNameInput = zod.z.object({
|
|
|
7
7
|
}).describe("Request model for validating an action name in Seqera.");
|
|
8
8
|
const SeqeraValidateActionNameOutput = zod.z.object({
|
|
9
9
|
message: zod.z.string().describe("Validation message or error details if validation fails").nullable().optional(),
|
|
10
|
-
is_valid: zod.z.boolean().describe("Whether the action name is valid and available. True if validation succeeds (HTTP 204), False otherwise."),
|
|
11
|
-
status_code: zod.z.number().int().describe("HTTP status code returned by the validation endpoint")
|
|
10
|
+
is_valid: zod.z.boolean().describe("Whether the action name is valid and available. True if validation succeeds (HTTP 204), False otherwise.").nullable(),
|
|
11
|
+
status_code: zod.z.number().int().describe("HTTP status code returned by the validation endpoint").nullable()
|
|
12
12
|
}).describe("Response model for action name validation.");
|
|
13
13
|
const seqeraValidateActionName = require_action.action("SEQERA_VALIDATE_ACTION_NAME", {
|
|
14
14
|
slug: "seqera-validate-action-name",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-action-name.cjs","names":["z","action"],"sources":["../../src/actions/validate-action-name.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraValidateActionNameInput
|
|
1
|
+
{"version":3,"file":"validate-action-name.cjs","names":["z","action"],"sources":["../../src/actions/validate-action-name.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraValidateActionNameInput = z.object({\n name: z.string().describe(\"Action name to validate. The API will check if this name is valid and available.\").optional(),\n workspaceId: z.number().int().describe(\"Workspace numeric identifier to validate the action name within a specific workspace context\").optional(),\n}).describe(\"Request model for validating an action name in Seqera.\");\nexport const SeqeraValidateActionNameOutput = z.object({\n message: z.string().describe(\"Validation message or error details if validation fails\").nullable().optional(),\n is_valid: z.boolean().describe(\"Whether the action name is valid and available. True if validation succeeds (HTTP 204), False otherwise.\").nullable(),\n status_code: z.number().int().describe(\"HTTP status code returned by the validation endpoint\").nullable(),\n}).describe(\"Response model for action name validation.\");\n\nexport const seqeraValidateActionName = action(\"SEQERA_VALIDATE_ACTION_NAME\", {\n slug: \"seqera-validate-action-name\",\n name: \"Validate Action Name\",\n description: \"Tool to validate action name. Use when you need to confirm if an action name is valid and available before creating an action. Returns validation status with details.\",\n input: SeqeraValidateActionNameInput,\n output: SeqeraValidateActionNameOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACvH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;AAClJ,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CACpJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/validate-action-name.d.ts
|
|
4
|
-
declare const SeqeraValidateActionNameInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SeqeraValidateActionNameInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6
|
+
workspaceId: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const SeqeraValidateActionNameOutput: z.ZodObject<{
|
|
9
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
is_valid: z.ZodNullable<z.ZodBoolean>;
|
|
11
|
+
status_code: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const seqeraValidateActionName: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
name?: string | undefined;
|
|
15
|
+
workspaceId?: number | undefined;
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
17
|
//#endregion
|
|
8
18
|
export { seqeraValidateActionName };
|
|
9
19
|
//# sourceMappingURL=validate-action-name.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-action-name.d.cts","names":[],"sources":["../../src/actions/validate-action-name.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"validate-action-name.d.cts","names":[],"sources":["../../src/actions/validate-action-name.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAI7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;cAM9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/validate-action-name.d.ts
|
|
4
|
-
declare const SeqeraValidateActionNameInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SeqeraValidateActionNameInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6
|
+
workspaceId: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const SeqeraValidateActionNameOutput: z.ZodObject<{
|
|
9
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
is_valid: z.ZodNullable<z.ZodBoolean>;
|
|
11
|
+
status_code: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const seqeraValidateActionName: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
name?: string | undefined;
|
|
15
|
+
workspaceId?: number | undefined;
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
17
|
//#endregion
|
|
8
18
|
export { seqeraValidateActionName };
|
|
9
19
|
//# sourceMappingURL=validate-action-name.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-action-name.d.mts","names":[],"sources":["../../src/actions/validate-action-name.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"validate-action-name.d.mts","names":[],"sources":["../../src/actions/validate-action-name.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAI7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;cAM9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -10,8 +10,8 @@ const seqeraValidateActionName = action("SEQERA_VALIDATE_ACTION_NAME", {
|
|
|
10
10
|
}).describe("Request model for validating an action name in Seqera."),
|
|
11
11
|
output: z.object({
|
|
12
12
|
message: z.string().describe("Validation message or error details if validation fails").nullable().optional(),
|
|
13
|
-
is_valid: z.boolean().describe("Whether the action name is valid and available. True if validation succeeds (HTTP 204), False otherwise."),
|
|
14
|
-
status_code: z.number().int().describe("HTTP status code returned by the validation endpoint")
|
|
13
|
+
is_valid: z.boolean().describe("Whether the action name is valid and available. True if validation succeeds (HTTP 204), False otherwise.").nullable(),
|
|
14
|
+
status_code: z.number().int().describe("HTTP status code returned by the validation endpoint").nullable()
|
|
15
15
|
}).describe("Response model for action name validation.")
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-action-name.mjs","names":[],"sources":["../../src/actions/validate-action-name.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraValidateActionNameInput
|
|
1
|
+
{"version":3,"file":"validate-action-name.mjs","names":[],"sources":["../../src/actions/validate-action-name.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraValidateActionNameInput = z.object({\n name: z.string().describe(\"Action name to validate. The API will check if this name is valid and available.\").optional(),\n workspaceId: z.number().int().describe(\"Workspace numeric identifier to validate the action name within a specific workspace context\").optional(),\n}).describe(\"Request model for validating an action name in Seqera.\");\nexport const SeqeraValidateActionNameOutput = z.object({\n message: z.string().describe(\"Validation message or error details if validation fails\").nullable().optional(),\n is_valid: z.boolean().describe(\"Whether the action name is valid and available. True if validation succeeds (HTTP 204), False otherwise.\").nullable(),\n status_code: z.number().int().describe(\"HTTP status code returned by the validation endpoint\").nullable(),\n}).describe(\"Response model for action name validation.\");\n\nexport const seqeraValidateActionName = action(\"SEQERA_VALIDATE_ACTION_NAME\", {\n slug: \"seqera-validate-action-name\",\n name: \"Validate Action Name\",\n description: \"Tool to validate action name. Use when you need to confirm if an action name is valid and available before creating an action. Returns validation status with details.\",\n input: SeqeraValidateActionNameInput,\n output: SeqeraValidateActionNameOutput,\n});\n"],"mappings":";;AAcA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd2C,EAAE,OAAO;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EACvH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CAClJ,CAAC,CAAC,CAAC,SAAS,wDAWH;CACP,QAX4C,EAAE,OAAO;EACrD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;EACpJ,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC1G,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
|
|
@@ -8,8 +8,8 @@ const SeqeraValidatePipelineNameInput = zod.z.object({
|
|
|
8
8
|
}).describe("Request model for validating a pipeline name.");
|
|
9
9
|
const SeqeraValidatePipelineNameOutput = zod.z.object({
|
|
10
10
|
message: zod.z.string().describe("Additional message or error details from the validation response, if any.").nullable().optional(),
|
|
11
|
-
is_valid: zod.z.boolean().describe("Whether the pipeline name is valid. True if the name is available and valid, False otherwise."),
|
|
12
|
-
status_code: zod.z.number().int().describe("HTTP status code from the validation request. 204 indicates valid/available name, 400/403/409 indicate issues.")
|
|
11
|
+
is_valid: zod.z.boolean().describe("Whether the pipeline name is valid. True if the name is available and valid, False otherwise.").nullable(),
|
|
12
|
+
status_code: zod.z.number().int().describe("HTTP status code from the validation request. 204 indicates valid/available name, 400/403/409 indicate issues.").nullable()
|
|
13
13
|
}).describe("Response model for pipeline name validation.");
|
|
14
14
|
const seqeraValidatePipelineName = require_action.action("SEQERA_VALIDATE_PIPELINE_NAME", {
|
|
15
15
|
slug: "seqera-validate-pipeline-name",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-pipeline-name.cjs","names":["z","action"],"sources":["../../src/actions/validate-pipeline-name.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraValidatePipelineNameInput
|
|
1
|
+
{"version":3,"file":"validate-pipeline-name.cjs","names":["z","action"],"sources":["../../src/actions/validate-pipeline-name.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraValidatePipelineNameInput = z.object({\n name: z.string().describe(\"Pipeline name to validate. If omitted, validates without a specific name.\").optional(),\n orgId: z.number().int().describe(\"Organization numeric identifier. If provided, validates the name in an organization context.\").optional(),\n workspaceId: z.number().int().describe(\"Workspace numeric identifier. If provided, validates the name in a workspace context. If omitted, validates in the default user context.\").optional(),\n}).describe(\"Request model for validating a pipeline name.\");\nexport const SeqeraValidatePipelineNameOutput = z.object({\n message: z.string().describe(\"Additional message or error details from the validation response, if any.\").nullable().optional(),\n is_valid: z.boolean().describe(\"Whether the pipeline name is valid. True if the name is available and valid, False otherwise.\").nullable(),\n status_code: z.number().int().describe(\"HTTP status code from the validation request. 204 indicates valid/available name, 400/403/409 indicate issues.\").nullable(),\n}).describe(\"Response model for pipeline name validation.\");\n\nexport const seqeraValidatePipelineName = action(\"SEQERA_VALIDATE_PIPELINE_NAME\", {\n slug: \"seqera-validate-pipeline-name\",\n name: \"Validate Pipeline Name\",\n description: \"Tool to validate a pipeline name. Use when you need to check if a given pipeline name is valid and available before creating or updating one.\",\n input: SeqeraValidatePipelineNameInput,\n output: SeqeraValidatePipelineNameOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CAChH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CAC1I,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;AAC9L,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACzI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;AACpK,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/validate-pipeline-name.d.ts
|
|
4
|
-
declare const SeqeraValidatePipelineNameInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SeqeraValidatePipelineNameInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6
|
+
orgId: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
workspaceId: z.ZodOptional<z.ZodNumber>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const SeqeraValidatePipelineNameOutput: z.ZodObject<{
|
|
10
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
is_valid: z.ZodNullable<z.ZodBoolean>;
|
|
12
|
+
status_code: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
declare const seqeraValidatePipelineName: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
|
+
name?: string | undefined;
|
|
16
|
+
orgId?: number | undefined;
|
|
17
|
+
workspaceId?: number | undefined;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { seqeraValidatePipelineName };
|
|
9
21
|
//# sourceMappingURL=validate-pipeline-name.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-pipeline-name.d.cts","names":[],"sources":["../../src/actions/validate-pipeline-name.ts"],"mappings":";;;cAIa,+BAAA,
|
|
1
|
+
{"version":3,"file":"validate-pipeline-name.d.cts","names":[],"sources":["../../src/actions/validate-pipeline-name.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;cAK/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAMhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/validate-pipeline-name.d.ts
|
|
4
|
-
declare const SeqeraValidatePipelineNameInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SeqeraValidatePipelineNameInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6
|
+
orgId: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
workspaceId: z.ZodOptional<z.ZodNumber>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const SeqeraValidatePipelineNameOutput: z.ZodObject<{
|
|
10
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
is_valid: z.ZodNullable<z.ZodBoolean>;
|
|
12
|
+
status_code: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
declare const seqeraValidatePipelineName: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
|
+
name?: string | undefined;
|
|
16
|
+
orgId?: number | undefined;
|
|
17
|
+
workspaceId?: number | undefined;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { seqeraValidatePipelineName };
|
|
9
21
|
//# sourceMappingURL=validate-pipeline-name.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-pipeline-name.d.mts","names":[],"sources":["../../src/actions/validate-pipeline-name.ts"],"mappings":";;;cAIa,+BAAA,
|
|
1
|
+
{"version":3,"file":"validate-pipeline-name.d.mts","names":[],"sources":["../../src/actions/validate-pipeline-name.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;cAK/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAMhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -11,8 +11,8 @@ const seqeraValidatePipelineName = action("SEQERA_VALIDATE_PIPELINE_NAME", {
|
|
|
11
11
|
}).describe("Request model for validating a pipeline name."),
|
|
12
12
|
output: z.object({
|
|
13
13
|
message: z.string().describe("Additional message or error details from the validation response, if any.").nullable().optional(),
|
|
14
|
-
is_valid: z.boolean().describe("Whether the pipeline name is valid. True if the name is available and valid, False otherwise."),
|
|
15
|
-
status_code: z.number().int().describe("HTTP status code from the validation request. 204 indicates valid/available name, 400/403/409 indicate issues.")
|
|
14
|
+
is_valid: z.boolean().describe("Whether the pipeline name is valid. True if the name is available and valid, False otherwise.").nullable(),
|
|
15
|
+
status_code: z.number().int().describe("HTTP status code from the validation request. 204 indicates valid/available name, 400/403/409 indicate issues.").nullable()
|
|
16
16
|
}).describe("Response model for pipeline name validation.")
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-pipeline-name.mjs","names":[],"sources":["../../src/actions/validate-pipeline-name.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraValidatePipelineNameInput
|
|
1
|
+
{"version":3,"file":"validate-pipeline-name.mjs","names":[],"sources":["../../src/actions/validate-pipeline-name.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SeqeraValidatePipelineNameInput = z.object({\n name: z.string().describe(\"Pipeline name to validate. If omitted, validates without a specific name.\").optional(),\n orgId: z.number().int().describe(\"Organization numeric identifier. If provided, validates the name in an organization context.\").optional(),\n workspaceId: z.number().int().describe(\"Workspace numeric identifier. If provided, validates the name in a workspace context. If omitted, validates in the default user context.\").optional(),\n}).describe(\"Request model for validating a pipeline name.\");\nexport const SeqeraValidatePipelineNameOutput = z.object({\n message: z.string().describe(\"Additional message or error details from the validation response, if any.\").nullable().optional(),\n is_valid: z.boolean().describe(\"Whether the pipeline name is valid. True if the name is available and valid, False otherwise.\").nullable(),\n status_code: z.number().int().describe(\"HTTP status code from the validation request. 204 indicates valid/available name, 400/403/409 indicate issues.\").nullable(),\n}).describe(\"Response model for pipeline name validation.\");\n\nexport const seqeraValidatePipelineName = action(\"SEQERA_VALIDATE_PIPELINE_NAME\", {\n slug: \"seqera-validate-pipeline-name\",\n name: \"Validate Pipeline Name\",\n description: \"Tool to validate a pipeline name. Use when you need to check if a given pipeline name is valid and available before creating or updating one.\",\n input: SeqeraValidatePipelineNameInput,\n output: SeqeraValidatePipelineNameOutput,\n});\n"],"mappings":";;AAeA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf6C,EAAE,OAAO;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EAChH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EAC1I,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CAC9L,CAAC,CAAC,CAAC,SAAS,+CAWH;CACP,QAX8C,EAAE,OAAO;EACvD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;EACzI,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;CACpK,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -7,7 +7,13 @@ const seqeraCatalog = {
|
|
|
7
7
|
"category": "Developer Tools",
|
|
8
8
|
"logo": "https://logos.composio.dev/api/seqera",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "Seqera Platform Access Token",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "The access token used for authenticating API requests to Seqera Platform."
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
11
17
|
};
|
|
12
18
|
//#endregion
|
|
13
19
|
exports.seqeraCatalog = seqeraCatalog;
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seqeraCatalog = {\n \"slug\": \"seqera\",\n \"name\": \"Seqera\",\n \"description\": \"Seqera Platform is an intuitive, centralized command post that enables data analysis at scale, allowing users to launch, manage, and monitor scalable Nextflow pipelines and compute environments on-premises or across cloud providers.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/seqera\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seqeraCatalog = {\n \"slug\": \"seqera\",\n \"name\": \"Seqera\",\n \"description\": \"Seqera Platform is an intuitive, centralized command post that enables data analysis at scale, allowing users to launch, manage, and monitor scalable Nextflow pipelines and compute environments on-premises or across cloud providers.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/seqera\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Seqera Platform Access Token\",\n \"secret\": true,\n \"description\": \"The access token used for authenticating API requests to Seqera Platform.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -8,6 +8,14 @@ declare const seqeraCatalog: {
|
|
|
8
8
|
readonly logo: "https://logos.composio.dev/api/seqera";
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "Seqera Platform Access Token";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "The access token used for authenticating API requests to Seqera Platform.";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
11
19
|
};
|
|
12
20
|
//#endregion
|
|
13
21
|
export { seqeraCatalog };
|
package/dist/catalog.d.mts
CHANGED
|
@@ -8,6 +8,14 @@ declare const seqeraCatalog: {
|
|
|
8
8
|
readonly logo: "https://logos.composio.dev/api/seqera";
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "Seqera Platform Access Token";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "The access token used for authenticating API requests to Seqera Platform.";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
11
19
|
};
|
|
12
20
|
//#endregion
|
|
13
21
|
export { seqeraCatalog };
|
package/dist/catalog.mjs
CHANGED
|
@@ -7,7 +7,13 @@ const seqeraCatalog = {
|
|
|
7
7
|
"category": "Developer Tools",
|
|
8
8
|
"logo": "https://logos.composio.dev/api/seqera",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "Seqera Platform Access Token",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "The access token used for authenticating API requests to Seqera Platform."
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
11
17
|
};
|
|
12
18
|
//#endregion
|
|
13
19
|
export { seqeraCatalog };
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seqeraCatalog = {\n \"slug\": \"seqera\",\n \"name\": \"Seqera\",\n \"description\": \"Seqera Platform is an intuitive, centralized command post that enables data analysis at scale, allowing users to launch, manage, and monitor scalable Nextflow pipelines and compute environments on-premises or across cloud providers.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/seqera\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seqeraCatalog = {\n \"slug\": \"seqera\",\n \"name\": \"Seqera\",\n \"description\": \"Seqera Platform is an intuitive, centralized command post that enables data analysis at scale, allowing users to launch, manage, and monitor scalable Nextflow pipelines and compute environments on-premises or across cloud providers.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/seqera\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Seqera Platform Access Token\",\n \"secret\": true,\n \"description\": \"The access token used for authenticating API requests to Seqera Platform.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/seqera",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@keystrokehq/keystroke": "
|
|
34
|
+
"@keystrokehq/keystroke": ">=0.1.4",
|
|
35
35
|
"zod": "^4.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|