@keystrokehq/signpath 0.1.2 → 0.1.3
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/actions/get-health-check.cjs +1 -1
- package/dist/actions/get-health-check.cjs.map +1 -1
- package/dist/actions/get-health-check.d.cts +1 -1
- package/dist/actions/get-health-check.d.mts +1 -1
- package/dist/actions/get-health-check.mjs +1 -1
- package/dist/actions/get-health-check.mjs.map +1 -1
- package/dist/actions/list-certificates.cjs +1 -1
- package/dist/actions/list-certificates.cjs.map +1 -1
- package/dist/actions/list-certificates.d.cts +1 -1
- package/dist/actions/list-certificates.d.mts +1 -1
- package/dist/actions/list-certificates.mjs +1 -1
- package/dist/actions/list-certificates.mjs.map +1 -1
- package/dist/actions/list-projects.cjs +2 -2
- package/dist/actions/list-projects.cjs.map +1 -1
- package/dist/actions/list-projects.d.cts +2 -2
- package/dist/actions/list-projects.d.mts +2 -2
- package/dist/actions/list-projects.mjs +2 -2
- package/dist/actions/list-projects.mjs.map +1 -1
- package/dist/actions/retrieve-signing-policy-details.cjs +3 -3
- package/dist/actions/retrieve-signing-policy-details.cjs.map +1 -1
- package/dist/actions/retrieve-signing-policy-details.d.cts +3 -3
- package/dist/actions/retrieve-signing-policy-details.d.mts +3 -3
- package/dist/actions/retrieve-signing-policy-details.mjs +3 -3
- package/dist/actions/retrieve-signing-policy-details.mjs.map +1 -1
- package/dist/actions/retrieve-system-info.cjs +1 -1
- package/dist/actions/retrieve-system-info.cjs.map +1 -1
- package/dist/actions/retrieve-system-info.d.cts +1 -1
- package/dist/actions/retrieve-system-info.d.mts +1 -1
- package/dist/actions/retrieve-system-info.mjs +1 -1
- package/dist/actions/retrieve-system-info.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/get-health-check.ts
|
|
4
4
|
const SignpathGetHealthCheckInput = zod.z.object({}).describe("Request model for health check. No parameters are required.");
|
|
5
|
-
const SignpathGetHealthCheckOutput = zod.z.object({ status: zod.z.string().default("healthy").describe("Health status of the API").nullable().optional() }).describe("Response model for health check. Returns status indicating API health.");
|
|
5
|
+
const SignpathGetHealthCheckOutput = zod.z.object({ status: zod.z.string().default("healthy").describe("Health status of the API").nullable().optional() }).passthrough().describe("Response model for health check. Returns status indicating API health.");
|
|
6
6
|
const signpathGetHealthCheck = require_action.action("SIGNPATH_GET_HEALTH_CHECK", {
|
|
7
7
|
slug: "signpath-get-health-check",
|
|
8
8
|
name: "Get Health Check",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-health-check.cjs","names":["z","action"],"sources":["../../src/actions/get-health-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathGetHealthCheckInput = z.object({}).describe(\"Request model for health check. No parameters are required.\");\nexport const SignpathGetHealthCheckOutput = z.object({\n status: z.string().default(\"healthy\").describe(\"Health status of the API\").nullable().optional(),\n}).describe(\"Response model for health check. Returns status indicating API health.\");\n\nexport const signpathGetHealthCheck = action(\"SIGNPATH_GET_HEALTH_CHECK\", {\n slug: \"signpath-get-health-check\",\n name: \"Get Health Check\",\n description: \"Tool to check if the SignPath API is healthy and operational. Use this to verify API availability before performing other operations.\",\n input: SignpathGetHealthCheckInput,\n output: SignpathGetHealthCheckOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAC9H,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,wEAAwE;
|
|
1
|
+
{"version":3,"file":"get-health-check.cjs","names":["z","action"],"sources":["../../src/actions/get-health-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathGetHealthCheckInput = z.object({}).describe(\"Request model for health check. No parameters are required.\");\nexport const SignpathGetHealthCheckOutput = z.object({\n status: z.string().default(\"healthy\").describe(\"Health status of the API\").nullable().optional(),\n}).passthrough().describe(\"Response model for health check. Returns status indicating API health.\");\n\nexport const signpathGetHealthCheck = action(\"SIGNPATH_GET_HEALTH_CHECK\", {\n slug: \"signpath-get-health-check\",\n name: \"Get Health Check\",\n description: \"Tool to check if the SignPath API is healthy and operational. Use this to verify API availability before performing other operations.\",\n input: SignpathGetHealthCheckInput,\n output: SignpathGetHealthCheckOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAC9H,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wEAAwE;AAElG,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SignpathGetHealthCheckInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const SignpathGetHealthCheckOutput: z.ZodObject<{
|
|
6
6
|
status: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
7
|
-
}, z.core.$
|
|
7
|
+
}, z.core.$loose>;
|
|
8
8
|
declare const signpathGetHealthCheck: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { signpathGetHealthCheck };
|
|
@@ -4,7 +4,7 @@ import { z } from "zod";
|
|
|
4
4
|
declare const SignpathGetHealthCheckInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const SignpathGetHealthCheckOutput: z.ZodObject<{
|
|
6
6
|
status: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
7
|
-
}, z.core.$
|
|
7
|
+
}, z.core.$loose>;
|
|
8
8
|
declare const signpathGetHealthCheck: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { signpathGetHealthCheck };
|
|
@@ -5,7 +5,7 @@ const signpathGetHealthCheck = action("SIGNPATH_GET_HEALTH_CHECK", {
|
|
|
5
5
|
name: "Get Health Check",
|
|
6
6
|
description: "Tool to check if the SignPath API is healthy and operational. Use this to verify API availability before performing other operations.",
|
|
7
7
|
input: z.object({}).describe("Request model for health check. No parameters are required."),
|
|
8
|
-
output: z.object({ status: z.string().default("healthy").describe("Health status of the API").nullable().optional() }).describe("Response model for health check. Returns status indicating API health.")
|
|
8
|
+
output: z.object({ status: z.string().default("healthy").describe("Health status of the API").nullable().optional() }).passthrough().describe("Response model for health check. Returns status indicating API health.")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { signpathGetHealthCheck };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-health-check.mjs","names":[],"sources":["../../src/actions/get-health-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathGetHealthCheckInput = z.object({}).describe(\"Request model for health check. No parameters are required.\");\nexport const SignpathGetHealthCheckOutput = z.object({\n status: z.string().default(\"healthy\").describe(\"Health status of the API\").nullable().optional(),\n}).describe(\"Response model for health check. Returns status indicating API health.\");\n\nexport const signpathGetHealthCheck = action(\"SIGNPATH_GET_HEALTH_CHECK\", {\n slug: \"signpath-get-health-check\",\n name: \"Get Health Check\",\n description: \"Tool to check if the SignPath API is healthy and operational. Use this to verify API availability before performing other operations.\",\n input: SignpathGetHealthCheckInput,\n output: SignpathGetHealthCheckOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DASxD;CACP,QAT0C,EAAE,OAAO,EACnD,QAAQ,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"get-health-check.mjs","names":[],"sources":["../../src/actions/get-health-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathGetHealthCheckInput = z.object({}).describe(\"Request model for health check. No parameters are required.\");\nexport const SignpathGetHealthCheckOutput = z.object({\n status: z.string().default(\"healthy\").describe(\"Health status of the API\").nullable().optional(),\n}).passthrough().describe(\"Response model for health check. Returns status indicating API health.\");\n\nexport const signpathGetHealthCheck = action(\"SIGNPATH_GET_HEALTH_CHECK\", {\n slug: \"signpath-get-health-check\",\n name: \"Get Health Check\",\n description: \"Tool to check if the SignPath API is healthy and operational. Use this to verify API availability before performing other operations.\",\n input: SignpathGetHealthCheckInput,\n output: SignpathGetHealthCheckOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DASxD;CACP,QAT0C,EAAE,OAAO,EACnD,QAAQ,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wEAOhB;AACV,CAAC"}
|
|
@@ -6,7 +6,7 @@ const SignpathListCertificates_CertificateSchema = zod.z.object({
|
|
|
6
6
|
id: zod.z.string().describe("Unique identifier (UUID) of the certificate.").nullable(),
|
|
7
7
|
name: zod.z.string().describe("Display name of the certificate.").nullable()
|
|
8
8
|
}).passthrough().describe("Model for a certificate entry returned by the SignPath API.");
|
|
9
|
-
const SignpathListCertificatesOutput = zod.z.object({ certificates: zod.z.array(SignpathListCertificates_CertificateSchema).describe("List of certificates available in the organization. Returns an empty list if no certificates are configured.") }).describe("Response model for listing certificates.");
|
|
9
|
+
const SignpathListCertificatesOutput = zod.z.object({ certificates: zod.z.array(SignpathListCertificates_CertificateSchema).describe("List of certificates available in the organization. Returns an empty list if no certificates are configured.") }).passthrough().describe("Response model for listing certificates.");
|
|
10
10
|
const signpathListCertificates = require_action.action("SIGNPATH_LIST_CERTIFICATES", {
|
|
11
11
|
slug: "signpath-list-certificates",
|
|
12
12
|
name: "List Certificates",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-certificates.cjs","names":["z","action"],"sources":["../../src/actions/list-certificates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathListCertificatesInput = z.object({}).describe(\"Request model for listing all certificates in an organization.\");\nconst SignpathListCertificates_CertificateSchema = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the certificate.\").nullable(),\n name: z.string().describe(\"Display name of the certificate.\").nullable(),\n}).passthrough().describe(\"Model for a certificate entry returned by the SignPath API.\");\nexport const SignpathListCertificatesOutput = z.object({\n certificates: z.array(SignpathListCertificates_CertificateSchema).describe(\"List of certificates available in the organization. Returns an empty list if no certificates are configured.\"),\n}).describe(\"Response model for listing certificates.\");\n\nexport const signpathListCertificates = action(\"SIGNPATH_LIST_CERTIFICATES\", {\n slug: \"signpath-list-certificates\",\n name: \"List Certificates\",\n description: \"Retrieve all certificates available in a SignPath organization. Use this to discover certificate IDs needed for signing operations. Requires a valid organization_id which can be obtained from your SignPath account settings.\",\n input: SignpathListCertificatesInput,\n output: SignpathListCertificatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE;AACnI,MAAM,6CAA6CA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AACvF,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,cAAcA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,8GAA8G,EAC3L,CAAC,CAAC,CAAC,SAAS,0CAA0C;
|
|
1
|
+
{"version":3,"file":"list-certificates.cjs","names":["z","action"],"sources":["../../src/actions/list-certificates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathListCertificatesInput = z.object({}).describe(\"Request model for listing all certificates in an organization.\");\nconst SignpathListCertificates_CertificateSchema = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the certificate.\").nullable(),\n name: z.string().describe(\"Display name of the certificate.\").nullable(),\n}).passthrough().describe(\"Model for a certificate entry returned by the SignPath API.\");\nexport const SignpathListCertificatesOutput = z.object({\n certificates: z.array(SignpathListCertificates_CertificateSchema).describe(\"List of certificates available in the organization. Returns an empty list if no certificates are configured.\"),\n}).passthrough().describe(\"Response model for listing certificates.\");\n\nexport const signpathListCertificates = action(\"SIGNPATH_LIST_CERTIFICATES\", {\n slug: \"signpath-list-certificates\",\n name: \"List Certificates\",\n description: \"Retrieve all certificates available in a SignPath organization. Use this to discover certificate IDs needed for signing operations. Requires a valid organization_id which can be obtained from your SignPath account settings.\",\n input: SignpathListCertificatesInput,\n output: SignpathListCertificatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE;AACnI,MAAM,6CAA6CA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AACvF,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,cAAcA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,8GAA8G,EAC3L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -7,7 +7,7 @@ declare const SignpathListCertificatesOutput: z.ZodObject<{
|
|
|
7
7
|
id: z.ZodNullable<z.ZodString>;
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
|
-
}, z.core.$
|
|
10
|
+
}, z.core.$loose>;
|
|
11
11
|
declare const signpathListCertificates: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { signpathListCertificates };
|
|
@@ -7,7 +7,7 @@ declare const SignpathListCertificatesOutput: z.ZodObject<{
|
|
|
7
7
|
id: z.ZodNullable<z.ZodString>;
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
|
-
}, z.core.$
|
|
10
|
+
}, z.core.$loose>;
|
|
11
11
|
declare const signpathListCertificates: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { signpathListCertificates };
|
|
@@ -11,7 +11,7 @@ const signpathListCertificates = action("SIGNPATH_LIST_CERTIFICATES", {
|
|
|
11
11
|
name: "List Certificates",
|
|
12
12
|
description: "Retrieve all certificates available in a SignPath organization. Use this to discover certificate IDs needed for signing operations. Requires a valid organization_id which can be obtained from your SignPath account settings.",
|
|
13
13
|
input: SignpathListCertificatesInput,
|
|
14
|
-
output: z.object({ certificates: z.array(SignpathListCertificates_CertificateSchema).describe("List of certificates available in the organization. Returns an empty list if no certificates are configured.") }).describe("Response model for listing certificates.")
|
|
14
|
+
output: z.object({ certificates: z.array(SignpathListCertificates_CertificateSchema).describe("List of certificates available in the organization. Returns an empty list if no certificates are configured.") }).passthrough().describe("Response model for listing certificates.")
|
|
15
15
|
});
|
|
16
16
|
//#endregion
|
|
17
17
|
export { signpathListCertificates };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-certificates.mjs","names":[],"sources":["../../src/actions/list-certificates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathListCertificatesInput = z.object({}).describe(\"Request model for listing all certificates in an organization.\");\nconst SignpathListCertificates_CertificateSchema = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the certificate.\").nullable(),\n name: z.string().describe(\"Display name of the certificate.\").nullable(),\n}).passthrough().describe(\"Model for a certificate entry returned by the SignPath API.\");\nexport const SignpathListCertificatesOutput = z.object({\n certificates: z.array(SignpathListCertificates_CertificateSchema).describe(\"List of certificates available in the organization. Returns an empty list if no certificates are configured.\"),\n}).describe(\"Response model for listing certificates.\");\n\nexport const signpathListCertificates = action(\"SIGNPATH_LIST_CERTIFICATES\", {\n slug: \"signpath-list-certificates\",\n name: \"List Certificates\",\n description: \"Retrieve all certificates available in a SignPath organization. Use this to discover certificate IDs needed for signing operations. Requires a valid organization_id which can be obtained from your SignPath account settings.\",\n input: SignpathListCertificatesInput,\n output: SignpathListCertificatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE;AACnI,MAAM,6CAA6C,EAAE,OAAO;CAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AAKvF,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4C,EAAE,OAAO,EACrD,cAAc,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,8GAA8G,EAC3L,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"list-certificates.mjs","names":[],"sources":["../../src/actions/list-certificates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathListCertificatesInput = z.object({}).describe(\"Request model for listing all certificates in an organization.\");\nconst SignpathListCertificates_CertificateSchema = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the certificate.\").nullable(),\n name: z.string().describe(\"Display name of the certificate.\").nullable(),\n}).passthrough().describe(\"Model for a certificate entry returned by the SignPath API.\");\nexport const SignpathListCertificatesOutput = z.object({\n certificates: z.array(SignpathListCertificates_CertificateSchema).describe(\"List of certificates available in the organization. Returns an empty list if no certificates are configured.\"),\n}).passthrough().describe(\"Response model for listing certificates.\");\n\nexport const signpathListCertificates = action(\"SIGNPATH_LIST_CERTIFICATES\", {\n slug: \"signpath-list-certificates\",\n name: \"List Certificates\",\n description: \"Retrieve all certificates available in a SignPath organization. Use this to discover certificate IDs needed for signing operations. Requires a valid organization_id which can be obtained from your SignPath account settings.\",\n input: SignpathListCertificatesInput,\n output: SignpathListCertificatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE;AACnI,MAAM,6CAA6C,EAAE,OAAO;CAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AAKvF,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4C,EAAE,OAAO,EACrD,cAAc,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,8GAA8G,EAC3L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
|
|
@@ -10,11 +10,11 @@ const SignpathListProjects_ProjectSchema = zod.z.object({
|
|
|
10
10
|
name: zod.z.string().describe("Project name.").nullable(),
|
|
11
11
|
isActive: zod.z.boolean().describe("Whether the project is currently active").nullable(),
|
|
12
12
|
description: zod.z.string().describe("Project description.").nullable().optional()
|
|
13
|
-
}).describe("Model for a single project entry.");
|
|
13
|
+
}).passthrough().describe("Model for a single project entry.");
|
|
14
14
|
const SignpathListProjectsOutput = zod.z.object({
|
|
15
15
|
count: zod.z.number().int().describe("Total number of projects matching the criteria").nullable(),
|
|
16
16
|
value: zod.z.array(SignpathListProjects_ProjectSchema).describe("Array of project objects")
|
|
17
|
-
}).describe("Response model for listing projects.");
|
|
17
|
+
}).passthrough().describe("Response model for listing projects.");
|
|
18
18
|
const signpathListProjects = require_action.action("SIGNPATH_LIST_PROJECTS", {
|
|
19
19
|
slug: "signpath-list-projects",
|
|
20
20
|
name: "List Projects",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-projects.cjs","names":["z","action"],"sources":["../../src/actions/list-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathListProjectsInput = z.object({\n skip: z.number().int().describe(\"Number of items to skip for pagination.\").optional(),\n take: z.number().int().describe(\"Number of items to return (max 100).\").optional(),\n}).describe(\"Request model for listing all projects in an organization.\");\nconst SignpathListProjects_ProjectSchema = z.object({\n id: z.string().describe(\"Project identifier.\").nullable(),\n name: z.string().describe(\"Project name.\").nullable(),\n isActive: z.boolean().describe(\"Whether the project is currently active\").nullable(),\n description: z.string().describe(\"Project description.\").nullable().optional(),\n}).describe(\"Model for a single project entry.\");\nexport const SignpathListProjectsOutput = z.object({\n count: z.number().int().describe(\"Total number of projects matching the criteria\").nullable(),\n value: z.array(SignpathListProjects_ProjectSchema).describe(\"Array of project objects\"),\n}).describe(\"Response model for listing projects.\");\n\nexport const signpathListProjects = action(\"SIGNPATH_LIST_PROJECTS\", {\n slug: \"signpath-list-projects\",\n name: \"List Projects\",\n description: \"Tool to list all projects for an organization. Use after confirming the organization ID to retrieve and paginate project records.\",\n input: SignpathListProjectsInput,\n output: SignpathListProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CACpD,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,SAAS,mCAAmC;
|
|
1
|
+
{"version":3,"file":"list-projects.cjs","names":["z","action"],"sources":["../../src/actions/list-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathListProjectsInput = z.object({\n skip: z.number().int().describe(\"Number of items to skip for pagination.\").optional(),\n take: z.number().int().describe(\"Number of items to return (max 100).\").optional(),\n}).describe(\"Request model for listing all projects in an organization.\");\nconst SignpathListProjects_ProjectSchema = z.object({\n id: z.string().describe(\"Project identifier.\").nullable(),\n name: z.string().describe(\"Project name.\").nullable(),\n isActive: z.boolean().describe(\"Whether the project is currently active\").nullable(),\n description: z.string().describe(\"Project description.\").nullable().optional(),\n}).passthrough().describe(\"Model for a single project entry.\");\nexport const SignpathListProjectsOutput = z.object({\n count: z.number().int().describe(\"Total number of projects matching the criteria\").nullable(),\n value: z.array(SignpathListProjects_ProjectSchema).describe(\"Array of project objects\"),\n}).passthrough().describe(\"Response model for listing projects.\");\n\nexport const signpathListProjects = action(\"SIGNPATH_LIST_PROJECTS\", {\n slug: \"signpath-list-projects\",\n name: \"List Projects\",\n description: \"Tool to list all projects for an organization. Use after confirming the organization ID to retrieve and paginate project records.\",\n input: SignpathListProjectsInput,\n output: SignpathListProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CACpD,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC5F,OAAOA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,0BAA0B;AACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -12,8 +12,8 @@ declare const SignpathListProjectsOutput: z.ZodObject<{
|
|
|
12
12
|
name: z.ZodNullable<z.ZodString>;
|
|
13
13
|
isActive: z.ZodNullable<z.ZodBoolean>;
|
|
14
14
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
-
}, z.core.$
|
|
16
|
-
}, z.core.$
|
|
15
|
+
}, z.core.$loose>>;
|
|
16
|
+
}, z.core.$loose>;
|
|
17
17
|
declare const signpathListProjects: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
skip?: number | undefined;
|
|
19
19
|
take?: number | undefined;
|
|
@@ -12,8 +12,8 @@ declare const SignpathListProjectsOutput: z.ZodObject<{
|
|
|
12
12
|
name: z.ZodNullable<z.ZodString>;
|
|
13
13
|
isActive: z.ZodNullable<z.ZodBoolean>;
|
|
14
14
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
-
}, z.core.$
|
|
16
|
-
}, z.core.$
|
|
15
|
+
}, z.core.$loose>>;
|
|
16
|
+
}, z.core.$loose>;
|
|
17
17
|
declare const signpathListProjects: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
skip?: number | undefined;
|
|
19
19
|
take?: number | undefined;
|
|
@@ -10,7 +10,7 @@ const SignpathListProjects_ProjectSchema = z.object({
|
|
|
10
10
|
name: z.string().describe("Project name.").nullable(),
|
|
11
11
|
isActive: z.boolean().describe("Whether the project is currently active").nullable(),
|
|
12
12
|
description: z.string().describe("Project description.").nullable().optional()
|
|
13
|
-
}).describe("Model for a single project entry.");
|
|
13
|
+
}).passthrough().describe("Model for a single project entry.");
|
|
14
14
|
const signpathListProjects = action("SIGNPATH_LIST_PROJECTS", {
|
|
15
15
|
slug: "signpath-list-projects",
|
|
16
16
|
name: "List Projects",
|
|
@@ -19,7 +19,7 @@ const signpathListProjects = action("SIGNPATH_LIST_PROJECTS", {
|
|
|
19
19
|
output: z.object({
|
|
20
20
|
count: z.number().int().describe("Total number of projects matching the criteria").nullable(),
|
|
21
21
|
value: z.array(SignpathListProjects_ProjectSchema).describe("Array of project objects")
|
|
22
|
-
}).describe("Response model for listing projects.")
|
|
22
|
+
}).passthrough().describe("Response model for listing projects.")
|
|
23
23
|
});
|
|
24
24
|
//#endregion
|
|
25
25
|
export { signpathListProjects };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-projects.mjs","names":[],"sources":["../../src/actions/list-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathListProjectsInput = z.object({\n skip: z.number().int().describe(\"Number of items to skip for pagination.\").optional(),\n take: z.number().int().describe(\"Number of items to return (max 100).\").optional(),\n}).describe(\"Request model for listing all projects in an organization.\");\nconst SignpathListProjects_ProjectSchema = z.object({\n id: z.string().describe(\"Project identifier.\").nullable(),\n name: z.string().describe(\"Project name.\").nullable(),\n isActive: z.boolean().describe(\"Whether the project is currently active\").nullable(),\n description: z.string().describe(\"Project description.\").nullable().optional(),\n}).describe(\"Model for a single project entry.\");\nexport const SignpathListProjectsOutput = z.object({\n count: z.number().int().describe(\"Total number of projects matching the criteria\").nullable(),\n value: z.array(SignpathListProjects_ProjectSchema).describe(\"Array of project objects\"),\n}).describe(\"Response model for listing projects.\");\n\nexport const signpathListProjects = action(\"SIGNPATH_LIST_PROJECTS\", {\n slug: \"signpath-list-projects\",\n name: \"List Projects\",\n description: \"Tool to list all projects for an organization. Use after confirming the organization ID to retrieve and paginate project records.\",\n input: SignpathListProjectsInput,\n output: SignpathListProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CACpD,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,SAAS,mCAAmC;
|
|
1
|
+
{"version":3,"file":"list-projects.mjs","names":[],"sources":["../../src/actions/list-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathListProjectsInput = z.object({\n skip: z.number().int().describe(\"Number of items to skip for pagination.\").optional(),\n take: z.number().int().describe(\"Number of items to return (max 100).\").optional(),\n}).describe(\"Request model for listing all projects in an organization.\");\nconst SignpathListProjects_ProjectSchema = z.object({\n id: z.string().describe(\"Project identifier.\").nullable(),\n name: z.string().describe(\"Project name.\").nullable(),\n isActive: z.boolean().describe(\"Whether the project is currently active\").nullable(),\n description: z.string().describe(\"Project description.\").nullable().optional(),\n}).passthrough().describe(\"Model for a single project entry.\");\nexport const SignpathListProjectsOutput = z.object({\n count: z.number().int().describe(\"Total number of projects matching the criteria\").nullable(),\n value: z.array(SignpathListProjects_ProjectSchema).describe(\"Array of project objects\"),\n}).passthrough().describe(\"Response model for listing projects.\");\n\nexport const signpathListProjects = action(\"SIGNPATH_LIST_PROJECTS\", {\n slug: \"signpath-list-projects\",\n name: \"List Projects\",\n description: \"Tool to list all projects for an organization. Use after confirming the organization ID to retrieve and paginate project records.\",\n input: SignpathListProjectsInput,\n output: SignpathListProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CACpD,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAM7D,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVwC,EAAE,OAAO;EACjD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EAC5F,OAAO,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,0BAA0B;CACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAOhB;AACV,CAAC"}
|
|
@@ -8,7 +8,7 @@ const SignpathRetrieveSigningPolicyDetailsInput = zod.z.object({
|
|
|
8
8
|
const SignpathRetrieveSigningPolicyDetails_RsaParametersSchema = zod.z.object({
|
|
9
9
|
modulus: zod.z.string().describe("The modulus of the RSA key.").nullable().optional(),
|
|
10
10
|
publicExponent: zod.z.string().describe("The public exponent of the RSA key.").nullable().optional()
|
|
11
|
-
}).describe("RSA key parameters for the signing policy.");
|
|
11
|
+
}).passthrough().describe("RSA key parameters for the signing policy.");
|
|
12
12
|
const SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema = zod.z.object({
|
|
13
13
|
keyType: zod.z.string().describe("The type of signing key (e.g., RSA, ECC).").nullable().optional(),
|
|
14
14
|
projectSlug: zod.z.string().describe("The slug identifier of the project.").nullable().optional(),
|
|
@@ -18,8 +18,8 @@ const SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema = zod.z.obj
|
|
|
18
18
|
signingPolicyId: zod.z.string().describe("Unique identifier (UUID) of the signing policy.").nullable(),
|
|
19
19
|
certificateBytes: zod.z.string().describe("The X.509 certificate in base64-encoded format.").nullable().optional(),
|
|
20
20
|
signingPolicySlug: zod.z.string().describe("The slug identifier of the signing policy.").nullable().optional()
|
|
21
|
-
}).describe("Details of a signing policy including certificate and key information.");
|
|
22
|
-
const SignpathRetrieveSigningPolicyDetailsOutput = zod.z.object({ signingPolicies: zod.z.array(SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema).describe("List of signing policies available to the organization.") }).describe("Response model containing a list of signing policies.");
|
|
21
|
+
}).passthrough().describe("Details of a signing policy including certificate and key information.");
|
|
22
|
+
const SignpathRetrieveSigningPolicyDetailsOutput = zod.z.object({ signingPolicies: zod.z.array(SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema).describe("List of signing policies available to the organization.") }).passthrough().describe("Response model containing a list of signing policies.");
|
|
23
23
|
const signpathRetrieveSigningPolicyDetails = require_action.action("SIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILS", {
|
|
24
24
|
slug: "signpath-retrieve-signing-policy-details",
|
|
25
25
|
name: "Retrieve Signing Policy Details",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-signing-policy-details.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-signing-policy-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathRetrieveSigningPolicyDetailsInput = z.object({\n project_slug: z.string().describe(\"Optional project slug to filter signing policies for a specific project. Required when using signing_policy_slug.\").optional(),\n signing_policy_slug: z.string().describe(\"Optional signing policy slug to get details for a specific policy. Must be used together with project_slug.\").optional(),\n}).describe(\"Request model for retrieving signing policy details.\");\nconst SignpathRetrieveSigningPolicyDetails_RsaParametersSchema = z.object({\n modulus: z.string().describe(\"The modulus of the RSA key.\").nullable().optional(),\n publicExponent: z.string().describe(\"The public exponent of the RSA key.\").nullable().optional(),\n}).describe(\"RSA key parameters for the signing policy.\");\nconst SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema = z.object({\n keyType: z.string().describe(\"The type of signing key (e.g., RSA, ECC).\").nullable().optional(),\n projectSlug: z.string().describe(\"The slug identifier of the project.\").nullable().optional(),\n keySizeInBits: z.number().int().describe(\"The size of the signing key in bits.\").nullable().optional(),\n rsaParameters: SignpathRetrieveSigningPolicyDetails_RsaParametersSchema.nullable().optional(),\n publicKeyBytes: z.string().describe(\"The public key in base64-encoded format.\").nullable().optional(),\n signingPolicyId: z.string().describe(\"Unique identifier (UUID) of the signing policy.\").nullable(),\n certificateBytes: z.string().describe(\"The X.509 certificate in base64-encoded format.\").nullable().optional(),\n signingPolicySlug: z.string().describe(\"The slug identifier of the signing policy.\").nullable().optional(),\n}).describe(\"Details of a signing policy including certificate and key information.\");\nexport const SignpathRetrieveSigningPolicyDetailsOutput = z.object({\n signingPolicies: z.array(SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema).describe(\"List of signing policies available to the organization.\"),\n}).describe(\"Response model containing a list of signing policies.\");\n\nexport const signpathRetrieveSigningPolicyDetails = action(\"SIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILS\", {\n slug: \"signpath-retrieve-signing-policy-details\",\n name: \"Retrieve Signing Policy Details\",\n description: \"Retrieve signing policy details for code signing operations. Returns certificate info, RSA key parameters, and policy metadata for the authenticated user's accessible signing policies. Without filters, returns all policies where the user is assigned as Submitter.\",\n input: SignpathRetrieveSigningPolicyDetailsInput,\n output: SignpathRetrieveSigningPolicyDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA4CA,IAAAA,EAAE,OAAO;CAChE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAChK,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;AACnK,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,2DAA2DA,IAAAA,EAAE,OAAO;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,4CAA4C;
|
|
1
|
+
{"version":3,"file":"retrieve-signing-policy-details.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-signing-policy-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathRetrieveSigningPolicyDetailsInput = z.object({\n project_slug: z.string().describe(\"Optional project slug to filter signing policies for a specific project. Required when using signing_policy_slug.\").optional(),\n signing_policy_slug: z.string().describe(\"Optional signing policy slug to get details for a specific policy. Must be used together with project_slug.\").optional(),\n}).describe(\"Request model for retrieving signing policy details.\");\nconst SignpathRetrieveSigningPolicyDetails_RsaParametersSchema = z.object({\n modulus: z.string().describe(\"The modulus of the RSA key.\").nullable().optional(),\n publicExponent: z.string().describe(\"The public exponent of the RSA key.\").nullable().optional(),\n}).passthrough().describe(\"RSA key parameters for the signing policy.\");\nconst SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema = z.object({\n keyType: z.string().describe(\"The type of signing key (e.g., RSA, ECC).\").nullable().optional(),\n projectSlug: z.string().describe(\"The slug identifier of the project.\").nullable().optional(),\n keySizeInBits: z.number().int().describe(\"The size of the signing key in bits.\").nullable().optional(),\n rsaParameters: SignpathRetrieveSigningPolicyDetails_RsaParametersSchema.nullable().optional(),\n publicKeyBytes: z.string().describe(\"The public key in base64-encoded format.\").nullable().optional(),\n signingPolicyId: z.string().describe(\"Unique identifier (UUID) of the signing policy.\").nullable(),\n certificateBytes: z.string().describe(\"The X.509 certificate in base64-encoded format.\").nullable().optional(),\n signingPolicySlug: z.string().describe(\"The slug identifier of the signing policy.\").nullable().optional(),\n}).passthrough().describe(\"Details of a signing policy including certificate and key information.\");\nexport const SignpathRetrieveSigningPolicyDetailsOutput = z.object({\n signingPolicies: z.array(SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema).describe(\"List of signing policies available to the organization.\"),\n}).passthrough().describe(\"Response model containing a list of signing policies.\");\n\nexport const signpathRetrieveSigningPolicyDetails = action(\"SIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILS\", {\n slug: \"signpath-retrieve-signing-policy-details\",\n name: \"Retrieve Signing Policy Details\",\n description: \"Retrieve signing policy details for code signing operations. Returns certificate info, RSA key parameters, and policy metadata for the authenticated user's accessible signing policies. Without filters, returns all policies where the user is assigned as Submitter.\",\n input: SignpathRetrieveSigningPolicyDetailsInput,\n output: SignpathRetrieveSigningPolicyDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA4CA,IAAAA,EAAE,OAAO;CAChE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAChK,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;AACnK,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,2DAA2DA,IAAAA,EAAE,OAAO;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAM,iEAAiEA,IAAAA,EAAE,OAAO;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAe,yDAAyD,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACjG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wEAAwE;AAClG,MAAa,6CAA6CA,IAAAA,EAAE,OAAO,EACjE,iBAAiBA,IAAAA,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,yDAAyD,EAC7J,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAAuD;AAEjF,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -13,13 +13,13 @@ declare const SignpathRetrieveSigningPolicyDetailsOutput: z.ZodObject<{
|
|
|
13
13
|
rsaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
14
14
|
modulus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
15
|
publicExponent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
-
}, z.core.$
|
|
16
|
+
}, z.core.$loose>>>;
|
|
17
17
|
publicKeyBytes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
18
|
signingPolicyId: z.ZodNullable<z.ZodString>;
|
|
19
19
|
certificateBytes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
20
|
signingPolicySlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
-
}, z.core.$
|
|
22
|
-
}, z.core.$
|
|
21
|
+
}, z.core.$loose>>;
|
|
22
|
+
}, z.core.$loose>;
|
|
23
23
|
declare const signpathRetrieveSigningPolicyDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
24
24
|
project_slug?: string | undefined;
|
|
25
25
|
signing_policy_slug?: string | undefined;
|
|
@@ -13,13 +13,13 @@ declare const SignpathRetrieveSigningPolicyDetailsOutput: z.ZodObject<{
|
|
|
13
13
|
rsaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
14
14
|
modulus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
15
|
publicExponent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
-
}, z.core.$
|
|
16
|
+
}, z.core.$loose>>>;
|
|
17
17
|
publicKeyBytes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
18
|
signingPolicyId: z.ZodNullable<z.ZodString>;
|
|
19
19
|
certificateBytes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
20
|
signingPolicySlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
-
}, z.core.$
|
|
22
|
-
}, z.core.$
|
|
21
|
+
}, z.core.$loose>>;
|
|
22
|
+
}, z.core.$loose>;
|
|
23
23
|
declare const signpathRetrieveSigningPolicyDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
24
24
|
project_slug?: string | undefined;
|
|
25
25
|
signing_policy_slug?: string | undefined;
|
|
@@ -8,7 +8,7 @@ const SignpathRetrieveSigningPolicyDetailsInput = z.object({
|
|
|
8
8
|
const SignpathRetrieveSigningPolicyDetails_RsaParametersSchema = z.object({
|
|
9
9
|
modulus: z.string().describe("The modulus of the RSA key.").nullable().optional(),
|
|
10
10
|
publicExponent: z.string().describe("The public exponent of the RSA key.").nullable().optional()
|
|
11
|
-
}).describe("RSA key parameters for the signing policy.");
|
|
11
|
+
}).passthrough().describe("RSA key parameters for the signing policy.");
|
|
12
12
|
const SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema = z.object({
|
|
13
13
|
keyType: z.string().describe("The type of signing key (e.g., RSA, ECC).").nullable().optional(),
|
|
14
14
|
projectSlug: z.string().describe("The slug identifier of the project.").nullable().optional(),
|
|
@@ -18,13 +18,13 @@ const SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema = z.object(
|
|
|
18
18
|
signingPolicyId: z.string().describe("Unique identifier (UUID) of the signing policy.").nullable(),
|
|
19
19
|
certificateBytes: z.string().describe("The X.509 certificate in base64-encoded format.").nullable().optional(),
|
|
20
20
|
signingPolicySlug: z.string().describe("The slug identifier of the signing policy.").nullable().optional()
|
|
21
|
-
}).describe("Details of a signing policy including certificate and key information.");
|
|
21
|
+
}).passthrough().describe("Details of a signing policy including certificate and key information.");
|
|
22
22
|
const signpathRetrieveSigningPolicyDetails = action("SIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILS", {
|
|
23
23
|
slug: "signpath-retrieve-signing-policy-details",
|
|
24
24
|
name: "Retrieve Signing Policy Details",
|
|
25
25
|
description: "Retrieve signing policy details for code signing operations. Returns certificate info, RSA key parameters, and policy metadata for the authenticated user's accessible signing policies. Without filters, returns all policies where the user is assigned as Submitter.",
|
|
26
26
|
input: SignpathRetrieveSigningPolicyDetailsInput,
|
|
27
|
-
output: z.object({ signingPolicies: z.array(SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema).describe("List of signing policies available to the organization.") }).describe("Response model containing a list of signing policies.")
|
|
27
|
+
output: z.object({ signingPolicies: z.array(SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema).describe("List of signing policies available to the organization.") }).passthrough().describe("Response model containing a list of signing policies.")
|
|
28
28
|
});
|
|
29
29
|
//#endregion
|
|
30
30
|
export { signpathRetrieveSigningPolicyDetails };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-signing-policy-details.mjs","names":[],"sources":["../../src/actions/retrieve-signing-policy-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathRetrieveSigningPolicyDetailsInput = z.object({\n project_slug: z.string().describe(\"Optional project slug to filter signing policies for a specific project. Required when using signing_policy_slug.\").optional(),\n signing_policy_slug: z.string().describe(\"Optional signing policy slug to get details for a specific policy. Must be used together with project_slug.\").optional(),\n}).describe(\"Request model for retrieving signing policy details.\");\nconst SignpathRetrieveSigningPolicyDetails_RsaParametersSchema = z.object({\n modulus: z.string().describe(\"The modulus of the RSA key.\").nullable().optional(),\n publicExponent: z.string().describe(\"The public exponent of the RSA key.\").nullable().optional(),\n}).describe(\"RSA key parameters for the signing policy.\");\nconst SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema = z.object({\n keyType: z.string().describe(\"The type of signing key (e.g., RSA, ECC).\").nullable().optional(),\n projectSlug: z.string().describe(\"The slug identifier of the project.\").nullable().optional(),\n keySizeInBits: z.number().int().describe(\"The size of the signing key in bits.\").nullable().optional(),\n rsaParameters: SignpathRetrieveSigningPolicyDetails_RsaParametersSchema.nullable().optional(),\n publicKeyBytes: z.string().describe(\"The public key in base64-encoded format.\").nullable().optional(),\n signingPolicyId: z.string().describe(\"Unique identifier (UUID) of the signing policy.\").nullable(),\n certificateBytes: z.string().describe(\"The X.509 certificate in base64-encoded format.\").nullable().optional(),\n signingPolicySlug: z.string().describe(\"The slug identifier of the signing policy.\").nullable().optional(),\n}).describe(\"Details of a signing policy including certificate and key information.\");\nexport const SignpathRetrieveSigningPolicyDetailsOutput = z.object({\n signingPolicies: z.array(SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema).describe(\"List of signing policies available to the organization.\"),\n}).describe(\"Response model containing a list of signing policies.\");\n\nexport const signpathRetrieveSigningPolicyDetails = action(\"SIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILS\", {\n slug: \"signpath-retrieve-signing-policy-details\",\n name: \"Retrieve Signing Policy Details\",\n description: \"Retrieve signing policy details for code signing operations. Returns certificate info, RSA key parameters, and policy metadata for the authenticated user's accessible signing policies. Without filters, returns all policies where the user is assigned as Submitter.\",\n input: SignpathRetrieveSigningPolicyDetailsInput,\n output: SignpathRetrieveSigningPolicyDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA4C,EAAE,OAAO;CAChE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAChK,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;AACnK,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,2DAA2D,EAAE,OAAO;CACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,4CAA4C;
|
|
1
|
+
{"version":3,"file":"retrieve-signing-policy-details.mjs","names":[],"sources":["../../src/actions/retrieve-signing-policy-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathRetrieveSigningPolicyDetailsInput = z.object({\n project_slug: z.string().describe(\"Optional project slug to filter signing policies for a specific project. Required when using signing_policy_slug.\").optional(),\n signing_policy_slug: z.string().describe(\"Optional signing policy slug to get details for a specific policy. Must be used together with project_slug.\").optional(),\n}).describe(\"Request model for retrieving signing policy details.\");\nconst SignpathRetrieveSigningPolicyDetails_RsaParametersSchema = z.object({\n modulus: z.string().describe(\"The modulus of the RSA key.\").nullable().optional(),\n publicExponent: z.string().describe(\"The public exponent of the RSA key.\").nullable().optional(),\n}).passthrough().describe(\"RSA key parameters for the signing policy.\");\nconst SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema = z.object({\n keyType: z.string().describe(\"The type of signing key (e.g., RSA, ECC).\").nullable().optional(),\n projectSlug: z.string().describe(\"The slug identifier of the project.\").nullable().optional(),\n keySizeInBits: z.number().int().describe(\"The size of the signing key in bits.\").nullable().optional(),\n rsaParameters: SignpathRetrieveSigningPolicyDetails_RsaParametersSchema.nullable().optional(),\n publicKeyBytes: z.string().describe(\"The public key in base64-encoded format.\").nullable().optional(),\n signingPolicyId: z.string().describe(\"Unique identifier (UUID) of the signing policy.\").nullable(),\n certificateBytes: z.string().describe(\"The X.509 certificate in base64-encoded format.\").nullable().optional(),\n signingPolicySlug: z.string().describe(\"The slug identifier of the signing policy.\").nullable().optional(),\n}).passthrough().describe(\"Details of a signing policy including certificate and key information.\");\nexport const SignpathRetrieveSigningPolicyDetailsOutput = z.object({\n signingPolicies: z.array(SignpathRetrieveSigningPolicyDetails_SigningPolicyDetailSchema).describe(\"List of signing policies available to the organization.\"),\n}).passthrough().describe(\"Response model containing a list of signing policies.\");\n\nexport const signpathRetrieveSigningPolicyDetails = action(\"SIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILS\", {\n slug: \"signpath-retrieve-signing-policy-details\",\n name: \"Retrieve Signing Policy Details\",\n description: \"Retrieve signing policy details for code signing operations. Returns certificate info, RSA key parameters, and policy metadata for the authenticated user's accessible signing policies. Without filters, returns all policies where the user is assigned as Submitter.\",\n input: SignpathRetrieveSigningPolicyDetailsInput,\n output: SignpathRetrieveSigningPolicyDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA4C,EAAE,OAAO;CAChE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAChK,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;AACnK,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,2DAA2D,EAAE,OAAO;CACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAM,iEAAiE,EAAE,OAAO;CAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAe,yDAAyD,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACjG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wEAAwE;AAKlG,MAAa,uCAAuC,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,iBAAiB,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,yDAAyD,EAC7J,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAOhB;AACV,CAAC"}
|
|
@@ -5,7 +5,7 @@ const SignpathRetrieveSystemInfoInput = zod.z.object({}).describe("Request model
|
|
|
5
5
|
const SignpathRetrieveSystemInfoOutput = zod.z.object({
|
|
6
6
|
webBaseUrl: zod.z.string().describe("Base URL for the SignPath web UI").nullable(),
|
|
7
7
|
applicationVersion: zod.z.string().describe("The current version of the SignPath application").nullable()
|
|
8
|
-
}).describe("Response model containing SignPath system information.");
|
|
8
|
+
}).passthrough().describe("Response model containing SignPath system information.");
|
|
9
9
|
const signpathRetrieveSystemInfo = require_action.action("SIGNPATH_RETRIEVE_SYSTEM_INFO", {
|
|
10
10
|
slug: "signpath-retrieve-system-info",
|
|
11
11
|
name: "Retrieve System Info",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-system-info.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-system-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathRetrieveSystemInfoInput = z.object({}).describe(\"Request model for retrieving system information. No parameters are required.\");\nexport const SignpathRetrieveSystemInfoOutput = z.object({\n webBaseUrl: z.string().describe(\"Base URL for the SignPath web UI\").nullable(),\n applicationVersion: z.string().describe(\"The current version of the SignPath application\").nullable(),\n}).describe(\"Response model containing SignPath system information.\");\n\nexport const signpathRetrieveSystemInfo = action(\"SIGNPATH_RETRIEVE_SYSTEM_INFO\", {\n slug: \"signpath-retrieve-system-info\",\n name: \"Retrieve System Info\",\n description: \"Retrieves SignPath system information including the application version and the web UI base URL. Use this tool to verify the SignPath installation version or to obtain the web interface URL.\",\n input: SignpathRetrieveSystemInfoInput,\n output: SignpathRetrieveSystemInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E;AACnJ,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC7E,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,wDAAwD;
|
|
1
|
+
{"version":3,"file":"retrieve-system-info.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-system-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathRetrieveSystemInfoInput = z.object({}).describe(\"Request model for retrieving system information. No parameters are required.\");\nexport const SignpathRetrieveSystemInfoOutput = z.object({\n webBaseUrl: z.string().describe(\"Base URL for the SignPath web UI\").nullable(),\n applicationVersion: z.string().describe(\"The current version of the SignPath application\").nullable(),\n}).passthrough().describe(\"Response model containing SignPath system information.\");\n\nexport const signpathRetrieveSystemInfo = action(\"SIGNPATH_RETRIEVE_SYSTEM_INFO\", {\n slug: \"signpath-retrieve-system-info\",\n name: \"Retrieve System Info\",\n description: \"Retrieves SignPath system information including the application version and the web UI base URL. Use this tool to verify the SignPath installation version or to obtain the web interface URL.\",\n input: SignpathRetrieveSystemInfoInput,\n output: SignpathRetrieveSystemInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E;AACnJ,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC7E,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAAwD;AAElF,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -5,7 +5,7 @@ declare const SignpathRetrieveSystemInfoInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const SignpathRetrieveSystemInfoOutput: z.ZodObject<{
|
|
6
6
|
webBaseUrl: z.ZodNullable<z.ZodString>;
|
|
7
7
|
applicationVersion: z.ZodNullable<z.ZodString>;
|
|
8
|
-
}, z.core.$
|
|
8
|
+
}, z.core.$loose>;
|
|
9
9
|
declare const signpathRetrieveSystemInfo: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { signpathRetrieveSystemInfo };
|
|
@@ -5,7 +5,7 @@ declare const SignpathRetrieveSystemInfoInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const SignpathRetrieveSystemInfoOutput: z.ZodObject<{
|
|
6
6
|
webBaseUrl: z.ZodNullable<z.ZodString>;
|
|
7
7
|
applicationVersion: z.ZodNullable<z.ZodString>;
|
|
8
|
-
}, z.core.$
|
|
8
|
+
}, z.core.$loose>;
|
|
9
9
|
declare const signpathRetrieveSystemInfo: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { signpathRetrieveSystemInfo };
|
|
@@ -8,7 +8,7 @@ const signpathRetrieveSystemInfo = action("SIGNPATH_RETRIEVE_SYSTEM_INFO", {
|
|
|
8
8
|
output: z.object({
|
|
9
9
|
webBaseUrl: z.string().describe("Base URL for the SignPath web UI").nullable(),
|
|
10
10
|
applicationVersion: z.string().describe("The current version of the SignPath application").nullable()
|
|
11
|
-
}).describe("Response model containing SignPath system information.")
|
|
11
|
+
}).passthrough().describe("Response model containing SignPath system information.")
|
|
12
12
|
});
|
|
13
13
|
//#endregion
|
|
14
14
|
export { signpathRetrieveSystemInfo };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-system-info.mjs","names":[],"sources":["../../src/actions/retrieve-system-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathRetrieveSystemInfoInput = z.object({}).describe(\"Request model for retrieving system information. No parameters are required.\");\nexport const SignpathRetrieveSystemInfoOutput = z.object({\n webBaseUrl: z.string().describe(\"Base URL for the SignPath web UI\").nullable(),\n applicationVersion: z.string().describe(\"The current version of the SignPath application\").nullable(),\n}).describe(\"Response model containing SignPath system information.\");\n\nexport const signpathRetrieveSystemInfo = action(\"SIGNPATH_RETRIEVE_SYSTEM_INFO\", {\n slug: \"signpath-retrieve-system-info\",\n name: \"Retrieve System Info\",\n description: \"Retrieves SignPath system information including the application version and the web UI base URL. Use this tool to verify the SignPath installation version or to obtain the web interface URL.\",\n input: SignpathRetrieveSystemInfoInput,\n output: SignpathRetrieveSystemInfoOutput,\n});\n"],"mappings":";;AAUA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV6C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAU5D;CACP,QAV8C,EAAE,OAAO;EACvD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC7E,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACtG,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"retrieve-system-info.mjs","names":[],"sources":["../../src/actions/retrieve-system-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignpathRetrieveSystemInfoInput = z.object({}).describe(\"Request model for retrieving system information. No parameters are required.\");\nexport const SignpathRetrieveSystemInfoOutput = z.object({\n webBaseUrl: z.string().describe(\"Base URL for the SignPath web UI\").nullable(),\n applicationVersion: z.string().describe(\"The current version of the SignPath application\").nullable(),\n}).passthrough().describe(\"Response model containing SignPath system information.\");\n\nexport const signpathRetrieveSystemInfo = action(\"SIGNPATH_RETRIEVE_SYSTEM_INFO\", {\n slug: \"signpath-retrieve-system-info\",\n name: \"Retrieve System Info\",\n description: \"Retrieves SignPath system information including the application version and the web UI base URL. Use this tool to verify the SignPath installation version or to obtain the web interface URL.\",\n input: SignpathRetrieveSystemInfoInput,\n output: SignpathRetrieveSystemInfoOutput,\n});\n"],"mappings":";;AAUA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV6C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAU5D;CACP,QAV8C,EAAE,OAAO;EACvD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC7E,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAOhB;AACV,CAAC"}
|