@keystrokehq/neverbounce 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/account-info.cjs +34 -0
- package/dist/actions/account-info.cjs.map +1 -0
- package/dist/actions/account-info.d.cts +9 -0
- package/dist/actions/account-info.d.cts.map +1 -0
- package/dist/actions/account-info.d.mts +9 -0
- package/dist/actions/account-info.d.mts.map +1 -0
- package/dist/actions/account-info.mjs +33 -0
- package/dist/actions/account-info.mjs.map +1 -0
- package/dist/actions/confirm-poe.cjs +25 -0
- package/dist/actions/confirm-poe.cjs.map +1 -0
- package/dist/actions/confirm-poe.d.cts +9 -0
- package/dist/actions/confirm-poe.d.cts.map +1 -0
- package/dist/actions/confirm-poe.d.mts +9 -0
- package/dist/actions/confirm-poe.d.mts.map +1 -0
- package/dist/actions/confirm-poe.mjs +22 -0
- package/dist/actions/confirm-poe.mjs.map +1 -0
- package/dist/actions/index.cjs +25 -0
- package/dist/actions/index.d.cts +13 -0
- package/dist/actions/index.d.mts +13 -0
- package/dist/actions/index.mjs +13 -0
- package/dist/actions/jobs-create.cjs +36 -0
- package/dist/actions/jobs-create.cjs.map +1 -0
- package/dist/actions/jobs-create.d.cts +9 -0
- package/dist/actions/jobs-create.d.cts.map +1 -0
- package/dist/actions/jobs-create.d.mts +9 -0
- package/dist/actions/jobs-create.d.mts.map +1 -0
- package/dist/actions/jobs-create.mjs +33 -0
- package/dist/actions/jobs-create.mjs.map +1 -0
- package/dist/actions/jobs-delete.cjs +27 -0
- package/dist/actions/jobs-delete.cjs.map +1 -0
- package/dist/actions/jobs-delete.d.cts +9 -0
- package/dist/actions/jobs-delete.d.cts.map +1 -0
- package/dist/actions/jobs-delete.d.mts +9 -0
- package/dist/actions/jobs-delete.d.mts.map +1 -0
- package/dist/actions/jobs-delete.mjs +24 -0
- package/dist/actions/jobs-delete.mjs.map +1 -0
- package/dist/actions/jobs-download-get.cjs +61 -0
- package/dist/actions/jobs-download-get.cjs.map +1 -0
- package/dist/actions/jobs-download-get.d.cts +9 -0
- package/dist/actions/jobs-download-get.d.cts.map +1 -0
- package/dist/actions/jobs-download-get.d.mts +9 -0
- package/dist/actions/jobs-download-get.d.mts.map +1 -0
- package/dist/actions/jobs-download-get.mjs +60 -0
- package/dist/actions/jobs-download-get.mjs.map +1 -0
- package/dist/actions/jobs-results.cjs +32 -0
- package/dist/actions/jobs-results.cjs.map +1 -0
- package/dist/actions/jobs-results.d.cts +9 -0
- package/dist/actions/jobs-results.d.cts.map +1 -0
- package/dist/actions/jobs-results.d.mts +9 -0
- package/dist/actions/jobs-results.d.mts.map +1 -0
- package/dist/actions/jobs-results.mjs +31 -0
- package/dist/actions/jobs-results.mjs.map +1 -0
- package/dist/actions/jobs-start.cjs +24 -0
- package/dist/actions/jobs-start.cjs.map +1 -0
- package/dist/actions/jobs-start.d.cts +9 -0
- package/dist/actions/jobs-start.d.cts.map +1 -0
- package/dist/actions/jobs-start.d.mts +9 -0
- package/dist/actions/jobs-start.d.mts.map +1 -0
- package/dist/actions/jobs-start.mjs +21 -0
- package/dist/actions/jobs-start.mjs.map +1 -0
- package/dist/actions/jobs-status.cjs +44 -0
- package/dist/actions/jobs-status.cjs.map +1 -0
- package/dist/actions/jobs-status.d.cts +9 -0
- package/dist/actions/jobs-status.d.cts.map +1 -0
- package/dist/actions/jobs-status.d.mts +9 -0
- package/dist/actions/jobs-status.d.mts.map +1 -0
- package/dist/actions/jobs-status.mjs +41 -0
- package/dist/actions/jobs-status.mjs.map +1 -0
- package/dist/actions/parse-job.cjs +23 -0
- package/dist/actions/parse-job.cjs.map +1 -0
- package/dist/actions/parse-job.d.cts +9 -0
- package/dist/actions/parse-job.d.cts.map +1 -0
- package/dist/actions/parse-job.d.mts +9 -0
- package/dist/actions/parse-job.d.mts.map +1 -0
- package/dist/actions/parse-job.mjs +20 -0
- package/dist/actions/parse-job.mjs.map +1 -0
- package/dist/actions/search-jobs.cjs +51 -0
- package/dist/actions/search-jobs.cjs.map +1 -0
- package/dist/actions/search-jobs.d.cts +9 -0
- package/dist/actions/search-jobs.d.cts.map +1 -0
- package/dist/actions/search-jobs.d.mts +9 -0
- package/dist/actions/search-jobs.d.mts.map +1 -0
- package/dist/actions/search-jobs.mjs +50 -0
- package/dist/actions/search-jobs.mjs.map +1 -0
- package/dist/actions/single-check.cjs +32 -0
- package/dist/actions/single-check.cjs.map +1 -0
- package/dist/actions/single-check.d.cts +9 -0
- package/dist/actions/single-check.d.cts.map +1 -0
- package/dist/actions/single-check.d.mts +9 -0
- package/dist/actions/single-check.d.mts.map +1 -0
- package/dist/actions/single-check.mjs +29 -0
- package/dist/actions/single-check.mjs.map +1 -0
- package/dist/actions/widget-send-event.cjs +16 -0
- package/dist/actions/widget-send-event.cjs.map +1 -0
- package/dist/actions/widget-send-event.d.cts +9 -0
- package/dist/actions/widget-send-event.d.cts.map +1 -0
- package/dist/actions/widget-send-event.d.mts +9 -0
- package/dist/actions/widget-send-event.d.mts.map +1 -0
- package/dist/actions/widget-send-event.mjs +13 -0
- package/dist/actions/widget-send-event.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 +30 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.mts +15 -0
- package/dist/index.mjs +16 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/parse-job.d.ts
|
|
4
|
+
declare const NeverbounceParseJobInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeverbounceParseJobOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neverbounceParseJob: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neverbounceParseJob };
|
|
9
|
+
//# sourceMappingURL=parse-job.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-job.d.mts","names":[],"sources":["../../src/actions/parse-job.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAGyC;AAAA,cACrE,yBAAA,EAA2B,CAAA,CAAE,UAI8B;AAAA,cAE3D,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const neverbounceParseJob = action("NEVERBOUNCE_PARSE_JOB", {
|
|
4
|
+
slug: "neverbounce-parse-job",
|
|
5
|
+
name: "Parse NeverBounce Job",
|
|
6
|
+
description: "Tool to parse a job created with auto_parse disabled. Use when you need to manually parse a job. Cannot reparse once parsed.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
job_id: z.number().int().describe("The ID of the job to parse. Must reference an existing job created with auto_parse disabled."),
|
|
9
|
+
auto_start: z.boolean().default(false).describe("Should the job start processing immediately after it's parsed? (default: false)").optional()
|
|
10
|
+
}).describe("Request payload for parsing a job created with auto_parse disabled."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
status: z.string().describe("Overall status of the parse request. 'success' indicates job was parsed successfully."),
|
|
13
|
+
queue_id: z.string().describe("Identifier of the queue entry for this job. Present only on success.").nullable().optional(),
|
|
14
|
+
execution_time: z.number().int().describe("Time in milliseconds that the request took to process.")
|
|
15
|
+
}).describe("Response schema for the NeverBounce /jobs/parse endpoint.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { neverbounceParseJob };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=parse-job.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-job.mjs","names":[],"sources":["../../src/actions/parse-job.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeverbounceParseJobInput: z.ZodTypeAny = z.object({\n job_id: z.number().int().describe(\"The ID of the job to parse. Must reference an existing job created with auto_parse disabled.\"),\n auto_start: z.boolean().default(false).describe(\"Should the job start processing immediately after it's parsed? (default: false)\").optional(),\n}).describe(\"Request payload for parsing a job created with auto_parse disabled.\");\nexport const NeverbounceParseJobOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Overall status of the parse request. 'success' indicates job was parsed successfully.\"),\n queue_id: z.string().describe(\"Identifier of the queue entry for this job. Present only on success.\").nullable().optional(),\n execution_time: z.number().int().describe(\"Time in milliseconds that the request took to process.\"),\n}).describe(\"Response schema for the NeverBounce /jobs/parse endpoint.\");\n\nexport const neverbounceParseJob = action(\"NEVERBOUNCE_PARSE_JOB\", {\n slug: \"neverbounce-parse-job\",\n name: \"Parse NeverBounce Job\",\n description: \"Tool to parse a job created with auto_parse disabled. Use when you need to manually parse a job. Cannot reparse once parsed.\",\n input: NeverbounceParseJobInput,\n output: NeverbounceParseJobOutput,\n});\n"],"mappings":";;AAcA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdoD,EAAE,OAAO;EAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F;EAChI,YAAY,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAC9I,CAAC,CAAC,CAAC,SAAS,qEAWH;CACP,QAXqD,EAAE,OAAO;EAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;EACnH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;CACpG,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/search-jobs.ts
|
|
4
|
+
const NeverbounceSearchJobsInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().default(1).describe("The page to grab the jobs from (must be ≥1). Defaults to 1.").optional(),
|
|
6
|
+
job_id: zod.z.number().int().describe("Filter jobs based on its id.").optional(),
|
|
7
|
+
filename: zod.z.string().describe("Filter jobs based on the filename (exact match).").optional(),
|
|
8
|
+
job_status: zod.z.string().describe("Filter jobs by the job status (e.g., 'complete', 'running', 'queued').").optional(),
|
|
9
|
+
items_per_page: zod.z.number().int().default(10).describe("The number of jobs to display per page (1-1000). Defaults to 10.").optional()
|
|
10
|
+
}).describe("Request model for searching and listing bulk verification jobs with pagination and filtering.");
|
|
11
|
+
const NeverbounceSearchJobs_QueryInfoSchema = zod.z.object({
|
|
12
|
+
page: zod.z.number().int().describe("Current page number."),
|
|
13
|
+
items_per_page: zod.z.number().int().describe("Items displayed per page.")
|
|
14
|
+
}).describe("Echo of the query parameters sent.");
|
|
15
|
+
const NeverbounceSearchJobs_JobTotalSchema = zod.z.object({
|
|
16
|
+
valid: zod.z.number().int().describe("Number of valid emails."),
|
|
17
|
+
invalid: zod.z.number().int().describe("Number of invalid emails."),
|
|
18
|
+
records: zod.z.number().int().describe("Total number of records in the job."),
|
|
19
|
+
billable: zod.z.number().int().describe("Number of billable records."),
|
|
20
|
+
processed: zod.z.number().int().describe("Number of records processed.")
|
|
21
|
+
}).describe("Total counts for a job including records and verification results.");
|
|
22
|
+
const NeverbounceSearchJobs_JobResultSchema = zod.z.object({
|
|
23
|
+
id: zod.z.number().int().describe("Unique job identifier."),
|
|
24
|
+
total: NeverbounceSearchJobs_JobTotalSchema.nullable(),
|
|
25
|
+
filename: zod.z.string().describe("User-assigned job filename."),
|
|
26
|
+
created_at: zod.z.string().describe("Job creation timestamp in ISO 8601 format."),
|
|
27
|
+
job_status: zod.z.string().describe("Job status (e.g., 'complete', 'running', 'queued', 'failed')."),
|
|
28
|
+
started_at: zod.z.string().describe("Job processing start time in ISO 8601 format.").nullable().optional(),
|
|
29
|
+
finished_at: zod.z.string().describe("Job completion time in ISO 8601 format.").nullable().optional(),
|
|
30
|
+
bounce_estimate: zod.z.number().int().describe("Estimated bounce rate for the job. -1 indicates not yet calculated."),
|
|
31
|
+
percent_complete: zod.z.number().int().describe("Job completion percentage (0-100).")
|
|
32
|
+
}).describe("A single job result containing job details and verification status.");
|
|
33
|
+
const NeverbounceSearchJobsOutput = zod.z.object({
|
|
34
|
+
query: NeverbounceSearchJobs_QueryInfoSchema.nullable(),
|
|
35
|
+
status: zod.z.string().describe("Request status (e.g., 'success')."),
|
|
36
|
+
results: zod.z.array(NeverbounceSearchJobs_JobResultSchema).describe("Array of job objects matching the search criteria."),
|
|
37
|
+
total_pages: zod.z.number().int().describe("Total pages available for pagination."),
|
|
38
|
+
total_results: zod.z.number().int().describe("Total number of jobs matching the query."),
|
|
39
|
+
execution_time: zod.z.number().int().describe("Server response time in milliseconds.").nullable().optional()
|
|
40
|
+
}).describe("Response model for searching bulk verification jobs with pagination.");
|
|
41
|
+
const neverbounceSearchJobs = require_action.action("NEVERBOUNCE_SEARCH_JOBS", {
|
|
42
|
+
slug: "neverbounce-search-jobs",
|
|
43
|
+
name: "Search bulk verification jobs",
|
|
44
|
+
description: "Tool to search and list bulk verification jobs in your account with pagination and filtering. Use when retrieving jobs by id, filename, or status, or when listing all jobs with pagination.",
|
|
45
|
+
input: NeverbounceSearchJobsInput,
|
|
46
|
+
output: NeverbounceSearchJobsOutput
|
|
47
|
+
});
|
|
48
|
+
//#endregion
|
|
49
|
+
exports.neverbounceSearchJobs = neverbounceSearchJobs;
|
|
50
|
+
|
|
51
|
+
//# sourceMappingURL=search-jobs.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-jobs.cjs","names":["z","action"],"sources":["../../src/actions/search-jobs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeverbounceSearchJobsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"The page to grab the jobs from (must be ≥1). Defaults to 1.\").optional(),\n job_id: z.number().int().describe(\"Filter jobs based on its id.\").optional(),\n filename: z.string().describe(\"Filter jobs based on the filename (exact match).\").optional(),\n job_status: z.string().describe(\"Filter jobs by the job status (e.g., 'complete', 'running', 'queued').\").optional(),\n items_per_page: z.number().int().default(10).describe(\"The number of jobs to display per page (1-1000). Defaults to 10.\").optional(),\n}).describe(\"Request model for searching and listing bulk verification jobs with pagination and filtering.\");\nconst NeverbounceSearchJobs_QueryInfoSchema: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number.\"),\n items_per_page: z.number().int().describe(\"Items displayed per page.\"),\n}).describe(\"Echo of the query parameters sent.\");\nconst NeverbounceSearchJobs_JobTotalSchema: z.ZodTypeAny = z.object({\n valid: z.number().int().describe(\"Number of valid emails.\"),\n invalid: z.number().int().describe(\"Number of invalid emails.\"),\n records: z.number().int().describe(\"Total number of records in the job.\"),\n billable: z.number().int().describe(\"Number of billable records.\"),\n processed: z.number().int().describe(\"Number of records processed.\"),\n}).describe(\"Total counts for a job including records and verification results.\");\nconst NeverbounceSearchJobs_JobResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique job identifier.\"),\n total: NeverbounceSearchJobs_JobTotalSchema.nullable(),\n filename: z.string().describe(\"User-assigned job filename.\"),\n created_at: z.string().describe(\"Job creation timestamp in ISO 8601 format.\"),\n job_status: z.string().describe(\"Job status (e.g., 'complete', 'running', 'queued', 'failed').\"),\n started_at: z.string().describe(\"Job processing start time in ISO 8601 format.\").nullable().optional(),\n finished_at: z.string().describe(\"Job completion time in ISO 8601 format.\").nullable().optional(),\n bounce_estimate: z.number().int().describe(\"Estimated bounce rate for the job. -1 indicates not yet calculated.\"),\n percent_complete: z.number().int().describe(\"Job completion percentage (0-100).\"),\n}).describe(\"A single job result containing job details and verification status.\");\nexport const NeverbounceSearchJobsOutput: z.ZodTypeAny = z.object({\n query: NeverbounceSearchJobs_QueryInfoSchema.nullable(),\n status: z.string().describe(\"Request status (e.g., 'success').\"),\n results: z.array(NeverbounceSearchJobs_JobResultSchema).describe(\"Array of job objects matching the search criteria.\"),\n total_pages: z.number().int().describe(\"Total pages available for pagination.\"),\n total_results: z.number().int().describe(\"Total number of jobs matching the query.\"),\n execution_time: z.number().int().describe(\"Server response time in milliseconds.\").nullable().optional(),\n}).describe(\"Response model for searching bulk verification jobs with pagination.\");\n\nexport const neverbounceSearchJobs = action(\"NEVERBOUNCE_SEARCH_JOBS\", {\n slug: \"neverbounce-search-jobs\",\n name: \"Search bulk verification jobs\",\n description: \"Tool to search and list bulk verification jobs in your account with pagination and filtering. Use when retrieving jobs by id, filename, or status, or when listing all jobs with pagination.\",\n input: NeverbounceSearchJobsInput,\n output: NeverbounceSearchJobsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACnH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACnH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,+FAA+F;AAC3G,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CACtD,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;AACvE,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CAC1D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACxE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;AACrE,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CACtD,OAAO,qCAAqC,SAAS;CACrD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC3D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE;CAChH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AAClF,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAO,sCAAsC,SAAS;CACtD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC/D,SAASA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,oDAAoD;CACrH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAC9E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACnF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAElF,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search-jobs.d.ts
|
|
4
|
+
declare const NeverbounceSearchJobsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeverbounceSearchJobsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neverbounceSearchJobs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neverbounceSearchJobs };
|
|
9
|
+
//# sourceMappingURL=search-jobs.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-jobs.d.cts","names":[],"sources":["../../src/actions/search-jobs.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAMiE;AAAA,cAuB/F,2BAAA,EAA6B,CAAA,CAAE,UAOuC;AAAA,cAEtE,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search-jobs.d.ts
|
|
4
|
+
declare const NeverbounceSearchJobsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeverbounceSearchJobsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neverbounceSearchJobs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neverbounceSearchJobs };
|
|
9
|
+
//# sourceMappingURL=search-jobs.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-jobs.d.mts","names":[],"sources":["../../src/actions/search-jobs.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAMiE;AAAA,cAuB/F,2BAAA,EAA6B,CAAA,CAAE,UAOuC;AAAA,cAEtE,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/search-jobs.ts
|
|
4
|
+
const NeverbounceSearchJobsInput = z.object({
|
|
5
|
+
page: z.number().int().default(1).describe("The page to grab the jobs from (must be ≥1). Defaults to 1.").optional(),
|
|
6
|
+
job_id: z.number().int().describe("Filter jobs based on its id.").optional(),
|
|
7
|
+
filename: z.string().describe("Filter jobs based on the filename (exact match).").optional(),
|
|
8
|
+
job_status: z.string().describe("Filter jobs by the job status (e.g., 'complete', 'running', 'queued').").optional(),
|
|
9
|
+
items_per_page: z.number().int().default(10).describe("The number of jobs to display per page (1-1000). Defaults to 10.").optional()
|
|
10
|
+
}).describe("Request model for searching and listing bulk verification jobs with pagination and filtering.");
|
|
11
|
+
const NeverbounceSearchJobs_QueryInfoSchema = z.object({
|
|
12
|
+
page: z.number().int().describe("Current page number."),
|
|
13
|
+
items_per_page: z.number().int().describe("Items displayed per page.")
|
|
14
|
+
}).describe("Echo of the query parameters sent.");
|
|
15
|
+
const NeverbounceSearchJobs_JobTotalSchema = z.object({
|
|
16
|
+
valid: z.number().int().describe("Number of valid emails."),
|
|
17
|
+
invalid: z.number().int().describe("Number of invalid emails."),
|
|
18
|
+
records: z.number().int().describe("Total number of records in the job."),
|
|
19
|
+
billable: z.number().int().describe("Number of billable records."),
|
|
20
|
+
processed: z.number().int().describe("Number of records processed.")
|
|
21
|
+
}).describe("Total counts for a job including records and verification results.");
|
|
22
|
+
const NeverbounceSearchJobs_JobResultSchema = z.object({
|
|
23
|
+
id: z.number().int().describe("Unique job identifier."),
|
|
24
|
+
total: NeverbounceSearchJobs_JobTotalSchema.nullable(),
|
|
25
|
+
filename: z.string().describe("User-assigned job filename."),
|
|
26
|
+
created_at: z.string().describe("Job creation timestamp in ISO 8601 format."),
|
|
27
|
+
job_status: z.string().describe("Job status (e.g., 'complete', 'running', 'queued', 'failed')."),
|
|
28
|
+
started_at: z.string().describe("Job processing start time in ISO 8601 format.").nullable().optional(),
|
|
29
|
+
finished_at: z.string().describe("Job completion time in ISO 8601 format.").nullable().optional(),
|
|
30
|
+
bounce_estimate: z.number().int().describe("Estimated bounce rate for the job. -1 indicates not yet calculated."),
|
|
31
|
+
percent_complete: z.number().int().describe("Job completion percentage (0-100).")
|
|
32
|
+
}).describe("A single job result containing job details and verification status.");
|
|
33
|
+
const neverbounceSearchJobs = action("NEVERBOUNCE_SEARCH_JOBS", {
|
|
34
|
+
slug: "neverbounce-search-jobs",
|
|
35
|
+
name: "Search bulk verification jobs",
|
|
36
|
+
description: "Tool to search and list bulk verification jobs in your account with pagination and filtering. Use when retrieving jobs by id, filename, or status, or when listing all jobs with pagination.",
|
|
37
|
+
input: NeverbounceSearchJobsInput,
|
|
38
|
+
output: z.object({
|
|
39
|
+
query: NeverbounceSearchJobs_QueryInfoSchema.nullable(),
|
|
40
|
+
status: z.string().describe("Request status (e.g., 'success')."),
|
|
41
|
+
results: z.array(NeverbounceSearchJobs_JobResultSchema).describe("Array of job objects matching the search criteria."),
|
|
42
|
+
total_pages: z.number().int().describe("Total pages available for pagination."),
|
|
43
|
+
total_results: z.number().int().describe("Total number of jobs matching the query."),
|
|
44
|
+
execution_time: z.number().int().describe("Server response time in milliseconds.").nullable().optional()
|
|
45
|
+
}).describe("Response model for searching bulk verification jobs with pagination.")
|
|
46
|
+
});
|
|
47
|
+
//#endregion
|
|
48
|
+
export { neverbounceSearchJobs };
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=search-jobs.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-jobs.mjs","names":[],"sources":["../../src/actions/search-jobs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeverbounceSearchJobsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"The page to grab the jobs from (must be ≥1). Defaults to 1.\").optional(),\n job_id: z.number().int().describe(\"Filter jobs based on its id.\").optional(),\n filename: z.string().describe(\"Filter jobs based on the filename (exact match).\").optional(),\n job_status: z.string().describe(\"Filter jobs by the job status (e.g., 'complete', 'running', 'queued').\").optional(),\n items_per_page: z.number().int().default(10).describe(\"The number of jobs to display per page (1-1000). Defaults to 10.\").optional(),\n}).describe(\"Request model for searching and listing bulk verification jobs with pagination and filtering.\");\nconst NeverbounceSearchJobs_QueryInfoSchema: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number.\"),\n items_per_page: z.number().int().describe(\"Items displayed per page.\"),\n}).describe(\"Echo of the query parameters sent.\");\nconst NeverbounceSearchJobs_JobTotalSchema: z.ZodTypeAny = z.object({\n valid: z.number().int().describe(\"Number of valid emails.\"),\n invalid: z.number().int().describe(\"Number of invalid emails.\"),\n records: z.number().int().describe(\"Total number of records in the job.\"),\n billable: z.number().int().describe(\"Number of billable records.\"),\n processed: z.number().int().describe(\"Number of records processed.\"),\n}).describe(\"Total counts for a job including records and verification results.\");\nconst NeverbounceSearchJobs_JobResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique job identifier.\"),\n total: NeverbounceSearchJobs_JobTotalSchema.nullable(),\n filename: z.string().describe(\"User-assigned job filename.\"),\n created_at: z.string().describe(\"Job creation timestamp in ISO 8601 format.\"),\n job_status: z.string().describe(\"Job status (e.g., 'complete', 'running', 'queued', 'failed').\"),\n started_at: z.string().describe(\"Job processing start time in ISO 8601 format.\").nullable().optional(),\n finished_at: z.string().describe(\"Job completion time in ISO 8601 format.\").nullable().optional(),\n bounce_estimate: z.number().int().describe(\"Estimated bounce rate for the job. -1 indicates not yet calculated.\"),\n percent_complete: z.number().int().describe(\"Job completion percentage (0-100).\"),\n}).describe(\"A single job result containing job details and verification status.\");\nexport const NeverbounceSearchJobsOutput: z.ZodTypeAny = z.object({\n query: NeverbounceSearchJobs_QueryInfoSchema.nullable(),\n status: z.string().describe(\"Request status (e.g., 'success').\"),\n results: z.array(NeverbounceSearchJobs_JobResultSchema).describe(\"Array of job objects matching the search criteria.\"),\n total_pages: z.number().int().describe(\"Total pages available for pagination.\"),\n total_results: z.number().int().describe(\"Total number of jobs matching the query.\"),\n execution_time: z.number().int().describe(\"Server response time in milliseconds.\").nullable().optional(),\n}).describe(\"Response model for searching bulk verification jobs with pagination.\");\n\nexport const neverbounceSearchJobs = action(\"NEVERBOUNCE_SEARCH_JOBS\", {\n slug: \"neverbounce-search-jobs\",\n name: \"Search bulk verification jobs\",\n description: \"Tool to search and list bulk verification jobs in your account with pagination and filtering. Use when retrieving jobs by id, filename, or status, or when listing all jobs with pagination.\",\n input: NeverbounceSearchJobsInput,\n output: NeverbounceSearchJobsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACnH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACnH,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,+FAA+F;AAC3G,MAAM,wCAAsD,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CACtD,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;AACvE,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,uCAAqD,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CAC1D,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACxE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CACjE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;AACrE,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CACtD,OAAO,qCAAqC,SAAS;CACrD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE;CAChH,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AAClF,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAUjF,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAduD,EAAE,OAAO;EAChE,OAAO,sCAAsC,SAAS;EACtD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC/D,SAAS,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,oDAAoD;EACrH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;EAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;EACnF,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,sEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/single-check.ts
|
|
4
|
+
const NeverbounceSingleCheckInput = zod.z.object({
|
|
5
|
+
email: zod.z.string().describe("Email address to verify"),
|
|
6
|
+
timeout: zod.z.number().int().describe("Timeout in milliseconds for the verification attempt. Network latency not included in timeout calculation. Too low a value causes false negatives (premature timeouts reported as unverifiable); too high a value can stall workflows.").optional(),
|
|
7
|
+
request_meta_data: zod.z.object({ leverage_historical_data: zod.z.boolean().describe("Disable historical-driven results and force real-time verification when false. Set as 0 in form data to disable historical data usage.").optional() }).describe("Additional request metadata to control verification behavior").optional()
|
|
8
|
+
});
|
|
9
|
+
const NeverbounceSingleCheckOutput = zod.z.object({
|
|
10
|
+
flags: zod.z.array(zod.z.string()).describe("Informational flags discovered during verification").nullable().optional(),
|
|
11
|
+
result: zod.z.enum([
|
|
12
|
+
"valid",
|
|
13
|
+
"invalid",
|
|
14
|
+
"disposable",
|
|
15
|
+
"catchall",
|
|
16
|
+
"unknown"
|
|
17
|
+
]).describe("Verification result code"),
|
|
18
|
+
execution_time: zod.z.number().int().describe("Time taken to verify in milliseconds"),
|
|
19
|
+
historical_response: zod.z.boolean().describe("True if the result was based on historical data. May be absent if not applicable.").nullable().optional(),
|
|
20
|
+
suggested_correction: zod.z.string().describe("Suggestion for correcting a common typo in the email address").nullable().optional()
|
|
21
|
+
});
|
|
22
|
+
const neverbounceSingleCheck = require_action.action("NEVERBOUNCE_SINGLE_CHECK", {
|
|
23
|
+
slug: "neverbounce-single-check",
|
|
24
|
+
name: "NeverBounce Single Check",
|
|
25
|
+
description: "Tool to verify a single email address and gather additional information. Use when you need real-time validation at the point of entry.",
|
|
26
|
+
input: NeverbounceSingleCheckInput,
|
|
27
|
+
output: NeverbounceSingleCheckOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.neverbounceSingleCheck = neverbounceSingleCheck;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=single-check.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"single-check.cjs","names":["z","action"],"sources":["../../src/actions/single-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeverbounceSingleCheckInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to verify\"),\n timeout: z.number().int().describe(\"Timeout in milliseconds for the verification attempt. Network latency not included in timeout calculation. Too low a value causes false negatives (premature timeouts reported as unverifiable); too high a value can stall workflows.\").optional(),\n request_meta_data: z.object({\n leverage_historical_data: z.boolean().describe(\"Disable historical-driven results and force real-time verification when false. Set as 0 in form data to disable historical data usage.\").optional(),\n}).describe(\"Additional request metadata to control verification behavior\").optional(),\n});\nexport const NeverbounceSingleCheckOutput: z.ZodTypeAny = z.object({\n flags: z.array(z.string()).describe(\"Informational flags discovered during verification\").nullable().optional(),\n result: z.enum([\"valid\", \"invalid\", \"disposable\", \"catchall\", \"unknown\"]).describe(\"Verification result code\"),\n execution_time: z.number().int().describe(\"Time taken to verify in milliseconds\"),\n historical_response: z.boolean().describe(\"True if the result was based on historical data. May be absent if not applicable.\").nullable().optional(),\n suggested_correction: z.string().describe(\"Suggestion for correcting a common typo in the email address\").nullable().optional(),\n});\n\nexport const neverbounceSingleCheck = action(\"NEVERBOUNCE_SINGLE_CHECK\", {\n slug: \"neverbounce-single-check\",\n name: \"NeverBounce Single Check\",\n description: \"Tool to verify a single email address and gather additional information. Use when you need real-time validation at the point of entry.\",\n input: NeverbounceSingleCheckInput,\n output: NeverbounceSingleCheckOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wOAAwO,CAAC,CAAC,SAAS;CACtR,mBAAmBA,IAAAA,EAAE,OAAO,EAC5B,0BAA0BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS,EACpM,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AACrF,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAW;EAAc;EAAY;CAAS,CAAC,CAAC,CAAC,SAAS,0BAA0B;CAC7G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CAChF,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnJ,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChI,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/single-check.d.ts
|
|
4
|
+
declare const NeverbounceSingleCheckInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeverbounceSingleCheckOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neverbounceSingleCheck: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neverbounceSingleCheck };
|
|
9
|
+
//# sourceMappingURL=single-check.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"single-check.d.cts","names":[],"sources":["../../src/actions/single-check.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAM1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAM3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/single-check.d.ts
|
|
4
|
+
declare const NeverbounceSingleCheckInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeverbounceSingleCheckOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neverbounceSingleCheck: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neverbounceSingleCheck };
|
|
9
|
+
//# sourceMappingURL=single-check.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"single-check.d.mts","names":[],"sources":["../../src/actions/single-check.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAM1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAM3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const neverbounceSingleCheck = action("NEVERBOUNCE_SINGLE_CHECK", {
|
|
4
|
+
slug: "neverbounce-single-check",
|
|
5
|
+
name: "NeverBounce Single Check",
|
|
6
|
+
description: "Tool to verify a single email address and gather additional information. Use when you need real-time validation at the point of entry.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
email: z.string().describe("Email address to verify"),
|
|
9
|
+
timeout: z.number().int().describe("Timeout in milliseconds for the verification attempt. Network latency not included in timeout calculation. Too low a value causes false negatives (premature timeouts reported as unverifiable); too high a value can stall workflows.").optional(),
|
|
10
|
+
request_meta_data: z.object({ leverage_historical_data: z.boolean().describe("Disable historical-driven results and force real-time verification when false. Set as 0 in form data to disable historical data usage.").optional() }).describe("Additional request metadata to control verification behavior").optional()
|
|
11
|
+
}),
|
|
12
|
+
output: z.object({
|
|
13
|
+
flags: z.array(z.string()).describe("Informational flags discovered during verification").nullable().optional(),
|
|
14
|
+
result: z.enum([
|
|
15
|
+
"valid",
|
|
16
|
+
"invalid",
|
|
17
|
+
"disposable",
|
|
18
|
+
"catchall",
|
|
19
|
+
"unknown"
|
|
20
|
+
]).describe("Verification result code"),
|
|
21
|
+
execution_time: z.number().int().describe("Time taken to verify in milliseconds"),
|
|
22
|
+
historical_response: z.boolean().describe("True if the result was based on historical data. May be absent if not applicable.").nullable().optional(),
|
|
23
|
+
suggested_correction: z.string().describe("Suggestion for correcting a common typo in the email address").nullable().optional()
|
|
24
|
+
})
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { neverbounceSingleCheck };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=single-check.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"single-check.mjs","names":[],"sources":["../../src/actions/single-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeverbounceSingleCheckInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to verify\"),\n timeout: z.number().int().describe(\"Timeout in milliseconds for the verification attempt. Network latency not included in timeout calculation. Too low a value causes false negatives (premature timeouts reported as unverifiable); too high a value can stall workflows.\").optional(),\n request_meta_data: z.object({\n leverage_historical_data: z.boolean().describe(\"Disable historical-driven results and force real-time verification when false. Set as 0 in form data to disable historical data usage.\").optional(),\n}).describe(\"Additional request metadata to control verification behavior\").optional(),\n});\nexport const NeverbounceSingleCheckOutput: z.ZodTypeAny = z.object({\n flags: z.array(z.string()).describe(\"Informational flags discovered during verification\").nullable().optional(),\n result: z.enum([\"valid\", \"invalid\", \"disposable\", \"catchall\", \"unknown\"]).describe(\"Verification result code\"),\n execution_time: z.number().int().describe(\"Time taken to verify in milliseconds\"),\n historical_response: z.boolean().describe(\"True if the result was based on historical data. May be absent if not applicable.\").nullable().optional(),\n suggested_correction: z.string().describe(\"Suggestion for correcting a common typo in the email address\").nullable().optional(),\n});\n\nexport const neverbounceSingleCheck = action(\"NEVERBOUNCE_SINGLE_CHECK\", {\n slug: \"neverbounce-single-check\",\n name: \"NeverBounce Single Check\",\n description: \"Tool to verify a single email address and gather additional information. Use when you need real-time validation at the point of entry.\",\n input: NeverbounceSingleCheckInput,\n output: NeverbounceSingleCheckOutput,\n});\n"],"mappings":";;AAmBA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBuD,EAAE,OAAO;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACpD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wOAAwO,CAAC,CAAC,SAAS;EACtR,mBAAmB,EAAE,OAAO,EAC5B,0BAA0B,EAAE,QAAQ,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS,EACpM,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACrF,CAaS;CACP,QAbwD,EAAE,OAAO;EACjE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,QAAQ,EAAE,KAAK;GAAC;GAAS;GAAW;GAAc;GAAY;EAAS,CAAC,CAAC,CAAC,SAAS,0BAA0B;EAC7G,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EAChF,qBAAqB,EAAE,QAAQ,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnJ,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/widget-send-event.ts
|
|
4
|
+
const NeverbounceWidgetSendEventInput = zod.z.object({ event: zod.z.enum(["form.load", "form.completion"]).describe("The widget event to send. Supported values: 'form.load' (when the form appears) or 'form.completion' (when the form is successfully submitted).") }).describe("Request parameters for sending widget form events via the JS widget API.");
|
|
5
|
+
const NeverbounceWidgetSendEventOutput = zod.z.object({ js: zod.z.string().describe("JavaScript snippet that invokes the NeverBounce widget API to record the event.") }).describe("Response schema for sending widget form events via the JS widget API.");
|
|
6
|
+
const neverbounceWidgetSendEvent = require_action.action("NEVERBOUNCE_WIDGET_SEND_EVENT", {
|
|
7
|
+
slug: "neverbounce-widget-send-event",
|
|
8
|
+
name: "JS Widget Send Event",
|
|
9
|
+
description: "Tool to send widget form events via the JS widget API. Use when reporting form.load or form.completion events after user interactions with your form.",
|
|
10
|
+
input: NeverbounceWidgetSendEventInput,
|
|
11
|
+
output: NeverbounceWidgetSendEventOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.neverbounceWidgetSendEvent = neverbounceWidgetSendEvent;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=widget-send-event.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-send-event.cjs","names":["z","action"],"sources":["../../src/actions/widget-send-event.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeverbounceWidgetSendEventInput: z.ZodTypeAny = z.object({\n event: z.enum([\"form.load\", \"form.completion\"]).describe(\"The widget event to send. Supported values: 'form.load' (when the form appears) or 'form.completion' (when the form is successfully submitted).\"),\n}).describe(\"Request parameters for sending widget form events via the JS widget API.\");\nexport const NeverbounceWidgetSendEventOutput: z.ZodTypeAny = z.object({\n js: z.string().describe(\"JavaScript snippet that invokes the NeverBounce widget API to record the event.\"),\n}).describe(\"Response schema for sending widget form events via the JS widget API.\");\n\nexport const neverbounceWidgetSendEvent = action(\"NEVERBOUNCE_WIDGET_SEND_EVENT\", {\n slug: \"neverbounce-widget-send-event\",\n name: \"JS Widget Send Event\",\n description: \"Tool to send widget form events via the JS widget API. Use when reporting form.load or form.completion events after user interactions with your form.\",\n input: NeverbounceWidgetSendEventInput,\n output: NeverbounceWidgetSendEventOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,OAAOA,IAAAA,EAAE,KAAK,CAAC,aAAa,iBAAiB,CAAC,CAAC,CAAC,SAAS,iJAAiJ,EAC5M,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,EAC3G,CAAC,CAAC,CAAC,SAAS,uEAAuE;AAEnF,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/widget-send-event.d.ts
|
|
4
|
+
declare const NeverbounceWidgetSendEventInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeverbounceWidgetSendEventOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neverbounceWidgetSendEvent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neverbounceWidgetSendEvent };
|
|
9
|
+
//# sourceMappingURL=widget-send-event.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-send-event.d.cts","names":[],"sources":["../../src/actions/widget-send-event.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEuC;AAAA,cAC1E,gCAAA,EAAkC,CAAA,CAAE,UAEmC;AAAA,cAEvE,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/widget-send-event.d.ts
|
|
4
|
+
declare const NeverbounceWidgetSendEventInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeverbounceWidgetSendEventOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neverbounceWidgetSendEvent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neverbounceWidgetSendEvent };
|
|
9
|
+
//# sourceMappingURL=widget-send-event.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-send-event.d.mts","names":[],"sources":["../../src/actions/widget-send-event.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEuC;AAAA,cAC1E,gCAAA,EAAkC,CAAA,CAAE,UAEmC;AAAA,cAEvE,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const neverbounceWidgetSendEvent = action("NEVERBOUNCE_WIDGET_SEND_EVENT", {
|
|
4
|
+
slug: "neverbounce-widget-send-event",
|
|
5
|
+
name: "JS Widget Send Event",
|
|
6
|
+
description: "Tool to send widget form events via the JS widget API. Use when reporting form.load or form.completion events after user interactions with your form.",
|
|
7
|
+
input: z.object({ event: z.enum(["form.load", "form.completion"]).describe("The widget event to send. Supported values: 'form.load' (when the form appears) or 'form.completion' (when the form is successfully submitted).") }).describe("Request parameters for sending widget form events via the JS widget API."),
|
|
8
|
+
output: z.object({ js: z.string().describe("JavaScript snippet that invokes the NeverBounce widget API to record the event.") }).describe("Response schema for sending widget form events via the JS widget API.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { neverbounceWidgetSendEvent };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=widget-send-event.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-send-event.mjs","names":[],"sources":["../../src/actions/widget-send-event.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeverbounceWidgetSendEventInput: z.ZodTypeAny = z.object({\n event: z.enum([\"form.load\", \"form.completion\"]).describe(\"The widget event to send. Supported values: 'form.load' (when the form appears) or 'form.completion' (when the form is successfully submitted).\"),\n}).describe(\"Request parameters for sending widget form events via the JS widget API.\");\nexport const NeverbounceWidgetSendEventOutput: z.ZodTypeAny = z.object({\n js: z.string().describe(\"JavaScript snippet that invokes the NeverBounce widget API to record the event.\"),\n}).describe(\"Response schema for sending widget form events via the JS widget API.\");\n\nexport const neverbounceWidgetSendEvent = action(\"NEVERBOUNCE_WIDGET_SEND_EVENT\", {\n slug: \"neverbounce-widget-send-event\",\n name: \"JS Widget Send Event\",\n description: \"Tool to send widget form events via the JS widget API. Use when reporting form.load or form.completion events after user interactions with your form.\",\n input: NeverbounceWidgetSendEventInput,\n output: NeverbounceWidgetSendEventOutput,\n});\n"],"mappings":";;AAWA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX2D,EAAE,OAAO,EACpE,OAAO,EAAE,KAAK,CAAC,aAAa,iBAAiB,CAAC,CAAC,CAAC,SAAS,iJAAiJ,EAC5M,CAAC,CAAC,CAAC,SAAS,0EASH;CACP,QAT4D,EAAE,OAAO,EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,EAC3G,CAAC,CAAC,CAAC,SAAS,uEAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const neverbounce = defineApp({\n slug: \"neverbounce\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,eAAA,uCAAA,CAAA,CAAA,UAAA,CAAwB;CACnC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,WAAA,6BAAW,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,WAAA,6BAAW,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const neverbounce = defineApp({\n slug: \"neverbounce\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,cAAc,UAAU;CACnC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const neverbounceCatalog = {
|
|
4
|
+
"slug": "neverbounce",
|
|
5
|
+
"name": "NeverBounce",
|
|
6
|
+
"description": "NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.",
|
|
7
|
+
"category": "Email",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/neverbounce",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.neverbounceCatalog = neverbounceCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const neverbounceCatalog = {\n \"slug\": \"neverbounce\",\n \"name\": \"NeverBounce\",\n \"description\": \"NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.\",\n \"category\": \"Email\",\n \"logo\": \"https://logos.composio.dev/api/neverbounce\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const neverbounceCatalog: {
|
|
4
|
+
readonly slug: "neverbounce";
|
|
5
|
+
readonly name: "NeverBounce";
|
|
6
|
+
readonly description: "NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.";
|
|
7
|
+
readonly category: "Email";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/neverbounce";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { neverbounceCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,kBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const neverbounceCatalog: {
|
|
4
|
+
readonly slug: "neverbounce";
|
|
5
|
+
readonly name: "NeverBounce";
|
|
6
|
+
readonly description: "NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.";
|
|
7
|
+
readonly category: "Email";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/neverbounce";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { neverbounceCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,kBAAA;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 neverbounceCatalog = {
|
|
4
|
+
"slug": "neverbounce",
|
|
5
|
+
"name": "NeverBounce",
|
|
6
|
+
"description": "NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.",
|
|
7
|
+
"category": "Email",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/neverbounce",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { neverbounceCatalog };
|
|
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 neverbounceCatalog = {\n \"slug\": \"neverbounce\",\n \"name\": \"NeverBounce\",\n \"description\": \"NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.\",\n \"category\": \"Email\",\n \"logo\": \"https://logos.composio.dev/api/neverbounce\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,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 = "neverbounce";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeNeverbounceTool(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.executeNeverbounceTool = executeNeverbounceTool;
|
|
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 = \"neverbounce\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeNeverbounceTool(\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,uBACpB,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 = "neverbounce";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeNeverbounceTool(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 { executeNeverbounceTool };
|
|
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 = \"neverbounce\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeNeverbounceTool(\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,uBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|