@keystrokehq/mx_toolbox 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/index.cjs +27 -0
- package/dist/actions/index.d.cts +14 -0
- package/dist/actions/index.d.mts +14 -0
- package/dist/actions/index.mjs +14 -0
- package/dist/actions/lookup-bimi-record.cjs +87 -0
- package/dist/actions/lookup-bimi-record.cjs.map +1 -0
- package/dist/actions/lookup-bimi-record.d.cts +9 -0
- package/dist/actions/lookup-bimi-record.d.cts.map +1 -0
- package/dist/actions/lookup-bimi-record.d.mts +9 -0
- package/dist/actions/lookup-bimi-record.d.mts.map +1 -0
- package/dist/actions/lookup-bimi-record.mjs +86 -0
- package/dist/actions/lookup-bimi-record.mjs.map +1 -0
- package/dist/actions/lookup-blacklist.cjs +58 -0
- package/dist/actions/lookup-blacklist.cjs.map +1 -0
- package/dist/actions/lookup-blacklist.d.cts +9 -0
- package/dist/actions/lookup-blacklist.d.cts.map +1 -0
- package/dist/actions/lookup-blacklist.d.mts +9 -0
- package/dist/actions/lookup-blacklist.d.mts.map +1 -0
- package/dist/actions/lookup-blacklist.mjs +57 -0
- package/dist/actions/lookup-blacklist.mjs.map +1 -0
- package/dist/actions/lookup-dkim.cjs +69 -0
- package/dist/actions/lookup-dkim.cjs.map +1 -0
- package/dist/actions/lookup-dkim.d.cts +9 -0
- package/dist/actions/lookup-dkim.d.cts.map +1 -0
- package/dist/actions/lookup-dkim.d.mts +9 -0
- package/dist/actions/lookup-dkim.d.mts.map +1 -0
- package/dist/actions/lookup-dkim.mjs +68 -0
- package/dist/actions/lookup-dkim.mjs.map +1 -0
- package/dist/actions/lookup-dmarc.cjs +39 -0
- package/dist/actions/lookup-dmarc.cjs.map +1 -0
- package/dist/actions/lookup-dmarc.d.cts +9 -0
- package/dist/actions/lookup-dmarc.d.cts.map +1 -0
- package/dist/actions/lookup-dmarc.d.mts +9 -0
- package/dist/actions/lookup-dmarc.d.mts.map +1 -0
- package/dist/actions/lookup-dmarc.mjs +38 -0
- package/dist/actions/lookup-dmarc.mjs.map +1 -0
- package/dist/actions/lookup-dns.cjs +42 -0
- package/dist/actions/lookup-dns.cjs.map +1 -0
- package/dist/actions/lookup-dns.d.cts +9 -0
- package/dist/actions/lookup-dns.d.cts.map +1 -0
- package/dist/actions/lookup-dns.d.mts +9 -0
- package/dist/actions/lookup-dns.d.mts.map +1 -0
- package/dist/actions/lookup-dns.mjs +41 -0
- package/dist/actions/lookup-dns.mjs.map +1 -0
- package/dist/actions/lookup-http.cjs +30 -0
- package/dist/actions/lookup-http.cjs.map +1 -0
- package/dist/actions/lookup-http.d.cts +9 -0
- package/dist/actions/lookup-http.d.cts.map +1 -0
- package/dist/actions/lookup-http.d.mts +9 -0
- package/dist/actions/lookup-http.d.mts.map +1 -0
- package/dist/actions/lookup-http.mjs +29 -0
- package/dist/actions/lookup-http.mjs.map +1 -0
- package/dist/actions/lookup-mta-sts-record.cjs +37 -0
- package/dist/actions/lookup-mta-sts-record.cjs.map +1 -0
- package/dist/actions/lookup-mta-sts-record.d.cts +9 -0
- package/dist/actions/lookup-mta-sts-record.d.cts.map +1 -0
- package/dist/actions/lookup-mta-sts-record.d.mts +9 -0
- package/dist/actions/lookup-mta-sts-record.d.mts.map +1 -0
- package/dist/actions/lookup-mta-sts-record.mjs +36 -0
- package/dist/actions/lookup-mta-sts-record.mjs.map +1 -0
- package/dist/actions/lookup-mx.cjs +24 -0
- package/dist/actions/lookup-mx.cjs.map +1 -0
- package/dist/actions/lookup-mx.d.cts +9 -0
- package/dist/actions/lookup-mx.d.cts.map +1 -0
- package/dist/actions/lookup-mx.d.mts +9 -0
- package/dist/actions/lookup-mx.d.mts.map +1 -0
- package/dist/actions/lookup-mx.mjs +23 -0
- package/dist/actions/lookup-mx.mjs.map +1 -0
- package/dist/actions/lookup-ping.cjs +58 -0
- package/dist/actions/lookup-ping.cjs.map +1 -0
- package/dist/actions/lookup-ping.d.cts +9 -0
- package/dist/actions/lookup-ping.d.cts.map +1 -0
- package/dist/actions/lookup-ping.d.mts +9 -0
- package/dist/actions/lookup-ping.d.mts.map +1 -0
- package/dist/actions/lookup-ping.mjs +57 -0
- package/dist/actions/lookup-ping.mjs.map +1 -0
- package/dist/actions/lookup-smtp.cjs +41 -0
- package/dist/actions/lookup-smtp.cjs.map +1 -0
- package/dist/actions/lookup-smtp.d.cts +9 -0
- package/dist/actions/lookup-smtp.d.cts.map +1 -0
- package/dist/actions/lookup-smtp.d.mts +9 -0
- package/dist/actions/lookup-smtp.d.mts.map +1 -0
- package/dist/actions/lookup-smtp.mjs +40 -0
- package/dist/actions/lookup-smtp.mjs.map +1 -0
- package/dist/actions/lookup-spf.cjs +82 -0
- package/dist/actions/lookup-spf.cjs.map +1 -0
- package/dist/actions/lookup-spf.d.cts +9 -0
- package/dist/actions/lookup-spf.d.cts.map +1 -0
- package/dist/actions/lookup-spf.d.mts +9 -0
- package/dist/actions/lookup-spf.d.mts.map +1 -0
- package/dist/actions/lookup-spf.mjs +81 -0
- package/dist/actions/lookup-spf.mjs.map +1 -0
- package/dist/actions/monitor-status.cjs +30 -0
- package/dist/actions/monitor-status.cjs.map +1 -0
- package/dist/actions/monitor-status.d.cts +9 -0
- package/dist/actions/monitor-status.d.cts.map +1 -0
- package/dist/actions/monitor-status.d.mts +9 -0
- package/dist/actions/monitor-status.d.mts.map +1 -0
- package/dist/actions/monitor-status.mjs +29 -0
- package/dist/actions/monitor-status.mjs.map +1 -0
- package/dist/actions/usage-check.cjs +23 -0
- package/dist/actions/usage-check.cjs.map +1 -0
- package/dist/actions/usage-check.d.cts +9 -0
- package/dist/actions/usage-check.d.cts.map +1 -0
- package/dist/actions/usage-check.d.mts +9 -0
- package/dist/actions/usage-check.d.mts.map +1 -0
- package/dist/actions/usage-check.mjs +20 -0
- package/dist/actions/usage-check.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +32 -0
- package/dist/index.d.cts +16 -0
- package/dist/index.d.mts +16 -0
- package/dist/index.mjs +17 -0
- package/package.json +49 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const mxToolboxCatalog: {
|
|
4
|
+
readonly slug: "mx_toolbox";
|
|
5
|
+
readonly name: "MXToolbox";
|
|
6
|
+
readonly description: "MxToolbox provides a suite of network diagnostic and monitoring tools, including DNS lookups, blacklist checks, and email health analysis.";
|
|
7
|
+
readonly category: "Server Monitoring";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/mx_toolbox";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { mxToolboxCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const mxToolboxCatalog: {
|
|
4
|
+
readonly slug: "mx_toolbox";
|
|
5
|
+
readonly name: "MXToolbox";
|
|
6
|
+
readonly description: "MxToolbox provides a suite of network diagnostic and monitoring tools, including DNS lookups, blacklist checks, and email health analysis.";
|
|
7
|
+
readonly category: "Server Monitoring";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/mx_toolbox";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { mxToolboxCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const mxToolboxCatalog = {
|
|
4
|
+
"slug": "mx_toolbox",
|
|
5
|
+
"name": "MXToolbox",
|
|
6
|
+
"description": "MxToolbox provides a suite of network diagnostic and monitoring tools, including DNS lookups, blacklist checks, and email health analysis.",
|
|
7
|
+
"category": "Server Monitoring",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/mx_toolbox",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { mxToolboxCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mxToolboxCatalog = {\n \"slug\": \"mx_toolbox\",\n \"name\": \"MXToolbox\",\n \"description\": \"MxToolbox provides a suite of network diagnostic and monitoring tools, including DNS lookups, blacklist checks, and email health analysis.\",\n \"category\": \"Server Monitoring\",\n \"logo\": \"https://logos.composio.dev/api/mx_toolbox\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "mx_toolbox";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeMxToolboxTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeMxToolboxTool = executeMxToolboxTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"mx_toolbox\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeMxToolboxTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "mx_toolbox";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeMxToolboxTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeMxToolboxTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"mx_toolbox\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeMxToolboxTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_lookup_bimi_record = require("./actions/lookup-bimi-record.cjs");
|
|
5
|
+
const require_lookup_blacklist = require("./actions/lookup-blacklist.cjs");
|
|
6
|
+
const require_lookup_dkim = require("./actions/lookup-dkim.cjs");
|
|
7
|
+
const require_lookup_dmarc = require("./actions/lookup-dmarc.cjs");
|
|
8
|
+
const require_lookup_dns = require("./actions/lookup-dns.cjs");
|
|
9
|
+
const require_lookup_http = require("./actions/lookup-http.cjs");
|
|
10
|
+
const require_lookup_mta_sts_record = require("./actions/lookup-mta-sts-record.cjs");
|
|
11
|
+
const require_lookup_mx = require("./actions/lookup-mx.cjs");
|
|
12
|
+
const require_lookup_ping = require("./actions/lookup-ping.cjs");
|
|
13
|
+
const require_lookup_smtp = require("./actions/lookup-smtp.cjs");
|
|
14
|
+
const require_lookup_spf = require("./actions/lookup-spf.cjs");
|
|
15
|
+
const require_monitor_status = require("./actions/monitor-status.cjs");
|
|
16
|
+
const require_usage_check = require("./actions/usage-check.cjs");
|
|
17
|
+
require("./actions/index.cjs");
|
|
18
|
+
exports.mxToolbox = require_app.mxToolbox;
|
|
19
|
+
exports.mxToolboxCatalog = require_catalog.mxToolboxCatalog;
|
|
20
|
+
exports.mxToolboxLookupBimiRecord = require_lookup_bimi_record.mxToolboxLookupBimiRecord;
|
|
21
|
+
exports.mxToolboxLookupBlacklist = require_lookup_blacklist.mxToolboxLookupBlacklist;
|
|
22
|
+
exports.mxToolboxLookupDkim = require_lookup_dkim.mxToolboxLookupDkim;
|
|
23
|
+
exports.mxToolboxLookupDmarc = require_lookup_dmarc.mxToolboxLookupDmarc;
|
|
24
|
+
exports.mxToolboxLookupDns = require_lookup_dns.mxToolboxLookupDns;
|
|
25
|
+
exports.mxToolboxLookupHttp = require_lookup_http.mxToolboxLookupHttp;
|
|
26
|
+
exports.mxToolboxLookupMtaStsRecord = require_lookup_mta_sts_record.mxToolboxLookupMtaStsRecord;
|
|
27
|
+
exports.mxToolboxLookupMx = require_lookup_mx.mxToolboxLookupMx;
|
|
28
|
+
exports.mxToolboxLookupPing = require_lookup_ping.mxToolboxLookupPing;
|
|
29
|
+
exports.mxToolboxLookupSmtp = require_lookup_smtp.mxToolboxLookupSmtp;
|
|
30
|
+
exports.mxToolboxLookupSpf = require_lookup_spf.mxToolboxLookupSpf;
|
|
31
|
+
exports.mxToolboxMonitorStatus = require_monitor_status.mxToolboxMonitorStatus;
|
|
32
|
+
exports.mxToolboxUsageCheck = require_usage_check.mxToolboxUsageCheck;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { mxToolboxLookupBimiRecord } from "./actions/lookup-bimi-record.cjs";
|
|
2
|
+
import { mxToolboxLookupBlacklist } from "./actions/lookup-blacklist.cjs";
|
|
3
|
+
import { mxToolboxLookupDkim } from "./actions/lookup-dkim.cjs";
|
|
4
|
+
import { mxToolboxLookupDmarc } from "./actions/lookup-dmarc.cjs";
|
|
5
|
+
import { mxToolboxLookupDns } from "./actions/lookup-dns.cjs";
|
|
6
|
+
import { mxToolboxLookupHttp } from "./actions/lookup-http.cjs";
|
|
7
|
+
import { mxToolboxLookupMtaStsRecord } from "./actions/lookup-mta-sts-record.cjs";
|
|
8
|
+
import { mxToolboxLookupMx } from "./actions/lookup-mx.cjs";
|
|
9
|
+
import { mxToolboxLookupPing } from "./actions/lookup-ping.cjs";
|
|
10
|
+
import { mxToolboxLookupSmtp } from "./actions/lookup-smtp.cjs";
|
|
11
|
+
import { mxToolboxLookupSpf } from "./actions/lookup-spf.cjs";
|
|
12
|
+
import { mxToolboxMonitorStatus } from "./actions/monitor-status.cjs";
|
|
13
|
+
import { mxToolboxUsageCheck } from "./actions/usage-check.cjs";
|
|
14
|
+
import { mxToolbox } from "./app.cjs";
|
|
15
|
+
import { mxToolboxCatalog } from "./catalog.cjs";
|
|
16
|
+
export { mxToolbox, mxToolboxCatalog, mxToolboxLookupBimiRecord, mxToolboxLookupBlacklist, mxToolboxLookupDkim, mxToolboxLookupDmarc, mxToolboxLookupDns, mxToolboxLookupHttp, mxToolboxLookupMtaStsRecord, mxToolboxLookupMx, mxToolboxLookupPing, mxToolboxLookupSmtp, mxToolboxLookupSpf, mxToolboxMonitorStatus, mxToolboxUsageCheck };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { mxToolboxLookupBimiRecord } from "./actions/lookup-bimi-record.mjs";
|
|
2
|
+
import { mxToolboxLookupBlacklist } from "./actions/lookup-blacklist.mjs";
|
|
3
|
+
import { mxToolboxLookupDkim } from "./actions/lookup-dkim.mjs";
|
|
4
|
+
import { mxToolboxLookupDmarc } from "./actions/lookup-dmarc.mjs";
|
|
5
|
+
import { mxToolboxLookupDns } from "./actions/lookup-dns.mjs";
|
|
6
|
+
import { mxToolboxLookupHttp } from "./actions/lookup-http.mjs";
|
|
7
|
+
import { mxToolboxLookupMtaStsRecord } from "./actions/lookup-mta-sts-record.mjs";
|
|
8
|
+
import { mxToolboxLookupMx } from "./actions/lookup-mx.mjs";
|
|
9
|
+
import { mxToolboxLookupPing } from "./actions/lookup-ping.mjs";
|
|
10
|
+
import { mxToolboxLookupSmtp } from "./actions/lookup-smtp.mjs";
|
|
11
|
+
import { mxToolboxLookupSpf } from "./actions/lookup-spf.mjs";
|
|
12
|
+
import { mxToolboxMonitorStatus } from "./actions/monitor-status.mjs";
|
|
13
|
+
import { mxToolboxUsageCheck } from "./actions/usage-check.mjs";
|
|
14
|
+
import { mxToolbox } from "./app.mjs";
|
|
15
|
+
import { mxToolboxCatalog } from "./catalog.mjs";
|
|
16
|
+
export { mxToolbox, mxToolboxCatalog, mxToolboxLookupBimiRecord, mxToolboxLookupBlacklist, mxToolboxLookupDkim, mxToolboxLookupDmarc, mxToolboxLookupDns, mxToolboxLookupHttp, mxToolboxLookupMtaStsRecord, mxToolboxLookupMx, mxToolboxLookupPing, mxToolboxLookupSmtp, mxToolboxLookupSpf, mxToolboxMonitorStatus, mxToolboxUsageCheck };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { mxToolbox } from "./app.mjs";
|
|
2
|
+
import { mxToolboxCatalog } from "./catalog.mjs";
|
|
3
|
+
import { mxToolboxLookupBimiRecord } from "./actions/lookup-bimi-record.mjs";
|
|
4
|
+
import { mxToolboxLookupBlacklist } from "./actions/lookup-blacklist.mjs";
|
|
5
|
+
import { mxToolboxLookupDkim } from "./actions/lookup-dkim.mjs";
|
|
6
|
+
import { mxToolboxLookupDmarc } from "./actions/lookup-dmarc.mjs";
|
|
7
|
+
import { mxToolboxLookupDns } from "./actions/lookup-dns.mjs";
|
|
8
|
+
import { mxToolboxLookupHttp } from "./actions/lookup-http.mjs";
|
|
9
|
+
import { mxToolboxLookupMtaStsRecord } from "./actions/lookup-mta-sts-record.mjs";
|
|
10
|
+
import { mxToolboxLookupMx } from "./actions/lookup-mx.mjs";
|
|
11
|
+
import { mxToolboxLookupPing } from "./actions/lookup-ping.mjs";
|
|
12
|
+
import { mxToolboxLookupSmtp } from "./actions/lookup-smtp.mjs";
|
|
13
|
+
import { mxToolboxLookupSpf } from "./actions/lookup-spf.mjs";
|
|
14
|
+
import { mxToolboxMonitorStatus } from "./actions/monitor-status.mjs";
|
|
15
|
+
import { mxToolboxUsageCheck } from "./actions/usage-check.mjs";
|
|
16
|
+
import "./actions/index.mjs";
|
|
17
|
+
export { mxToolbox, mxToolboxCatalog, mxToolboxLookupBimiRecord, mxToolboxLookupBlacklist, mxToolboxLookupDkim, mxToolboxLookupDmarc, mxToolboxLookupDns, mxToolboxLookupHttp, mxToolboxLookupMtaStsRecord, mxToolboxLookupMx, mxToolboxLookupPing, mxToolboxLookupSmtp, mxToolboxLookupSpf, mxToolboxMonitorStatus, mxToolboxUsageCheck };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/mx_toolbox",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/mx_toolbox"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|