@keystrokehq/mx_toolbox 0.1.0 → 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/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/lookup-bimi-record.cjs +33 -33
- package/dist/actions/lookup-bimi-record.cjs.map +1 -1
- package/dist/actions/lookup-bimi-record.d.cts +88 -3
- package/dist/actions/lookup-bimi-record.d.cts.map +1 -1
- package/dist/actions/lookup-bimi-record.d.mts +88 -3
- package/dist/actions/lookup-bimi-record.d.mts.map +1 -1
- package/dist/actions/lookup-bimi-record.mjs +33 -33
- package/dist/actions/lookup-bimi-record.mjs.map +1 -1
- package/dist/actions/lookup-blacklist.cjs +18 -18
- package/dist/actions/lookup-blacklist.cjs.map +1 -1
- package/dist/actions/lookup-blacklist.d.cts +71 -3
- package/dist/actions/lookup-blacklist.d.cts.map +1 -1
- package/dist/actions/lookup-blacklist.d.mts +71 -3
- package/dist/actions/lookup-blacklist.d.mts.map +1 -1
- package/dist/actions/lookup-blacklist.mjs +18 -18
- package/dist/actions/lookup-blacklist.mjs.map +1 -1
- package/dist/actions/lookup-dkim.cjs +25 -25
- package/dist/actions/lookup-dkim.cjs.map +1 -1
- package/dist/actions/lookup-dkim.d.cts +77 -3
- package/dist/actions/lookup-dkim.d.cts.map +1 -1
- package/dist/actions/lookup-dkim.d.mts +77 -3
- package/dist/actions/lookup-dkim.d.mts.map +1 -1
- package/dist/actions/lookup-dkim.mjs +25 -25
- package/dist/actions/lookup-dkim.mjs.map +1 -1
- package/dist/actions/lookup-dmarc.cjs +3 -3
- package/dist/actions/lookup-dmarc.cjs.map +1 -1
- package/dist/actions/lookup-dmarc.d.cts +28 -3
- package/dist/actions/lookup-dmarc.d.cts.map +1 -1
- package/dist/actions/lookup-dmarc.d.mts +28 -3
- package/dist/actions/lookup-dmarc.d.mts.map +1 -1
- package/dist/actions/lookup-dmarc.mjs +3 -3
- package/dist/actions/lookup-dmarc.mjs.map +1 -1
- package/dist/actions/lookup-dns.cjs +11 -11
- package/dist/actions/lookup-dns.cjs.map +1 -1
- package/dist/actions/lookup-dns.d.cts +64 -3
- package/dist/actions/lookup-dns.d.cts.map +1 -1
- package/dist/actions/lookup-dns.d.mts +64 -3
- package/dist/actions/lookup-dns.d.mts.map +1 -1
- package/dist/actions/lookup-dns.mjs +11 -11
- package/dist/actions/lookup-dns.mjs.map +1 -1
- package/dist/actions/lookup-http.cjs +10 -10
- package/dist/actions/lookup-http.cjs.map +1 -1
- package/dist/actions/lookup-http.d.cts +20 -3
- package/dist/actions/lookup-http.d.cts.map +1 -1
- package/dist/actions/lookup-http.d.mts +20 -3
- package/dist/actions/lookup-http.d.mts.map +1 -1
- package/dist/actions/lookup-http.mjs +10 -10
- package/dist/actions/lookup-http.mjs.map +1 -1
- package/dist/actions/lookup-mta-sts-record.cjs +11 -11
- package/dist/actions/lookup-mta-sts-record.cjs.map +1 -1
- package/dist/actions/lookup-mta-sts-record.d.cts +36 -3
- package/dist/actions/lookup-mta-sts-record.d.cts.map +1 -1
- package/dist/actions/lookup-mta-sts-record.d.mts +36 -3
- package/dist/actions/lookup-mta-sts-record.d.mts.map +1 -1
- package/dist/actions/lookup-mta-sts-record.mjs +11 -11
- package/dist/actions/lookup-mta-sts-record.mjs.map +1 -1
- package/dist/actions/lookup-mx.cjs +6 -6
- package/dist/actions/lookup-mx.cjs.map +1 -1
- package/dist/actions/lookup-mx.d.cts +16 -3
- package/dist/actions/lookup-mx.d.cts.map +1 -1
- package/dist/actions/lookup-mx.d.mts +16 -3
- package/dist/actions/lookup-mx.d.mts.map +1 -1
- package/dist/actions/lookup-mx.mjs +6 -6
- package/dist/actions/lookup-mx.mjs.map +1 -1
- package/dist/actions/lookup-ping.cjs +25 -25
- package/dist/actions/lookup-ping.cjs.map +1 -1
- package/dist/actions/lookup-ping.d.cts +48 -3
- package/dist/actions/lookup-ping.d.cts.map +1 -1
- package/dist/actions/lookup-ping.d.mts +48 -3
- package/dist/actions/lookup-ping.d.mts.map +1 -1
- package/dist/actions/lookup-ping.mjs +25 -25
- package/dist/actions/lookup-ping.mjs.map +1 -1
- package/dist/actions/lookup-smtp.cjs +11 -11
- package/dist/actions/lookup-smtp.cjs.map +1 -1
- package/dist/actions/lookup-smtp.d.cts +59 -3
- package/dist/actions/lookup-smtp.d.cts.map +1 -1
- package/dist/actions/lookup-smtp.d.mts +59 -3
- package/dist/actions/lookup-smtp.d.mts.map +1 -1
- package/dist/actions/lookup-smtp.mjs +11 -11
- package/dist/actions/lookup-smtp.mjs.map +1 -1
- package/dist/actions/lookup-spf.cjs +33 -33
- package/dist/actions/lookup-spf.cjs.map +1 -1
- package/dist/actions/lookup-spf.d.cts +91 -3
- package/dist/actions/lookup-spf.d.cts.map +1 -1
- package/dist/actions/lookup-spf.d.mts +91 -3
- package/dist/actions/lookup-spf.d.mts.map +1 -1
- package/dist/actions/lookup-spf.mjs +33 -33
- package/dist/actions/lookup-spf.mjs.map +1 -1
- package/dist/actions/monitor-status.cjs +8 -8
- package/dist/actions/monitor-status.cjs.map +1 -1
- package/dist/actions/monitor-status.d.cts +17 -3
- package/dist/actions/monitor-status.d.cts.map +1 -1
- package/dist/actions/monitor-status.d.mts +17 -3
- package/dist/actions/monitor-status.d.mts.map +1 -1
- package/dist/actions/monitor-status.mjs +8 -8
- package/dist/actions/monitor-status.mjs.map +1 -1
- package/dist/actions/usage-check.cjs +7 -7
- package/dist/actions/usage-check.cjs.map +1 -1
- package/dist/actions/usage-check.d.cts +10 -3
- package/dist/actions/usage-check.d.cts.map +1 -1
- package/dist/actions/usage-check.d.mts +10 -3
- package/dist/actions/usage-check.d.mts.map +1 -1
- package/dist/actions/usage-check.mjs +7 -7
- package/dist/actions/usage-check.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,42 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/lookup-mta-sts-record.d.ts
|
|
4
|
-
declare const MxToolboxLookupMtaStsRecordInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MxToolboxLookupMtaStsRecordInput: z.ZodObject<{
|
|
5
|
+
domain: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const MxToolboxLookupMtaStsRecordOutput: z.ZodObject<{
|
|
8
|
+
domain: z.ZodNullable<z.ZodString>;
|
|
9
|
+
errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
10
|
+
failed: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
11
|
+
ID: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
Url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
Info: z.ZodNullable<z.ZodString>;
|
|
14
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
15
|
+
}, z.core.$loose>>>>;
|
|
16
|
+
passed: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
17
|
+
ID: z.ZodNullable<z.ZodNumber>;
|
|
18
|
+
Url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
Info: z.ZodNullable<z.ZodString>;
|
|
20
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
21
|
+
}, z.core.$loose>>>>;
|
|
22
|
+
warnings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
23
|
+
ID: z.ZodNullable<z.ZodNumber>;
|
|
24
|
+
Url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
Info: z.ZodNullable<z.ZodString>;
|
|
26
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
27
|
+
}, z.core.$loose>>>>;
|
|
28
|
+
information: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
29
|
+
Tag: z.ZodNullable<z.ZodString>;
|
|
30
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
31
|
+
TagValue: z.ZodNullable<z.ZodString>;
|
|
32
|
+
Description: z.ZodNullable<z.ZodString>;
|
|
33
|
+
}, z.core.$loose>>>>;
|
|
34
|
+
record_value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
time_to_complete: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
}, z.core.$loose>;
|
|
37
|
+
declare const mxToolboxLookupMtaStsRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
38
|
+
domain: string;
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
40
|
//#endregion
|
|
8
41
|
export { mxToolboxLookupMtaStsRecord };
|
|
9
42
|
//# sourceMappingURL=lookup-mta-sts-record.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-mta-sts-record.d.mts","names":[],"sources":["../../src/actions/lookup-mta-sts-record.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"lookup-mta-sts-record.d.mts","names":[],"sources":["../../src/actions/lookup-mta-sts-record.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAehC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAWjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -3,24 +3,24 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/lookup-mta-sts-record.ts
|
|
4
4
|
const MxToolboxLookupMtaStsRecordInput = z.object({ domain: z.string().describe("The domain to perform MTA-STS lookup on.") }).describe("Request model for MTA-STS record lookup.");
|
|
5
5
|
const MxToolboxLookupMtaStsRecord_MtaStsTestResultSchema = z.object({
|
|
6
|
-
ID: z.number().int().describe("Test ID."),
|
|
6
|
+
ID: z.number().int().describe("Test ID.").nullable(),
|
|
7
7
|
Url: z.string().describe("URL with more details about this test.").nullable().optional(),
|
|
8
|
-
Info: z.string().describe("Information about the test result."),
|
|
9
|
-
Name: z.string().describe("Name of the test performed.")
|
|
10
|
-
}).describe("Represents a test result (passed, failed, or warning) from the MTA-STS lookup.");
|
|
8
|
+
Info: z.string().describe("Information about the test result.").nullable(),
|
|
9
|
+
Name: z.string().describe("Name of the test performed.").nullable()
|
|
10
|
+
}).passthrough().describe("Represents a test result (passed, failed, or warning) from the MTA-STS lookup.");
|
|
11
11
|
const MxToolboxLookupMtaStsRecord_MtaStsInfoItemSchema = z.object({
|
|
12
|
-
Tag: z.string().describe("Tag name (e.g., 'v', 'id')."),
|
|
13
|
-
Name: z.string().describe("Descriptive name of the tag."),
|
|
14
|
-
TagValue: z.string().describe("Value of the tag."),
|
|
15
|
-
Description: z.string().describe("Explanation of what this tag means.")
|
|
16
|
-
}).describe("Represents a single information item from the MTA-STS lookup.");
|
|
12
|
+
Tag: z.string().describe("Tag name (e.g., 'v', 'id').").nullable(),
|
|
13
|
+
Name: z.string().describe("Descriptive name of the tag.").nullable(),
|
|
14
|
+
TagValue: z.string().describe("Value of the tag.").nullable(),
|
|
15
|
+
Description: z.string().describe("Explanation of what this tag means.").nullable()
|
|
16
|
+
}).passthrough().describe("Represents a single information item from the MTA-STS lookup.");
|
|
17
17
|
const mxToolboxLookupMtaStsRecord = action("MX_TOOLBOX_LOOKUP_MTA_STS_RECORD", {
|
|
18
18
|
slug: "mx_toolbox-lookup-mta-sts-record",
|
|
19
19
|
name: "Lookup MTA-STS Record",
|
|
20
20
|
description: "Tool to lookup MTA-STS record for a domain. Use when validating mail transport security policy.",
|
|
21
21
|
input: MxToolboxLookupMtaStsRecordInput,
|
|
22
22
|
output: z.object({
|
|
23
|
-
domain: z.string().describe("The domain that was queried for MTA-STS records."),
|
|
23
|
+
domain: z.string().describe("The domain that was queried for MTA-STS records.").nullable(),
|
|
24
24
|
errors: z.array(z.string()).describe("Any error messages returned during the lookup.").nullable().optional(),
|
|
25
25
|
failed: z.array(MxToolboxLookupMtaStsRecord_MtaStsTestResultSchema).describe("List of tests that failed during the MTA-STS lookup.").nullable().optional(),
|
|
26
26
|
passed: z.array(MxToolboxLookupMtaStsRecord_MtaStsTestResultSchema).describe("List of tests that passed during the MTA-STS lookup.").nullable().optional(),
|
|
@@ -28,7 +28,7 @@ const mxToolboxLookupMtaStsRecord = action("MX_TOOLBOX_LOOKUP_MTA_STS_RECORD", {
|
|
|
28
28
|
information: z.array(MxToolboxLookupMtaStsRecord_MtaStsInfoItemSchema).describe("Detailed information about the MTA-STS record tags and values.").nullable().optional(),
|
|
29
29
|
record_value: z.string().describe("The actual MTA-STS DNS TXT record value found (e.g., 'v=STSv1; id=20210803T010101;').").nullable().optional(),
|
|
30
30
|
time_to_complete: z.string().describe("Time taken to complete the lookup in milliseconds.").nullable().optional()
|
|
31
|
-
}).describe("Response model for MTA-STS record lookup.")
|
|
31
|
+
}).passthrough().describe("Response model for MTA-STS record lookup.")
|
|
32
32
|
});
|
|
33
33
|
//#endregion
|
|
34
34
|
export { mxToolboxLookupMtaStsRecord };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-mta-sts-record.mjs","names":[],"sources":["../../src/actions/lookup-mta-sts-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxToolboxLookupMtaStsRecordInput
|
|
1
|
+
{"version":3,"file":"lookup-mta-sts-record.mjs","names":[],"sources":["../../src/actions/lookup-mta-sts-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxToolboxLookupMtaStsRecordInput = z.object({\n domain: z.string().describe(\"The domain to perform MTA-STS lookup on.\"),\n}).describe(\"Request model for MTA-STS record lookup.\");\nconst MxToolboxLookupMtaStsRecord_MtaStsTestResultSchema = z.object({\n ID: z.number().int().describe(\"Test ID.\").nullable(),\n Url: z.string().describe(\"URL with more details about this test.\").nullable().optional(),\n Info: z.string().describe(\"Information about the test result.\").nullable(),\n Name: z.string().describe(\"Name of the test performed.\").nullable(),\n}).passthrough().describe(\"Represents a test result (passed, failed, or warning) from the MTA-STS lookup.\");\nconst MxToolboxLookupMtaStsRecord_MtaStsInfoItemSchema = z.object({\n Tag: z.string().describe(\"Tag name (e.g., 'v', 'id').\").nullable(),\n Name: z.string().describe(\"Descriptive name of the tag.\").nullable(),\n TagValue: z.string().describe(\"Value of the tag.\").nullable(),\n Description: z.string().describe(\"Explanation of what this tag means.\").nullable(),\n}).passthrough().describe(\"Represents a single information item from the MTA-STS lookup.\");\nexport const MxToolboxLookupMtaStsRecordOutput = z.object({\n domain: z.string().describe(\"The domain that was queried for MTA-STS records.\").nullable(),\n errors: z.array(z.string()).describe(\"Any error messages returned during the lookup.\").nullable().optional(),\n failed: z.array(MxToolboxLookupMtaStsRecord_MtaStsTestResultSchema).describe(\"List of tests that failed during the MTA-STS lookup.\").nullable().optional(),\n passed: z.array(MxToolboxLookupMtaStsRecord_MtaStsTestResultSchema).describe(\"List of tests that passed during the MTA-STS lookup.\").nullable().optional(),\n warnings: z.array(MxToolboxLookupMtaStsRecord_MtaStsTestResultSchema).describe(\"List of warnings encountered during the MTA-STS lookup.\").nullable().optional(),\n information: z.array(MxToolboxLookupMtaStsRecord_MtaStsInfoItemSchema).describe(\"Detailed information about the MTA-STS record tags and values.\").nullable().optional(),\n record_value: z.string().describe(\"The actual MTA-STS DNS TXT record value found (e.g., 'v=STSv1; id=20210803T010101;').\").nullable().optional(),\n time_to_complete: z.string().describe(\"Time taken to complete the lookup in milliseconds.\").nullable().optional(),\n}).passthrough().describe(\"Response model for MTA-STS record lookup.\");\n\nexport const mxToolboxLookupMtaStsRecord = action(\"MX_TOOLBOX_LOOKUP_MTA_STS_RECORD\", {\n slug: \"mx_toolbox-lookup-mta-sts-record\",\n name: \"Lookup MTA-STS Record\",\n description: \"Tool to lookup MTA-STS record for a domain. Use when validating mail transport security policy.\",\n input: MxToolboxLookupMtaStsRecordInput,\n output: MxToolboxLookupMtaStsRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO,EACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACxE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,qDAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS;CACnD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;AACpE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gFAAgF;AAC1G,MAAM,mDAAmD,EAAE,OAAO;CAChE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACnE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CAC5D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+DAA+D;AAYzF,MAAa,8BAA8B,OAAO,oCAAoC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhB+C,EAAE,OAAO;EACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EACzF,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,QAAQ,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzJ,QAAQ,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzJ,UAAU,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9J,aAAa,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtK,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/I,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAOhB;AACV,CAAC"}
|
|
@@ -3,14 +3,14 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/lookup-mx.ts
|
|
4
4
|
const MxToolboxLookupMxInput = zod.z.object({ domain: zod.z.string().describe("Domain name to lookup MX records for (e.g., example.com) Bare hostname only — no protocol prefix (e.g., not 'http://example.com') or path suffix.") }).describe("Request parameters for MX record lookup.");
|
|
5
5
|
const MxToolboxLookupMx_MXRecordSchema = zod.z.object({
|
|
6
|
-
TTL: zod.z.number().int().describe("Time to live in seconds - how long this DNS record should be cached"),
|
|
7
|
-
Exchange: zod.z.string().describe("Mail server hostname (e.g., smtp.google.com)"),
|
|
6
|
+
TTL: zod.z.number().int().describe("Time to live in seconds - how long this DNS record should be cached").nullable(),
|
|
7
|
+
Exchange: zod.z.string().describe("Mail server hostname (e.g., smtp.google.com)").nullable(),
|
|
8
8
|
HostName: zod.z.string().describe("Hostname of the mail server (same as Exchange)").nullable().optional(),
|
|
9
9
|
IPAddress: zod.z.string().describe("IP address (IPv4 or IPv6) of the mail server").nullable().optional(),
|
|
10
|
-
Preference: zod.z.number().int().describe("Priority/preference value for this MX record (lower values have higher priority)"),
|
|
11
|
-
Information: zod.z.string().describe("Human-readable summary containing the exchange hostname, priority, and TTL")
|
|
12
|
-
});
|
|
13
|
-
const MxToolboxLookupMxOutput = zod.z.object({ records: zod.z.array(MxToolboxLookupMx_MXRecordSchema).describe("List of MX records for the domain") }).describe("Response model for MX lookup, encapsulating a list of mail exchange records.");
|
|
10
|
+
Preference: zod.z.number().int().describe("Priority/preference value for this MX record (lower values have higher priority)").nullable(),
|
|
11
|
+
Information: zod.z.string().describe("Human-readable summary containing the exchange hostname, priority, and TTL").nullable()
|
|
12
|
+
}).passthrough();
|
|
13
|
+
const MxToolboxLookupMxOutput = zod.z.object({ records: zod.z.array(MxToolboxLookupMx_MXRecordSchema).describe("List of MX records for the domain") }).passthrough().describe("Response model for MX lookup, encapsulating a list of mail exchange records.");
|
|
14
14
|
const mxToolboxLookupMx = require_action.action("MX_TOOLBOX_LOOKUP_MX", {
|
|
15
15
|
slug: "mx_toolbox-lookup-mx",
|
|
16
16
|
name: "Lookup MX Records",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-mx.cjs","names":["z","action"],"sources":["../../src/actions/lookup-mx.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxToolboxLookupMxInput
|
|
1
|
+
{"version":3,"file":"lookup-mx.cjs","names":["z","action"],"sources":["../../src/actions/lookup-mx.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxToolboxLookupMxInput = z.object({\n domain: z.string().describe(\"Domain name to lookup MX records for (e.g., example.com) Bare hostname only — no protocol prefix (e.g., not 'http://example.com') or path suffix.\"),\n}).describe(\"Request parameters for MX record lookup.\");\nconst MxToolboxLookupMx_MXRecordSchema = z.object({\n TTL: z.number().int().describe(\"Time to live in seconds - how long this DNS record should be cached\").nullable(),\n Exchange: z.string().describe(\"Mail server hostname (e.g., smtp.google.com)\").nullable(),\n HostName: z.string().describe(\"Hostname of the mail server (same as Exchange)\").nullable().optional(),\n IPAddress: z.string().describe(\"IP address (IPv4 or IPv6) of the mail server\").nullable().optional(),\n Preference: z.number().int().describe(\"Priority/preference value for this MX record (lower values have higher priority)\").nullable(),\n Information: z.string().describe(\"Human-readable summary containing the exchange hostname, priority, and TTL\").nullable(),\n}).passthrough();\nexport const MxToolboxLookupMxOutput = z.object({\n records: z.array(MxToolboxLookupMx_MXRecordSchema).describe(\"List of MX records for the domain\"),\n}).passthrough().describe(\"Response model for MX lookup, encapsulating a list of mail exchange records.\");\n\nexport const mxToolboxLookupMx = action(\"MX_TOOLBOX_LOOKUP_MX\", {\n slug: \"mx_toolbox-lookup-mx\",\n name: \"Lookup MX Records\",\n description: \"Retrieves MX (Mail Exchange) records for a domain. Returns the mail servers responsible for receiving email for the domain, including their priority, hostname, IP address, and TTL. Use this to discover and verify email infrastructure for any domain.\",\n input: MxToolboxLookupMxInput,\n output: MxToolboxLookupMxOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mJAAmJ,EACjL,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,mCAAmCA,IAAAA,EAAE,OAAO;CAChD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC/G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACnI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,SAASA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,mCAAmC,EACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8EAA8E;AAExG,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/lookup-mx.d.ts
|
|
4
|
-
declare const MxToolboxLookupMxInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MxToolboxLookupMxInput: z.ZodObject<{
|
|
5
|
+
domain: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const MxToolboxLookupMxOutput: z.ZodObject<{
|
|
8
|
+
records: z.ZodArray<z.ZodObject<{
|
|
9
|
+
TTL: z.ZodNullable<z.ZodNumber>;
|
|
10
|
+
Exchange: z.ZodNullable<z.ZodString>;
|
|
11
|
+
HostName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
IPAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
Preference: z.ZodNullable<z.ZodNumber>;
|
|
14
|
+
Information: z.ZodNullable<z.ZodString>;
|
|
15
|
+
}, z.core.$loose>>;
|
|
16
|
+
}, z.core.$loose>;
|
|
17
|
+
declare const mxToolboxLookupMx: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
|
+
domain: string;
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
20
|
//#endregion
|
|
8
21
|
export { mxToolboxLookupMx };
|
|
9
22
|
//# sourceMappingURL=lookup-mx.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-mx.d.cts","names":[],"sources":["../../src/actions/lookup-mx.ts"],"mappings":";;;cAIa,sBAAA,
|
|
1
|
+
{"version":3,"file":"lookup-mx.d.cts","names":[],"sources":["../../src/actions/lookup-mx.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;cAWtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAIvB,iBAAA,gCAAiB,wBAAA"}
|
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/lookup-mx.d.ts
|
|
4
|
-
declare const MxToolboxLookupMxInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MxToolboxLookupMxInput: z.ZodObject<{
|
|
5
|
+
domain: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const MxToolboxLookupMxOutput: z.ZodObject<{
|
|
8
|
+
records: z.ZodArray<z.ZodObject<{
|
|
9
|
+
TTL: z.ZodNullable<z.ZodNumber>;
|
|
10
|
+
Exchange: z.ZodNullable<z.ZodString>;
|
|
11
|
+
HostName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
IPAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
Preference: z.ZodNullable<z.ZodNumber>;
|
|
14
|
+
Information: z.ZodNullable<z.ZodString>;
|
|
15
|
+
}, z.core.$loose>>;
|
|
16
|
+
}, z.core.$loose>;
|
|
17
|
+
declare const mxToolboxLookupMx: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
|
+
domain: string;
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
20
|
//#endregion
|
|
8
21
|
export { mxToolboxLookupMx };
|
|
9
22
|
//# sourceMappingURL=lookup-mx.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-mx.d.mts","names":[],"sources":["../../src/actions/lookup-mx.ts"],"mappings":";;;cAIa,sBAAA,
|
|
1
|
+
{"version":3,"file":"lookup-mx.d.mts","names":[],"sources":["../../src/actions/lookup-mx.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;cAWtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAIvB,iBAAA,gCAAiB,wBAAA"}
|
|
@@ -3,19 +3,19 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/lookup-mx.ts
|
|
4
4
|
const MxToolboxLookupMxInput = z.object({ domain: z.string().describe("Domain name to lookup MX records for (e.g., example.com) Bare hostname only — no protocol prefix (e.g., not 'http://example.com') or path suffix.") }).describe("Request parameters for MX record lookup.");
|
|
5
5
|
const MxToolboxLookupMx_MXRecordSchema = z.object({
|
|
6
|
-
TTL: z.number().int().describe("Time to live in seconds - how long this DNS record should be cached"),
|
|
7
|
-
Exchange: z.string().describe("Mail server hostname (e.g., smtp.google.com)"),
|
|
6
|
+
TTL: z.number().int().describe("Time to live in seconds - how long this DNS record should be cached").nullable(),
|
|
7
|
+
Exchange: z.string().describe("Mail server hostname (e.g., smtp.google.com)").nullable(),
|
|
8
8
|
HostName: z.string().describe("Hostname of the mail server (same as Exchange)").nullable().optional(),
|
|
9
9
|
IPAddress: z.string().describe("IP address (IPv4 or IPv6) of the mail server").nullable().optional(),
|
|
10
|
-
Preference: z.number().int().describe("Priority/preference value for this MX record (lower values have higher priority)"),
|
|
11
|
-
Information: z.string().describe("Human-readable summary containing the exchange hostname, priority, and TTL")
|
|
12
|
-
});
|
|
10
|
+
Preference: z.number().int().describe("Priority/preference value for this MX record (lower values have higher priority)").nullable(),
|
|
11
|
+
Information: z.string().describe("Human-readable summary containing the exchange hostname, priority, and TTL").nullable()
|
|
12
|
+
}).passthrough();
|
|
13
13
|
const mxToolboxLookupMx = action("MX_TOOLBOX_LOOKUP_MX", {
|
|
14
14
|
slug: "mx_toolbox-lookup-mx",
|
|
15
15
|
name: "Lookup MX Records",
|
|
16
16
|
description: "Retrieves MX (Mail Exchange) records for a domain. Returns the mail servers responsible for receiving email for the domain, including their priority, hostname, IP address, and TTL. Use this to discover and verify email infrastructure for any domain.",
|
|
17
17
|
input: MxToolboxLookupMxInput,
|
|
18
|
-
output: z.object({ records: z.array(MxToolboxLookupMx_MXRecordSchema).describe("List of MX records for the domain") }).describe("Response model for MX lookup, encapsulating a list of mail exchange records.")
|
|
18
|
+
output: z.object({ records: z.array(MxToolboxLookupMx_MXRecordSchema).describe("List of MX records for the domain") }).passthrough().describe("Response model for MX lookup, encapsulating a list of mail exchange records.")
|
|
19
19
|
});
|
|
20
20
|
//#endregion
|
|
21
21
|
export { mxToolboxLookupMx };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-mx.mjs","names":[],"sources":["../../src/actions/lookup-mx.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxToolboxLookupMxInput
|
|
1
|
+
{"version":3,"file":"lookup-mx.mjs","names":[],"sources":["../../src/actions/lookup-mx.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxToolboxLookupMxInput = z.object({\n domain: z.string().describe(\"Domain name to lookup MX records for (e.g., example.com) Bare hostname only — no protocol prefix (e.g., not 'http://example.com') or path suffix.\"),\n}).describe(\"Request parameters for MX record lookup.\");\nconst MxToolboxLookupMx_MXRecordSchema = z.object({\n TTL: z.number().int().describe(\"Time to live in seconds - how long this DNS record should be cached\").nullable(),\n Exchange: z.string().describe(\"Mail server hostname (e.g., smtp.google.com)\").nullable(),\n HostName: z.string().describe(\"Hostname of the mail server (same as Exchange)\").nullable().optional(),\n IPAddress: z.string().describe(\"IP address (IPv4 or IPv6) of the mail server\").nullable().optional(),\n Preference: z.number().int().describe(\"Priority/preference value for this MX record (lower values have higher priority)\").nullable(),\n Information: z.string().describe(\"Human-readable summary containing the exchange hostname, priority, and TTL\").nullable(),\n}).passthrough();\nexport const MxToolboxLookupMxOutput = z.object({\n records: z.array(MxToolboxLookupMx_MXRecordSchema).describe(\"List of MX records for the domain\"),\n}).passthrough().describe(\"Response model for MX lookup, encapsulating a list of mail exchange records.\");\n\nexport const mxToolboxLookupMx = action(\"MX_TOOLBOX_LOOKUP_MX\", {\n slug: \"mx_toolbox-lookup-mx\",\n name: \"Lookup MX Records\",\n description: \"Retrieves MX (Mail Exchange) records for a domain. Returns the mail servers responsible for receiving email for the domain, including their priority, hostname, IP address, and TTL. Use this to discover and verify email infrastructure for any domain.\",\n input: MxToolboxLookupMxInput,\n output: MxToolboxLookupMxOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyB,EAAE,OAAO,EAC7C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mJAAmJ,EACjL,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,mCAAmC,EAAE,OAAO;CAChD,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC/G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACvF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACnI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqC,EAAE,OAAO,EAC9C,SAAS,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,mCAAmC,EACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8EAOhB;AACV,CAAC"}
|
|
@@ -2,49 +2,49 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/lookup-ping.ts
|
|
4
4
|
const MxToolboxLookupPingInput = zod.z.object({ domain_or_ip: zod.z.string().describe("The domain name or IP address to ping (e.g., 'google.com' or '8.8.8.8').") });
|
|
5
|
-
const MxToolboxLookupPing_TranscriptSchema = zod.z.object({ Transcript: zod.z.string().describe("Transcript text of the ping operation") });
|
|
5
|
+
const MxToolboxLookupPing_TranscriptSchema = zod.z.object({ Transcript: zod.z.string().describe("Transcript text of the ping operation").nullable() }).passthrough();
|
|
6
6
|
const MxToolboxLookupPing_PingReplySchema = zod.z.object({
|
|
7
7
|
Asn: zod.z.string().describe("Autonomous System Number information as JSON string, identifying the network owner").nullable().optional(),
|
|
8
|
-
TTL: zod.z.string().describe("Time-to-live value (number of network hops before packet expires)"),
|
|
9
|
-
Time: zod.z.string().describe("Round-trip time in milliseconds (e.g., '<2' means less than 2ms, '15' means 15ms)"),
|
|
10
|
-
Bytes: zod.z.string().describe("Size of the ping packet in bytes"),
|
|
11
|
-
Reply: zod.z.string().describe("Status of the ping reply (e.g., 'Success', 'TimedOut')"),
|
|
12
|
-
IsIpV6: zod.z.string().describe("Whether the IP is IPv6 ('True' or 'False')"),
|
|
13
|
-
"IP Address": zod.z.string().describe("IP address that responded to the ping")
|
|
14
|
-
});
|
|
8
|
+
TTL: zod.z.string().describe("Time-to-live value (number of network hops before packet expires)").nullable(),
|
|
9
|
+
Time: zod.z.string().describe("Round-trip time in milliseconds (e.g., '<2' means less than 2ms, '15' means 15ms)").nullable(),
|
|
10
|
+
Bytes: zod.z.string().describe("Size of the ping packet in bytes").nullable(),
|
|
11
|
+
Reply: zod.z.string().describe("Status of the ping reply (e.g., 'Success', 'TimedOut')").nullable(),
|
|
12
|
+
IsIpV6: zod.z.string().describe("Whether the IP is IPv6 ('True' or 'False')").nullable(),
|
|
13
|
+
"IP Address": zod.z.string().describe("IP address that responded to the ping").nullable()
|
|
14
|
+
}).passthrough();
|
|
15
15
|
const MxToolboxLookupPing_RelatedLookupSchema = zod.z.object({
|
|
16
|
-
URL: zod.z.string().describe("URL for the related lookup"),
|
|
17
|
-
Name: zod.z.string().describe("Name of the related lookup"),
|
|
18
|
-
Command: zod.z.string().describe("Command type for the related lookup"),
|
|
19
|
-
CommandArgument: zod.z.string().describe("Argument for the related lookup command")
|
|
20
|
-
});
|
|
16
|
+
URL: zod.z.string().describe("URL for the related lookup").nullable(),
|
|
17
|
+
Name: zod.z.string().describe("Name of the related lookup").nullable(),
|
|
18
|
+
Command: zod.z.string().describe("Command type for the related lookup").nullable(),
|
|
19
|
+
CommandArgument: zod.z.string().describe("Argument for the related lookup command").nullable()
|
|
20
|
+
}).passthrough();
|
|
21
21
|
const MxToolboxLookupPingOutput = zod.z.object({
|
|
22
22
|
UID: zod.z.string().describe("Unique identifier for the lookup").nullable().optional(),
|
|
23
|
-
MxRep: zod.z.number().int().describe("MX reputation score"),
|
|
23
|
+
MxRep: zod.z.number().int().describe("MX reputation score").nullable(),
|
|
24
24
|
Errors: zod.z.array(zod.z.unknown()).describe("List of error messages encountered during the ping operation").nullable().optional(),
|
|
25
25
|
Failed: zod.z.array(zod.z.unknown()).describe("List of failed diagnostic checks (typically empty for successful pings)").nullable().optional(),
|
|
26
26
|
Passed: zod.z.array(zod.z.unknown()).describe("List of passed diagnostic checks").nullable().optional(),
|
|
27
|
-
Command: zod.z.string().describe("The lookup command executed, always 'ping' for this action"),
|
|
28
|
-
IsError: zod.z.boolean().describe("True if the ping operation encountered errors, False if successful"),
|
|
27
|
+
Command: zod.z.string().describe("The lookup command executed, always 'ping' for this action").nullable(),
|
|
28
|
+
IsError: zod.z.boolean().describe("True if the ping operation encountered errors, False if successful").nullable(),
|
|
29
29
|
Timeouts: zod.z.array(zod.z.unknown()).describe("List of ping attempts that timed out without response").nullable().optional(),
|
|
30
30
|
Warnings: zod.z.array(zod.z.unknown()).describe("List of warning messages about the ping results").nullable().optional(),
|
|
31
31
|
RelatedIP: zod.z.string().describe("The resolved IP address when a domain name was provided, or the same IP if an IP was provided directly").nullable().optional(),
|
|
32
32
|
Transcript: zod.z.array(MxToolboxLookupPing_TranscriptSchema).describe("Transcript of the ping operation").nullable().optional(),
|
|
33
33
|
Information: zod.z.array(MxToolboxLookupPing_PingReplySchema).describe("List of ping replies (typically 4 attempts) with details including IP address, packet size, round-trip time, TTL, and ASN information").nullable().optional(),
|
|
34
|
-
ArgumentType: zod.z.string().describe("Type of argument provided: 'domain' for domain names, 'ipv4' for IPv4 addresses, or 'ipv6' for IPv6 addresses"),
|
|
35
|
-
TimeRecorded: zod.z.string().describe("ISO 8601 timestamp when the ping lookup was recorded"),
|
|
36
|
-
IsTransitioned: zod.z.boolean().describe("Internal flag indicating if the lookup was transitioned to another system"),
|
|
34
|
+
ArgumentType: zod.z.string().describe("Type of argument provided: 'domain' for domain names, 'ipv4' for IPv4 addresses, or 'ipv6' for IPv6 addresses").nullable(),
|
|
35
|
+
TimeRecorded: zod.z.string().describe("ISO 8601 timestamp when the ping lookup was recorded").nullable(),
|
|
36
|
+
IsTransitioned: zod.z.boolean().describe("Internal flag indicating if the lookup was transitioned to another system").nullable(),
|
|
37
37
|
RelatedLookups: zod.z.array(MxToolboxLookupPing_RelatedLookupSchema).describe("List of related lookup suggestions").nullable().optional(),
|
|
38
|
-
TimeToComplete: zod.z.string().describe("Total time in milliseconds to complete the entire lookup operation"),
|
|
39
|
-
CommandArgument: zod.z.string().describe("The exact domain name or IP address that was pinged"),
|
|
40
|
-
HasSubscriptions: zod.z.boolean().describe("Whether the user has active monitoring subscriptions for this target"),
|
|
41
|
-
IsEmptySubDomain: zod.z.boolean().describe("Indicates if the domain has an empty subdomain component"),
|
|
38
|
+
TimeToComplete: zod.z.string().describe("Total time in milliseconds to complete the entire lookup operation").nullable(),
|
|
39
|
+
CommandArgument: zod.z.string().describe("The exact domain name or IP address that was pinged").nullable(),
|
|
40
|
+
HasSubscriptions: zod.z.boolean().describe("Whether the user has active monitoring subscriptions for this target").nullable(),
|
|
41
|
+
IsEmptySubDomain: zod.z.boolean().describe("Indicates if the domain has an empty subdomain component").nullable(),
|
|
42
42
|
DnsServiceProvider: zod.z.string().describe("DNS service provider").nullable().optional(),
|
|
43
|
-
ResourceRecordType: zod.z.number().int().describe("DNS resource record type code (0 for ping lookups)"),
|
|
43
|
+
ResourceRecordType: zod.z.number().int().describe("DNS resource record type code (0 for ping lookups)").nullable(),
|
|
44
44
|
ReportingNameServer: zod.z.string().describe("DNS name server used for domain resolution (null for direct IP pings)").nullable().optional(),
|
|
45
45
|
EmailServiceProvider: zod.z.string().describe("Email service provider").nullable().optional(),
|
|
46
46
|
AlertgroupSubscriptionId: zod.z.string().describe("ID of alert group subscription if monitoring is enabled").nullable().optional()
|
|
47
|
-
});
|
|
47
|
+
}).passthrough();
|
|
48
48
|
const mxToolboxLookupPing = require_action.action("MX_TOOLBOX_LOOKUP_PING", {
|
|
49
49
|
slug: "mx_toolbox-lookup-ping",
|
|
50
50
|
name: "Ping Lookup",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-ping.cjs","names":["z","action"],"sources":["../../src/actions/lookup-ping.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxToolboxLookupPingInput
|
|
1
|
+
{"version":3,"file":"lookup-ping.cjs","names":["z","action"],"sources":["../../src/actions/lookup-ping.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxToolboxLookupPingInput = z.object({\n domain_or_ip: z.string().describe(\"The domain name or IP address to ping (e.g., 'google.com' or '8.8.8.8').\"),\n});\nconst MxToolboxLookupPing_TranscriptSchema = z.object({\n Transcript: z.string().describe(\"Transcript text of the ping operation\").nullable(),\n}).passthrough();\nconst MxToolboxLookupPing_PingReplySchema = z.object({\n Asn: z.string().describe(\"Autonomous System Number information as JSON string, identifying the network owner\").nullable().optional(),\n TTL: z.string().describe(\"Time-to-live value (number of network hops before packet expires)\").nullable(),\n Time: z.string().describe(\"Round-trip time in milliseconds (e.g., '<2' means less than 2ms, '15' means 15ms)\").nullable(),\n Bytes: z.string().describe(\"Size of the ping packet in bytes\").nullable(),\n Reply: z.string().describe(\"Status of the ping reply (e.g., 'Success', 'TimedOut')\").nullable(),\n IsIpV6: z.string().describe(\"Whether the IP is IPv6 ('True' or 'False')\").nullable(),\n \"IP Address\": z.string().describe(\"IP address that responded to the ping\").nullable(),\n}).passthrough();\nconst MxToolboxLookupPing_RelatedLookupSchema = z.object({\n URL: z.string().describe(\"URL for the related lookup\").nullable(),\n Name: z.string().describe(\"Name of the related lookup\").nullable(),\n Command: z.string().describe(\"Command type for the related lookup\").nullable(),\n CommandArgument: z.string().describe(\"Argument for the related lookup command\").nullable(),\n}).passthrough();\nexport const MxToolboxLookupPingOutput = z.object({\n UID: z.string().describe(\"Unique identifier for the lookup\").nullable().optional(),\n MxRep: z.number().int().describe(\"MX reputation score\").nullable(),\n Errors: z.array(z.unknown()).describe(\"List of error messages encountered during the ping operation\").nullable().optional(),\n Failed: z.array(z.unknown()).describe(\"List of failed diagnostic checks (typically empty for successful pings)\").nullable().optional(),\n Passed: z.array(z.unknown()).describe(\"List of passed diagnostic checks\").nullable().optional(),\n Command: z.string().describe(\"The lookup command executed, always 'ping' for this action\").nullable(),\n IsError: z.boolean().describe(\"True if the ping operation encountered errors, False if successful\").nullable(),\n Timeouts: z.array(z.unknown()).describe(\"List of ping attempts that timed out without response\").nullable().optional(),\n Warnings: z.array(z.unknown()).describe(\"List of warning messages about the ping results\").nullable().optional(),\n RelatedIP: z.string().describe(\"The resolved IP address when a domain name was provided, or the same IP if an IP was provided directly\").nullable().optional(),\n Transcript: z.array(MxToolboxLookupPing_TranscriptSchema).describe(\"Transcript of the ping operation\").nullable().optional(),\n Information: z.array(MxToolboxLookupPing_PingReplySchema).describe(\"List of ping replies (typically 4 attempts) with details including IP address, packet size, round-trip time, TTL, and ASN information\").nullable().optional(),\n ArgumentType: z.string().describe(\"Type of argument provided: 'domain' for domain names, 'ipv4' for IPv4 addresses, or 'ipv6' for IPv6 addresses\").nullable(),\n TimeRecorded: z.string().describe(\"ISO 8601 timestamp when the ping lookup was recorded\").nullable(),\n IsTransitioned: z.boolean().describe(\"Internal flag indicating if the lookup was transitioned to another system\").nullable(),\n RelatedLookups: z.array(MxToolboxLookupPing_RelatedLookupSchema).describe(\"List of related lookup suggestions\").nullable().optional(),\n TimeToComplete: z.string().describe(\"Total time in milliseconds to complete the entire lookup operation\").nullable(),\n CommandArgument: z.string().describe(\"The exact domain name or IP address that was pinged\").nullable(),\n HasSubscriptions: z.boolean().describe(\"Whether the user has active monitoring subscriptions for this target\").nullable(),\n IsEmptySubDomain: z.boolean().describe(\"Indicates if the domain has an empty subdomain component\").nullable(),\n DnsServiceProvider: z.string().describe(\"DNS service provider\").nullable().optional(),\n ResourceRecordType: z.number().int().describe(\"DNS resource record type code (0 for ping lookups)\").nullable(),\n ReportingNameServer: z.string().describe(\"DNS name server used for domain resolution (null for direct IP pings)\").nullable().optional(),\n EmailServiceProvider: z.string().describe(\"Email service provider\").nullable().optional(),\n AlertgroupSubscriptionId: z.string().describe(\"ID of alert group subscription if monitoring is enabled\").nullable().optional(),\n}).passthrough();\n\nexport const mxToolboxLookupPing = action(\"MX_TOOLBOX_LOOKUP_PING\", {\n slug: \"mx_toolbox-lookup-ping\",\n name: \"Ping Lookup\",\n description: \"Performs a ping test to check network connectivity and measure round-trip time to a domain or IP address. Returns detailed ping statistics including response time, TTL (Time-To-Live), packet size, and ASN (Autonomous System Number) information. Useful for diagnosing network connectivity issues, measuring latency, and verifying host availability.\",\n input: MxToolboxLookupPingInput,\n output: MxToolboxLookupPingOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,9 +1,54 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/lookup-ping.d.ts
|
|
4
|
-
declare const MxToolboxLookupPingInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MxToolboxLookupPingInput: z.ZodObject<{
|
|
5
|
+
domain_or_ip: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const MxToolboxLookupPingOutput: z.ZodObject<{
|
|
8
|
+
UID: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
MxRep: z.ZodNullable<z.ZodNumber>;
|
|
10
|
+
Errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
11
|
+
Failed: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
12
|
+
Passed: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
13
|
+
Command: z.ZodNullable<z.ZodString>;
|
|
14
|
+
IsError: z.ZodNullable<z.ZodBoolean>;
|
|
15
|
+
Timeouts: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
16
|
+
Warnings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
17
|
+
RelatedIP: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
Transcript: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
19
|
+
Transcript: z.ZodNullable<z.ZodString>;
|
|
20
|
+
}, z.core.$loose>>>>;
|
|
21
|
+
Information: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
22
|
+
Asn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
TTL: z.ZodNullable<z.ZodString>;
|
|
24
|
+
Time: z.ZodNullable<z.ZodString>;
|
|
25
|
+
Bytes: z.ZodNullable<z.ZodString>;
|
|
26
|
+
Reply: z.ZodNullable<z.ZodString>;
|
|
27
|
+
IsIpV6: z.ZodNullable<z.ZodString>;
|
|
28
|
+
"IP Address": z.ZodNullable<z.ZodString>;
|
|
29
|
+
}, z.core.$loose>>>>;
|
|
30
|
+
ArgumentType: z.ZodNullable<z.ZodString>;
|
|
31
|
+
TimeRecorded: z.ZodNullable<z.ZodString>;
|
|
32
|
+
IsTransitioned: z.ZodNullable<z.ZodBoolean>;
|
|
33
|
+
RelatedLookups: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
34
|
+
URL: z.ZodNullable<z.ZodString>;
|
|
35
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
36
|
+
Command: z.ZodNullable<z.ZodString>;
|
|
37
|
+
CommandArgument: z.ZodNullable<z.ZodString>;
|
|
38
|
+
}, z.core.$loose>>>>;
|
|
39
|
+
TimeToComplete: z.ZodNullable<z.ZodString>;
|
|
40
|
+
CommandArgument: z.ZodNullable<z.ZodString>;
|
|
41
|
+
HasSubscriptions: z.ZodNullable<z.ZodBoolean>;
|
|
42
|
+
IsEmptySubDomain: z.ZodNullable<z.ZodBoolean>;
|
|
43
|
+
DnsServiceProvider: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
+
ResourceRecordType: z.ZodNullable<z.ZodNumber>;
|
|
45
|
+
ReportingNameServer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
EmailServiceProvider: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
AlertgroupSubscriptionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
}, z.core.$loose>;
|
|
49
|
+
declare const mxToolboxLookupPing: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
50
|
+
domain_or_ip: string;
|
|
51
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
52
|
//#endregion
|
|
8
53
|
export { mxToolboxLookupPing };
|
|
9
54
|
//# sourceMappingURL=lookup-ping.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-ping.d.cts","names":[],"sources":["../../src/actions/lookup-ping.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"lookup-ping.d.cts","names":[],"sources":["../../src/actions/lookup-ping.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAqBxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -1,9 +1,54 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/lookup-ping.d.ts
|
|
4
|
-
declare const MxToolboxLookupPingInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MxToolboxLookupPingInput: z.ZodObject<{
|
|
5
|
+
domain_or_ip: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const MxToolboxLookupPingOutput: z.ZodObject<{
|
|
8
|
+
UID: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
MxRep: z.ZodNullable<z.ZodNumber>;
|
|
10
|
+
Errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
11
|
+
Failed: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
12
|
+
Passed: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
13
|
+
Command: z.ZodNullable<z.ZodString>;
|
|
14
|
+
IsError: z.ZodNullable<z.ZodBoolean>;
|
|
15
|
+
Timeouts: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
16
|
+
Warnings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
17
|
+
RelatedIP: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
Transcript: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
19
|
+
Transcript: z.ZodNullable<z.ZodString>;
|
|
20
|
+
}, z.core.$loose>>>>;
|
|
21
|
+
Information: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
22
|
+
Asn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
TTL: z.ZodNullable<z.ZodString>;
|
|
24
|
+
Time: z.ZodNullable<z.ZodString>;
|
|
25
|
+
Bytes: z.ZodNullable<z.ZodString>;
|
|
26
|
+
Reply: z.ZodNullable<z.ZodString>;
|
|
27
|
+
IsIpV6: z.ZodNullable<z.ZodString>;
|
|
28
|
+
"IP Address": z.ZodNullable<z.ZodString>;
|
|
29
|
+
}, z.core.$loose>>>>;
|
|
30
|
+
ArgumentType: z.ZodNullable<z.ZodString>;
|
|
31
|
+
TimeRecorded: z.ZodNullable<z.ZodString>;
|
|
32
|
+
IsTransitioned: z.ZodNullable<z.ZodBoolean>;
|
|
33
|
+
RelatedLookups: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
34
|
+
URL: z.ZodNullable<z.ZodString>;
|
|
35
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
36
|
+
Command: z.ZodNullable<z.ZodString>;
|
|
37
|
+
CommandArgument: z.ZodNullable<z.ZodString>;
|
|
38
|
+
}, z.core.$loose>>>>;
|
|
39
|
+
TimeToComplete: z.ZodNullable<z.ZodString>;
|
|
40
|
+
CommandArgument: z.ZodNullable<z.ZodString>;
|
|
41
|
+
HasSubscriptions: z.ZodNullable<z.ZodBoolean>;
|
|
42
|
+
IsEmptySubDomain: z.ZodNullable<z.ZodBoolean>;
|
|
43
|
+
DnsServiceProvider: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
+
ResourceRecordType: z.ZodNullable<z.ZodNumber>;
|
|
45
|
+
ReportingNameServer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
EmailServiceProvider: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
AlertgroupSubscriptionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
}, z.core.$loose>;
|
|
49
|
+
declare const mxToolboxLookupPing: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
50
|
+
domain_or_ip: string;
|
|
51
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
52
|
//#endregion
|
|
8
53
|
export { mxToolboxLookupPing };
|
|
9
54
|
//# sourceMappingURL=lookup-ping.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-ping.d.mts","names":[],"sources":["../../src/actions/lookup-ping.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"lookup-ping.d.mts","names":[],"sources":["../../src/actions/lookup-ping.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAqBxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BzB,mBAAA,gCAAmB,wBAAA"}
|