@keystrokehq/reply 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/create-list.cjs +19 -0
- package/dist/actions/create-list.cjs.map +1 -0
- package/dist/actions/create-list.d.cts +9 -0
- package/dist/actions/create-list.d.cts.map +1 -0
- package/dist/actions/create-list.d.mts +9 -0
- package/dist/actions/create-list.d.mts.map +1 -0
- package/dist/actions/create-list.mjs +16 -0
- package/dist/actions/create-list.mjs.map +1 -0
- package/dist/actions/delete-email-account.cjs +16 -0
- package/dist/actions/delete-email-account.cjs.map +1 -0
- package/dist/actions/delete-email-account.d.cts +9 -0
- package/dist/actions/delete-email-account.d.cts.map +1 -0
- package/dist/actions/delete-email-account.d.mts +9 -0
- package/dist/actions/delete-email-account.d.mts.map +1 -0
- package/dist/actions/delete-email-account.mjs +13 -0
- package/dist/actions/delete-email-account.mjs.map +1 -0
- package/dist/actions/delete-list-by-id.cjs +16 -0
- package/dist/actions/delete-list-by-id.cjs.map +1 -0
- package/dist/actions/delete-list-by-id.d.cts +9 -0
- package/dist/actions/delete-list-by-id.d.cts.map +1 -0
- package/dist/actions/delete-list-by-id.d.mts +9 -0
- package/dist/actions/delete-list-by-id.d.mts.map +1 -0
- package/dist/actions/delete-list-by-id.mjs +13 -0
- package/dist/actions/delete-list-by-id.mjs.map +1 -0
- package/dist/actions/delete-sequence.cjs +16 -0
- package/dist/actions/delete-sequence.cjs.map +1 -0
- package/dist/actions/delete-sequence.d.cts +9 -0
- package/dist/actions/delete-sequence.d.cts.map +1 -0
- package/dist/actions/delete-sequence.d.mts +9 -0
- package/dist/actions/delete-sequence.d.mts.map +1 -0
- package/dist/actions/delete-sequence.mjs +13 -0
- package/dist/actions/delete-sequence.mjs.map +1 -0
- package/dist/actions/delete-user.cjs +16 -0
- package/dist/actions/delete-user.cjs.map +1 -0
- package/dist/actions/delete-user.d.cts +9 -0
- package/dist/actions/delete-user.d.cts.map +1 -0
- package/dist/actions/delete-user.d.mts +9 -0
- package/dist/actions/delete-user.d.mts.map +1 -0
- package/dist/actions/delete-user.mjs +13 -0
- package/dist/actions/delete-user.mjs.map +1 -0
- package/dist/actions/generate-ulid.cjs +16 -0
- package/dist/actions/generate-ulid.cjs.map +1 -0
- package/dist/actions/generate-ulid.d.cts +9 -0
- package/dist/actions/generate-ulid.d.cts.map +1 -0
- package/dist/actions/generate-ulid.d.mts +9 -0
- package/dist/actions/generate-ulid.d.mts.map +1 -0
- package/dist/actions/generate-ulid.mjs +13 -0
- package/dist/actions/generate-ulid.mjs.map +1 -0
- package/dist/actions/get-all-lists.cjs +20 -0
- package/dist/actions/get-all-lists.cjs.map +1 -0
- package/dist/actions/get-all-lists.d.cts +9 -0
- package/dist/actions/get-all-lists.d.cts.map +1 -0
- package/dist/actions/get-all-lists.d.mts +9 -0
- package/dist/actions/get-all-lists.d.mts.map +1 -0
- package/dist/actions/get-all-lists.mjs +19 -0
- package/dist/actions/get-all-lists.mjs.map +1 -0
- package/dist/actions/get-blacklist-all.cjs +16 -0
- package/dist/actions/get-blacklist-all.cjs.map +1 -0
- package/dist/actions/get-blacklist-all.d.cts +9 -0
- package/dist/actions/get-blacklist-all.d.cts.map +1 -0
- package/dist/actions/get-blacklist-all.d.mts +9 -0
- package/dist/actions/get-blacklist-all.d.mts.map +1 -0
- package/dist/actions/get-blacklist-all.mjs +13 -0
- package/dist/actions/get-blacklist-all.mjs.map +1 -0
- package/dist/actions/get-campaign-schedules-all.cjs +49 -0
- package/dist/actions/get-campaign-schedules-all.cjs.map +1 -0
- package/dist/actions/get-campaign-schedules-all.d.cts +9 -0
- package/dist/actions/get-campaign-schedules-all.d.cts.map +1 -0
- package/dist/actions/get-campaign-schedules-all.d.mts +9 -0
- package/dist/actions/get-campaign-schedules-all.d.mts.map +1 -0
- package/dist/actions/get-campaign-schedules-all.mjs +48 -0
- package/dist/actions/get-campaign-schedules-all.mjs.map +1 -0
- package/dist/actions/get-campaigns-for-contact.cjs +35 -0
- package/dist/actions/get-campaigns-for-contact.cjs.map +1 -0
- package/dist/actions/get-campaigns-for-contact.d.cts +9 -0
- package/dist/actions/get-campaigns-for-contact.d.cts.map +1 -0
- package/dist/actions/get-campaigns-for-contact.d.mts +9 -0
- package/dist/actions/get-campaigns-for-contact.d.mts.map +1 -0
- package/dist/actions/get-campaigns-for-contact.mjs +34 -0
- package/dist/actions/get-campaigns-for-contact.mjs.map +1 -0
- package/dist/actions/get-contacts-in-list-by-id.cjs +57 -0
- package/dist/actions/get-contacts-in-list-by-id.cjs.map +1 -0
- package/dist/actions/get-contacts-in-list-by-id.d.cts +9 -0
- package/dist/actions/get-contacts-in-list-by-id.d.cts.map +1 -0
- package/dist/actions/get-contacts-in-list-by-id.d.mts +9 -0
- package/dist/actions/get-contacts-in-list-by-id.d.mts.map +1 -0
- package/dist/actions/get-contacts-in-list-by-id.mjs +56 -0
- package/dist/actions/get-contacts-in-list-by-id.mjs.map +1 -0
- package/dist/actions/get-list-by-id.cjs +19 -0
- package/dist/actions/get-list-by-id.cjs.map +1 -0
- package/dist/actions/get-list-by-id.d.cts +9 -0
- package/dist/actions/get-list-by-id.d.cts.map +1 -0
- package/dist/actions/get-list-by-id.d.mts +9 -0
- package/dist/actions/get-list-by-id.d.mts.map +1 -0
- package/dist/actions/get-list-by-id.mjs +16 -0
- package/dist/actions/get-list-by-id.mjs.map +1 -0
- package/dist/actions/get-templates-list.cjs +28 -0
- package/dist/actions/get-templates-list.cjs.map +1 -0
- package/dist/actions/get-templates-list.d.cts +9 -0
- package/dist/actions/get-templates-list.d.cts.map +1 -0
- package/dist/actions/get-templates-list.d.mts +9 -0
- package/dist/actions/get-templates-list.d.mts.map +1 -0
- package/dist/actions/get-templates-list.mjs +27 -0
- package/dist/actions/get-templates-list.mjs.map +1 -0
- package/dist/actions/index.cjs +43 -0
- package/dist/actions/index.d.cts +22 -0
- package/dist/actions/index.d.mts +22 -0
- package/dist/actions/index.mjs +22 -0
- package/dist/actions/list-campaigns.cjs +38 -0
- package/dist/actions/list-campaigns.cjs.map +1 -0
- package/dist/actions/list-campaigns.d.cts +9 -0
- package/dist/actions/list-campaigns.d.cts.map +1 -0
- package/dist/actions/list-campaigns.d.mts +9 -0
- package/dist/actions/list-campaigns.d.mts.map +1 -0
- package/dist/actions/list-campaigns.mjs +37 -0
- package/dist/actions/list-campaigns.mjs.map +1 -0
- package/dist/actions/list-contacts-basic.cjs +56 -0
- package/dist/actions/list-contacts-basic.cjs.map +1 -0
- package/dist/actions/list-contacts-basic.d.cts +9 -0
- package/dist/actions/list-contacts-basic.d.cts.map +1 -0
- package/dist/actions/list-contacts-basic.d.mts +9 -0
- package/dist/actions/list-contacts-basic.d.mts.map +1 -0
- package/dist/actions/list-contacts-basic.mjs +55 -0
- package/dist/actions/list-contacts-basic.mjs.map +1 -0
- package/dist/actions/list-email-accounts.cjs +35 -0
- package/dist/actions/list-email-accounts.cjs.map +1 -0
- package/dist/actions/list-email-accounts.d.cts +9 -0
- package/dist/actions/list-email-accounts.d.cts.map +1 -0
- package/dist/actions/list-email-accounts.d.mts +9 -0
- package/dist/actions/list-email-accounts.d.mts.map +1 -0
- package/dist/actions/list-email-accounts.mjs +34 -0
- package/dist/actions/list-email-accounts.mjs.map +1 -0
- package/dist/actions/mark-contact-as-finished.cjs +19 -0
- package/dist/actions/mark-contact-as-finished.cjs.map +1 -0
- package/dist/actions/mark-contact-as-finished.d.cts +9 -0
- package/dist/actions/mark-contact-as-finished.d.cts.map +1 -0
- package/dist/actions/mark-contact-as-finished.d.mts +9 -0
- package/dist/actions/mark-contact-as-finished.d.mts.map +1 -0
- package/dist/actions/mark-contact-as-finished.mjs +16 -0
- package/dist/actions/mark-contact-as-finished.mjs.map +1 -0
- package/dist/actions/mark-contact-as-replied.cjs +19 -0
- package/dist/actions/mark-contact-as-replied.cjs.map +1 -0
- package/dist/actions/mark-contact-as-replied.d.cts +9 -0
- package/dist/actions/mark-contact-as-replied.d.cts.map +1 -0
- package/dist/actions/mark-contact-as-replied.d.mts +9 -0
- package/dist/actions/mark-contact-as-replied.d.mts.map +1 -0
- package/dist/actions/mark-contact-as-replied.mjs +16 -0
- package/dist/actions/mark-contact-as-replied.mjs.map +1 -0
- package/dist/actions/move-contacts-to-lists.cjs +19 -0
- package/dist/actions/move-contacts-to-lists.cjs.map +1 -0
- package/dist/actions/move-contacts-to-lists.d.cts +9 -0
- package/dist/actions/move-contacts-to-lists.d.cts.map +1 -0
- package/dist/actions/move-contacts-to-lists.d.mts +9 -0
- package/dist/actions/move-contacts-to-lists.d.mts.map +1 -0
- package/dist/actions/move-contacts-to-lists.mjs +16 -0
- package/dist/actions/move-contacts-to-lists.mjs.map +1 -0
- package/dist/actions/remove-domain-from-blacklist.cjs +19 -0
- package/dist/actions/remove-domain-from-blacklist.cjs.map +1 -0
- package/dist/actions/remove-domain-from-blacklist.d.cts +9 -0
- package/dist/actions/remove-domain-from-blacklist.d.cts.map +1 -0
- package/dist/actions/remove-domain-from-blacklist.d.mts +9 -0
- package/dist/actions/remove-domain-from-blacklist.d.mts.map +1 -0
- package/dist/actions/remove-domain-from-blacklist.mjs +16 -0
- package/dist/actions/remove-domain-from-blacklist.mjs.map +1 -0
- package/dist/actions/search-contacts.cjs +43 -0
- package/dist/actions/search-contacts.cjs.map +1 -0
- package/dist/actions/search-contacts.d.cts +9 -0
- package/dist/actions/search-contacts.d.cts.map +1 -0
- package/dist/actions/search-contacts.d.mts +9 -0
- package/dist/actions/search-contacts.d.mts.map +1 -0
- package/dist/actions/search-contacts.mjs +42 -0
- package/dist/actions/search-contacts.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 +48 -0
- package/dist/index.d.cts +24 -0
- package/dist/index.d.mts +24 -0
- package/dist/index.mjs +25 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-email-accounts.cjs","names":["z","action"],"sources":["../../src/actions/list-email-accounts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyListEmailAccountsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number to retrieve (1-based indexing)\").optional(),\n limit: z.number().int().default(10).describe(\"Number of items per page (max 100)\").optional(),\n status: z.string().describe(\"Filter by account status (active/inactive)\").optional(),\n}).describe(\"Request parameters for listing email accounts with pagination and optional status filter.\");\nconst ReplyListEmailAccounts_EmailAccountSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique email account ID\"),\n signature: z.string().describe(\"Email signature\").nullable().optional(),\n senderName: z.string().describe(\"Sender display name\"),\n emailAddress: z.string().describe(\"Email address used for sending\"),\n}).describe(\"Schema for an email account in the system.\");\nconst ReplyListEmailAccounts_PaginationSchema: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of items per page in this response\"),\n pages: z.number().int().describe(\"Total number of pages\"),\n total: z.number().int().describe(\"Total number of email accounts\"),\n currentPage: z.number().int().describe(\"Current page number\"),\n}).describe(\"Pagination details for list email accounts response.\");\nexport const ReplyListEmailAccountsOutput: z.ZodTypeAny = z.object({\n data: z.array(ReplyListEmailAccounts_EmailAccountSchema).describe(\"List of email accounts on this page\"),\n pagination: ReplyListEmailAccounts_PaginationSchema.nullable(),\n}).describe(\"Response model for listing email accounts.\");\n\nexport const replyListEmailAccounts = action(\"REPLY_LIST_EMAIL_ACCOUNTS\", {\n slug: \"reply-list-email-accounts\",\n name: \"Reply.io List Email Accounts\",\n description: \"Tool to list all email accounts. Use when you need to retrieve email accounts page by page.\",\n input: ReplyListEmailAccountsInput,\n output: ReplyListEmailAccountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAClG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,2FAA2F;AACvG,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CACvD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACrD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACpE,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB;CACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACjE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;AAC9D,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,qCAAqC;CACvG,YAAY,wCAAwC,SAAS;AAC/D,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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/list-email-accounts.d.ts
|
|
4
|
+
declare const ReplyListEmailAccountsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyListEmailAccountsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyListEmailAccounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyListEmailAccounts };
|
|
9
|
+
//# sourceMappingURL=list-email-accounts.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-email-accounts.d.cts","names":[],"sources":["../../src/actions/list-email-accounts.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAI4D;AAAA,cAa3F,4BAAA,EAA8B,CAAA,CAAE,UAGY;AAAA,cAE5C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-email-accounts.d.ts
|
|
4
|
+
declare const ReplyListEmailAccountsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyListEmailAccountsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyListEmailAccounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyListEmailAccounts };
|
|
9
|
+
//# sourceMappingURL=list-email-accounts.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-email-accounts.d.mts","names":[],"sources":["../../src/actions/list-email-accounts.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAI4D;AAAA,cAa3F,4BAAA,EAA8B,CAAA,CAAE,UAGY;AAAA,cAE5C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-email-accounts.ts
|
|
4
|
+
const ReplyListEmailAccountsInput = z.object({
|
|
5
|
+
page: z.number().int().default(1).describe("Page number to retrieve (1-based indexing)").optional(),
|
|
6
|
+
limit: z.number().int().default(10).describe("Number of items per page (max 100)").optional(),
|
|
7
|
+
status: z.string().describe("Filter by account status (active/inactive)").optional()
|
|
8
|
+
}).describe("Request parameters for listing email accounts with pagination and optional status filter.");
|
|
9
|
+
const ReplyListEmailAccounts_EmailAccountSchema = z.object({
|
|
10
|
+
id: z.number().int().describe("Unique email account ID"),
|
|
11
|
+
signature: z.string().describe("Email signature").nullable().optional(),
|
|
12
|
+
senderName: z.string().describe("Sender display name"),
|
|
13
|
+
emailAddress: z.string().describe("Email address used for sending")
|
|
14
|
+
}).describe("Schema for an email account in the system.");
|
|
15
|
+
const ReplyListEmailAccounts_PaginationSchema = z.object({
|
|
16
|
+
limit: z.number().int().describe("Number of items per page in this response"),
|
|
17
|
+
pages: z.number().int().describe("Total number of pages"),
|
|
18
|
+
total: z.number().int().describe("Total number of email accounts"),
|
|
19
|
+
currentPage: z.number().int().describe("Current page number")
|
|
20
|
+
}).describe("Pagination details for list email accounts response.");
|
|
21
|
+
const replyListEmailAccounts = action("REPLY_LIST_EMAIL_ACCOUNTS", {
|
|
22
|
+
slug: "reply-list-email-accounts",
|
|
23
|
+
name: "Reply.io List Email Accounts",
|
|
24
|
+
description: "Tool to list all email accounts. Use when you need to retrieve email accounts page by page.",
|
|
25
|
+
input: ReplyListEmailAccountsInput,
|
|
26
|
+
output: z.object({
|
|
27
|
+
data: z.array(ReplyListEmailAccounts_EmailAccountSchema).describe("List of email accounts on this page"),
|
|
28
|
+
pagination: ReplyListEmailAccounts_PaginationSchema.nullable()
|
|
29
|
+
}).describe("Response model for listing email accounts.")
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { replyListEmailAccounts };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=list-email-accounts.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-email-accounts.mjs","names":[],"sources":["../../src/actions/list-email-accounts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyListEmailAccountsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number to retrieve (1-based indexing)\").optional(),\n limit: z.number().int().default(10).describe(\"Number of items per page (max 100)\").optional(),\n status: z.string().describe(\"Filter by account status (active/inactive)\").optional(),\n}).describe(\"Request parameters for listing email accounts with pagination and optional status filter.\");\nconst ReplyListEmailAccounts_EmailAccountSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique email account ID\"),\n signature: z.string().describe(\"Email signature\").nullable().optional(),\n senderName: z.string().describe(\"Sender display name\"),\n emailAddress: z.string().describe(\"Email address used for sending\"),\n}).describe(\"Schema for an email account in the system.\");\nconst ReplyListEmailAccounts_PaginationSchema: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of items per page in this response\"),\n pages: z.number().int().describe(\"Total number of pages\"),\n total: z.number().int().describe(\"Total number of email accounts\"),\n currentPage: z.number().int().describe(\"Current page number\"),\n}).describe(\"Pagination details for list email accounts response.\");\nexport const ReplyListEmailAccountsOutput: z.ZodTypeAny = z.object({\n data: z.array(ReplyListEmailAccounts_EmailAccountSchema).describe(\"List of email accounts on this page\"),\n pagination: ReplyListEmailAccounts_PaginationSchema.nullable(),\n}).describe(\"Response model for listing email accounts.\");\n\nexport const replyListEmailAccounts = action(\"REPLY_LIST_EMAIL_ACCOUNTS\", {\n slug: \"reply-list-email-accounts\",\n name: \"Reply.io List Email Accounts\",\n description: \"Tool to list all email accounts. Use when you need to retrieve email accounts page by page.\",\n input: ReplyListEmailAccountsInput,\n output: ReplyListEmailAccountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAClG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,2FAA2F;AACvG,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CACvD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACrD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACpE,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,0CAAwD,EAAE,OAAO;CACrE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CAC5E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB;CACxD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACjE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;AAC9D,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAMlE,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVwD,EAAE,OAAO;EACjE,MAAM,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,qCAAqC;EACvG,YAAY,wCAAwC,SAAS;CAC/D,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/mark-contact-as-finished.ts
|
|
4
|
+
const ReplyMarkContactAsFinishedInput = zod.z.object({
|
|
5
|
+
email: zod.z.string().describe("Email address of the contact to mark as finished in all campaigns. The contact must already exist and be enrolled in at least one campaign. Provide either 'email' or 'domain', not both.").optional(),
|
|
6
|
+
domain: zod.z.string().describe("Email domain (e.g., 'company.com') to mark all contacts with emails from this domain as finished in all campaigns. Provide either 'email' or 'domain', not both.").optional()
|
|
7
|
+
}).describe("Request model for marking a contact or all contacts under a domain as finished in all campaigns.\nProvide exactly one of 'email' or 'domain' (not both).");
|
|
8
|
+
const ReplyMarkContactAsFinishedOutput = zod.z.object({ success: zod.z.boolean().describe("True if the operation completed successfully. When using 'domain', returns true even if no contacts matched the domain.") }).describe("Response model for marking contact(s) as finished.");
|
|
9
|
+
const replyMarkContactAsFinished = require_action.action("REPLY_MARK_CONTACT_AS_FINISHED", {
|
|
10
|
+
slug: "reply-mark-contact-as-finished",
|
|
11
|
+
name: "Mark Contact As Finished",
|
|
12
|
+
description: "Marks a contact (by email) or all contacts under a domain as finished in all Reply.io campaigns. Use this tool to stop outreach for contacts who have been successfully engaged or should no longer receive campaign messages. - When using 'email': The specific contact must exist and be enrolled in at least one campaign. - When using 'domain': Marks all contacts with that email domain as finished (succeeds even if no contacts match). Note: Provide exactly one of 'email' or 'domain', not both.",
|
|
13
|
+
input: ReplyMarkContactAsFinishedInput,
|
|
14
|
+
output: ReplyMarkContactAsFinishedOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.replyMarkContactAsFinished = replyMarkContactAsFinished;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=mark-contact-as-finished.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-contact-as-finished.cjs","names":["z","action"],"sources":["../../src/actions/mark-contact-as-finished.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyMarkContactAsFinishedInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the contact to mark as finished in all campaigns. The contact must already exist and be enrolled in at least one campaign. Provide either 'email' or 'domain', not both.\").optional(),\n domain: z.string().describe(\"Email domain (e.g., 'company.com') to mark all contacts with emails from this domain as finished in all campaigns. Provide either 'email' or 'domain', not both.\").optional(),\n}).describe(\"Request model for marking a contact or all contacts under a domain as finished in all campaigns.\\nProvide exactly one of 'email' or 'domain' (not both).\");\nexport const ReplyMarkContactAsFinishedOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"True if the operation completed successfully. When using 'domain', returns true even if no contacts matched the domain.\"),\n}).describe(\"Response model for marking contact(s) as finished.\");\n\nexport const replyMarkContactAsFinished = action(\"REPLY_MARK_CONTACT_AS_FINISHED\", {\n slug: \"reply-mark-contact-as-finished\",\n name: \"Mark Contact As Finished\",\n description: \"Marks a contact (by email) or all contacts under a domain as finished in all Reply.io campaigns. Use this tool to stop outreach for contacts who have been successfully engaged or should no longer receive campaign messages. - When using 'email': The specific contact must exist and be enrolled in at least one campaign. - When using 'domain': Marks all contacts with that email domain as finished (succeeds even if no contacts match). Note: Provide exactly one of 'email' or 'domain', not both.\",\n input: ReplyMarkContactAsFinishedInput,\n output: ReplyMarkContactAsFinishedOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2LAA2L,CAAC,CAAC,SAAS;CACjO,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;AAC3M,CAAC,CAAC,CAAC,SAAS,0JAA0J;AACtK,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yHAAyH,EACzJ,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,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/mark-contact-as-finished.d.ts
|
|
4
|
+
declare const ReplyMarkContactAsFinishedInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyMarkContactAsFinishedOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyMarkContactAsFinished: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyMarkContactAsFinished };
|
|
9
|
+
//# sourceMappingURL=mark-contact-as-finished.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-contact-as-finished.d.cts","names":[],"sources":["../../src/actions/mark-contact-as-finished.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGuH;AAAA,cAC1J,gCAAA,EAAkC,CAAA,CAAE,UAEgB;AAAA,cAEpD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/mark-contact-as-finished.d.ts
|
|
4
|
+
declare const ReplyMarkContactAsFinishedInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyMarkContactAsFinishedOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyMarkContactAsFinished: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyMarkContactAsFinished };
|
|
9
|
+
//# sourceMappingURL=mark-contact-as-finished.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-contact-as-finished.d.mts","names":[],"sources":["../../src/actions/mark-contact-as-finished.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGuH;AAAA,cAC1J,gCAAA,EAAkC,CAAA,CAAE,UAEgB;AAAA,cAEpD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const replyMarkContactAsFinished = action("REPLY_MARK_CONTACT_AS_FINISHED", {
|
|
4
|
+
slug: "reply-mark-contact-as-finished",
|
|
5
|
+
name: "Mark Contact As Finished",
|
|
6
|
+
description: "Marks a contact (by email) or all contacts under a domain as finished in all Reply.io campaigns. Use this tool to stop outreach for contacts who have been successfully engaged or should no longer receive campaign messages. - When using 'email': The specific contact must exist and be enrolled in at least one campaign. - When using 'domain': Marks all contacts with that email domain as finished (succeeds even if no contacts match). Note: Provide exactly one of 'email' or 'domain', not both.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
email: z.string().describe("Email address of the contact to mark as finished in all campaigns. The contact must already exist and be enrolled in at least one campaign. Provide either 'email' or 'domain', not both.").optional(),
|
|
9
|
+
domain: z.string().describe("Email domain (e.g., 'company.com') to mark all contacts with emails from this domain as finished in all campaigns. Provide either 'email' or 'domain', not both.").optional()
|
|
10
|
+
}).describe("Request model for marking a contact or all contacts under a domain as finished in all campaigns.\nProvide exactly one of 'email' or 'domain' (not both)."),
|
|
11
|
+
output: z.object({ success: z.boolean().describe("True if the operation completed successfully. When using 'domain', returns true even if no contacts matched the domain.") }).describe("Response model for marking contact(s) as finished.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { replyMarkContactAsFinished };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=mark-contact-as-finished.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-contact-as-finished.mjs","names":[],"sources":["../../src/actions/mark-contact-as-finished.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyMarkContactAsFinishedInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the contact to mark as finished in all campaigns. The contact must already exist and be enrolled in at least one campaign. Provide either 'email' or 'domain', not both.\").optional(),\n domain: z.string().describe(\"Email domain (e.g., 'company.com') to mark all contacts with emails from this domain as finished in all campaigns. Provide either 'email' or 'domain', not both.\").optional(),\n}).describe(\"Request model for marking a contact or all contacts under a domain as finished in all campaigns.\\nProvide exactly one of 'email' or 'domain' (not both).\");\nexport const ReplyMarkContactAsFinishedOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"True if the operation completed successfully. When using 'domain', returns true even if no contacts matched the domain.\"),\n}).describe(\"Response model for marking contact(s) as finished.\");\n\nexport const replyMarkContactAsFinished = action(\"REPLY_MARK_CONTACT_AS_FINISHED\", {\n slug: \"reply-mark-contact-as-finished\",\n name: \"Mark Contact As Finished\",\n description: \"Marks a contact (by email) or all contacts under a domain as finished in all Reply.io campaigns. Use this tool to stop outreach for contacts who have been successfully engaged or should no longer receive campaign messages. - When using 'email': The specific contact must exist and be enrolled in at least one campaign. - When using 'domain': Marks all contacts with that email domain as finished (succeeds even if no contacts match). Note: Provide exactly one of 'email' or 'domain', not both.\",\n input: ReplyMarkContactAsFinishedInput,\n output: ReplyMarkContactAsFinishedOutput,\n});\n"],"mappings":";;AAYA,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ2D,EAAE,OAAO;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2LAA2L,CAAC,CAAC,SAAS;EACjO,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;CAC3M,CAAC,CAAC,CAAC,SAAS,0JASH;CACP,QAT4D,EAAE,OAAO,EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yHAAyH,EACzJ,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/mark-contact-as-replied.ts
|
|
4
|
+
const ReplyMarkContactAsRepliedInput = zod.z.object({
|
|
5
|
+
email: zod.z.string().describe("Email address of the contact to mark as replied").optional(),
|
|
6
|
+
domain: zod.z.string().describe("Email domain whose contacts should be marked as replied").optional()
|
|
7
|
+
}).describe("Request model for marking a contact as replied by email or domain.\nExactly one of email or domain must be provided.");
|
|
8
|
+
const ReplyMarkContactAsRepliedOutput = zod.z.object({}).describe("Empty response model: no content is returned on success.");
|
|
9
|
+
const replyMarkContactAsReplied = require_action.action("REPLY_MARK_CONTACT_AS_REPLIED", {
|
|
10
|
+
slug: "reply-mark-contact-as-replied",
|
|
11
|
+
name: "Mark Contact as Replied",
|
|
12
|
+
description: "Tool to mark a contact as replied in all campaigns by email or domain. Use after confirming the contact has responded.",
|
|
13
|
+
input: ReplyMarkContactAsRepliedInput,
|
|
14
|
+
output: ReplyMarkContactAsRepliedOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.replyMarkContactAsReplied = replyMarkContactAsReplied;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=mark-contact-as-replied.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-contact-as-replied.cjs","names":["z","action"],"sources":["../../src/actions/mark-contact-as-replied.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyMarkContactAsRepliedInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the contact to mark as replied\").optional(),\n domain: z.string().describe(\"Email domain whose contacts should be marked as replied\").optional(),\n}).describe(\"Request model for marking a contact as replied by email or domain.\\nExactly one of email or domain must be provided.\");\nexport const ReplyMarkContactAsRepliedOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model: no content is returned on success.\");\n\nexport const replyMarkContactAsReplied = action(\"REPLY_MARK_CONTACT_AS_REPLIED\", {\n slug: \"reply-mark-contact-as-replied\",\n name: \"Mark Contact as Replied\",\n description: \"Tool to mark a contact as replied in all campaigns by email or domain. Use after confirming the contact has responded.\",\n input: ReplyMarkContactAsRepliedInput,\n output: ReplyMarkContactAsRepliedOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACvF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,sHAAsH;AAClI,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAE7I,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,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/mark-contact-as-replied.d.ts
|
|
4
|
+
declare const ReplyMarkContactAsRepliedInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyMarkContactAsRepliedOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyMarkContactAsReplied: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyMarkContactAsReplied };
|
|
9
|
+
//# sourceMappingURL=mark-contact-as-replied.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-contact-as-replied.d.cts","names":[],"sources":["../../src/actions/mark-contact-as-replied.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGoF;AAAA,cACtH,+BAAA,EAAiC,CAAA,CAAE,UAA8F;AAAA,cAEjI,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/mark-contact-as-replied.d.ts
|
|
4
|
+
declare const ReplyMarkContactAsRepliedInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyMarkContactAsRepliedOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyMarkContactAsReplied: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyMarkContactAsReplied };
|
|
9
|
+
//# sourceMappingURL=mark-contact-as-replied.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-contact-as-replied.d.mts","names":[],"sources":["../../src/actions/mark-contact-as-replied.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGoF;AAAA,cACtH,+BAAA,EAAiC,CAAA,CAAE,UAA8F;AAAA,cAEjI,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const replyMarkContactAsReplied = action("REPLY_MARK_CONTACT_AS_REPLIED", {
|
|
4
|
+
slug: "reply-mark-contact-as-replied",
|
|
5
|
+
name: "Mark Contact as Replied",
|
|
6
|
+
description: "Tool to mark a contact as replied in all campaigns by email or domain. Use after confirming the contact has responded.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
email: z.string().describe("Email address of the contact to mark as replied").optional(),
|
|
9
|
+
domain: z.string().describe("Email domain whose contacts should be marked as replied").optional()
|
|
10
|
+
}).describe("Request model for marking a contact as replied by email or domain.\nExactly one of email or domain must be provided."),
|
|
11
|
+
output: z.object({}).describe("Empty response model: no content is returned on success.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { replyMarkContactAsReplied };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=mark-contact-as-replied.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mark-contact-as-replied.mjs","names":[],"sources":["../../src/actions/mark-contact-as-replied.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyMarkContactAsRepliedInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the contact to mark as replied\").optional(),\n domain: z.string().describe(\"Email domain whose contacts should be marked as replied\").optional(),\n}).describe(\"Request model for marking a contact as replied by email or domain.\\nExactly one of email or domain must be provided.\");\nexport const ReplyMarkContactAsRepliedOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model: no content is returned on success.\");\n\nexport const replyMarkContactAsReplied = action(\"REPLY_MARK_CONTACT_AS_REPLIED\", {\n slug: \"reply-mark-contact-as-replied\",\n name: \"Mark Contact as Replied\",\n description: \"Tool to mark a contact as replied in all campaigns by email or domain. Use after confirming the contact has responded.\",\n input: ReplyMarkContactAsRepliedInput,\n output: ReplyMarkContactAsRepliedOutput,\n});\n"],"mappings":";;AAUA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV0D,EAAE,OAAO;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EACvF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAClG,CAAC,CAAC,CAAC,SAAS,sHAOH;CACP,QAP2D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAOzE;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/move-contacts-to-lists.ts
|
|
4
|
+
const ReplyMoveContactsToListsInput = zod.z.object({
|
|
5
|
+
ListIds: zod.z.array(zod.z.number().int()).describe("List of target list IDs (integers) where contacts should be moved. Get list IDs from the 'Get All Lists' action."),
|
|
6
|
+
ContactIds: zod.z.array(zod.z.number().int()).describe("List of contact IDs (integers) to move to the target lists. Get contact IDs from the 'Get Contacts in List' or 'Get All Contacts' action.")
|
|
7
|
+
}).describe("Request model for moving one or more contacts to specified lists.");
|
|
8
|
+
const ReplyMoveContactsToListsOutput = zod.z.object({ success: zod.z.boolean().describe("True if the move operation was processed successfully. Note: The API accepts the request even if contact IDs do not exist; success indicates the request was accepted, not that contacts were actually moved.") }).describe("Response model for moving contacts to lists.");
|
|
9
|
+
const replyMoveContactsToLists = require_action.action("REPLY_MOVE_CONTACTS_TO_LISTS", {
|
|
10
|
+
slug: "reply-move-contacts-to-lists",
|
|
11
|
+
name: "Move Contacts to Lists",
|
|
12
|
+
description: "Tool to move one or more contacts to specified lists. Use when reorganizing contacts across lists after verifying contact and list IDs.",
|
|
13
|
+
input: ReplyMoveContactsToListsInput,
|
|
14
|
+
output: ReplyMoveContactsToListsOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.replyMoveContactsToLists = replyMoveContactsToLists;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=move-contacts-to-lists.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-contacts-to-lists.cjs","names":["z","action"],"sources":["../../src/actions/move-contacts-to-lists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyMoveContactsToListsInput: z.ZodTypeAny = z.object({\n ListIds: z.array(z.number().int()).describe(\"List of target list IDs (integers) where contacts should be moved. Get list IDs from the 'Get All Lists' action.\"),\n ContactIds: z.array(z.number().int()).describe(\"List of contact IDs (integers) to move to the target lists. Get contact IDs from the 'Get Contacts in List' or 'Get All Contacts' action.\"),\n}).describe(\"Request model for moving one or more contacts to specified lists.\");\nexport const ReplyMoveContactsToListsOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"True if the move operation was processed successfully. Note: The API accepts the request even if contact IDs do not exist; success indicates the request was accepted, not that contacts were actually moved.\"),\n}).describe(\"Response model for moving contacts to lists.\");\n\nexport const replyMoveContactsToLists = action(\"REPLY_MOVE_CONTACTS_TO_LISTS\", {\n slug: \"reply-move-contacts-to-lists\",\n name: \"Move Contacts to Lists\",\n description: \"Tool to move one or more contacts to specified lists. Use when reorganizing contacts across lists after verifying contact and list IDs.\",\n input: ReplyMoveContactsToListsInput,\n output: ReplyMoveContactsToListsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,kHAAkH;CAC9J,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,2IAA2I;AAC5L,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+MAA+M,EAC/O,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,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/move-contacts-to-lists.d.ts
|
|
4
|
+
declare const ReplyMoveContactsToListsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyMoveContactsToListsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyMoveContactsToLists: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyMoveContactsToLists };
|
|
9
|
+
//# sourceMappingURL=move-contacts-to-lists.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-contacts-to-lists.d.cts","names":[],"sources":["../../src/actions/move-contacts-to-lists.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGkC;AAAA,cACnE,8BAAA,EAAgC,CAAA,CAAE,UAEY;AAAA,cAE9C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/move-contacts-to-lists.d.ts
|
|
4
|
+
declare const ReplyMoveContactsToListsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyMoveContactsToListsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyMoveContactsToLists: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyMoveContactsToLists };
|
|
9
|
+
//# sourceMappingURL=move-contacts-to-lists.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-contacts-to-lists.d.mts","names":[],"sources":["../../src/actions/move-contacts-to-lists.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGkC;AAAA,cACnE,8BAAA,EAAgC,CAAA,CAAE,UAEY;AAAA,cAE9C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const replyMoveContactsToLists = action("REPLY_MOVE_CONTACTS_TO_LISTS", {
|
|
4
|
+
slug: "reply-move-contacts-to-lists",
|
|
5
|
+
name: "Move Contacts to Lists",
|
|
6
|
+
description: "Tool to move one or more contacts to specified lists. Use when reorganizing contacts across lists after verifying contact and list IDs.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
ListIds: z.array(z.number().int()).describe("List of target list IDs (integers) where contacts should be moved. Get list IDs from the 'Get All Lists' action."),
|
|
9
|
+
ContactIds: z.array(z.number().int()).describe("List of contact IDs (integers) to move to the target lists. Get contact IDs from the 'Get Contacts in List' or 'Get All Contacts' action.")
|
|
10
|
+
}).describe("Request model for moving one or more contacts to specified lists."),
|
|
11
|
+
output: z.object({ success: z.boolean().describe("True if the move operation was processed successfully. Note: The API accepts the request even if contact IDs do not exist; success indicates the request was accepted, not that contacts were actually moved.") }).describe("Response model for moving contacts to lists.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { replyMoveContactsToLists };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=move-contacts-to-lists.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-contacts-to-lists.mjs","names":[],"sources":["../../src/actions/move-contacts-to-lists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyMoveContactsToListsInput: z.ZodTypeAny = z.object({\n ListIds: z.array(z.number().int()).describe(\"List of target list IDs (integers) where contacts should be moved. Get list IDs from the 'Get All Lists' action.\"),\n ContactIds: z.array(z.number().int()).describe(\"List of contact IDs (integers) to move to the target lists. Get contact IDs from the 'Get Contacts in List' or 'Get All Contacts' action.\"),\n}).describe(\"Request model for moving one or more contacts to specified lists.\");\nexport const ReplyMoveContactsToListsOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"True if the move operation was processed successfully. Note: The API accepts the request even if contact IDs do not exist; success indicates the request was accepted, not that contacts were actually moved.\"),\n}).describe(\"Response model for moving contacts to lists.\");\n\nexport const replyMoveContactsToLists = action(\"REPLY_MOVE_CONTACTS_TO_LISTS\", {\n slug: \"reply-move-contacts-to-lists\",\n name: \"Move Contacts to Lists\",\n description: \"Tool to move one or more contacts to specified lists. Use when reorganizing contacts across lists after verifying contact and list IDs.\",\n input: ReplyMoveContactsToListsInput,\n output: ReplyMoveContactsToListsOutput,\n});\n"],"mappings":";;AAYA,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZyD,EAAE,OAAO;EAClE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,kHAAkH;EAC9J,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,2IAA2I;CAC5L,CAAC,CAAC,CAAC,SAAS,mEASH;CACP,QAT0D,EAAE,OAAO,EACnE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+MAA+M,EAC/O,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/remove-domain-from-blacklist.ts
|
|
4
|
+
const ReplyRemoveDomainFromBlacklistInput = zod.z.object({ domain: zod.z.string().describe("The domain name to remove from the blacklist") }).describe("Request model for removing a domain from the blacklist.");
|
|
5
|
+
const ReplyRemoveDomainFromBlacklistOutput = zod.z.object({
|
|
6
|
+
domain: zod.z.string().describe("The domain that was removed from the blacklist"),
|
|
7
|
+
success: zod.z.boolean().default(true).describe("Whether the domain was successfully removed from the blacklist").nullable().optional()
|
|
8
|
+
}).describe("Response schema for removing a domain from the blacklist.");
|
|
9
|
+
const replyRemoveDomainFromBlacklist = require_action.action("REPLY_REMOVE_DOMAIN_FROM_BLACKLIST", {
|
|
10
|
+
slug: "reply-remove-domain-from-blacklist",
|
|
11
|
+
name: "Remove Domain from Blacklist",
|
|
12
|
+
description: "Tool to remove the specified domain from the blacklist. Use when you need to allow sending to that domain again.",
|
|
13
|
+
input: ReplyRemoveDomainFromBlacklistInput,
|
|
14
|
+
output: ReplyRemoveDomainFromBlacklistOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.replyRemoveDomainFromBlacklist = replyRemoveDomainFromBlacklist;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=remove-domain-from-blacklist.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-domain-from-blacklist.cjs","names":["z","action"],"sources":["../../src/actions/remove-domain-from-blacklist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyRemoveDomainFromBlacklistInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain name to remove from the blacklist\"),\n}).describe(\"Request model for removing a domain from the blacklist.\");\nexport const ReplyRemoveDomainFromBlacklistOutput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain that was removed from the blacklist\"),\n success: z.boolean().default(true).describe(\"Whether the domain was successfully removed from the blacklist\").nullable().optional(),\n}).describe(\"Response schema for removing a domain from the blacklist.\");\n\nexport const replyRemoveDomainFromBlacklist = action(\"REPLY_REMOVE_DOMAIN_FROM_BLACKLIST\", {\n slug: \"reply-remove-domain-from-blacklist\",\n name: \"Remove Domain from Blacklist\",\n description: \"Tool to remove the specified domain from the blacklist. Use when you need to allow sending to that domain again.\",\n input: ReplyRemoveDomainFromBlacklistInput,\n output: ReplyRemoveDomainFromBlacklistOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC5E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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/remove-domain-from-blacklist.d.ts
|
|
4
|
+
declare const ReplyRemoveDomainFromBlacklistInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyRemoveDomainFromBlacklistOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyRemoveDomainFromBlacklist: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyRemoveDomainFromBlacklist };
|
|
9
|
+
//# sourceMappingURL=remove-domain-from-blacklist.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-domain-from-blacklist.d.cts","names":[],"sources":["../../src/actions/remove-domain-from-blacklist.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEkB;AAAA,cACzD,oCAAA,EAAsC,CAAA,CAAE,UAGmB;AAAA,cAE3D,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/remove-domain-from-blacklist.d.ts
|
|
4
|
+
declare const ReplyRemoveDomainFromBlacklistInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyRemoveDomainFromBlacklistOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyRemoveDomainFromBlacklist: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyRemoveDomainFromBlacklist };
|
|
9
|
+
//# sourceMappingURL=remove-domain-from-blacklist.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-domain-from-blacklist.d.mts","names":[],"sources":["../../src/actions/remove-domain-from-blacklist.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEkB;AAAA,cACzD,oCAAA,EAAsC,CAAA,CAAE,UAGmB;AAAA,cAE3D,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const replyRemoveDomainFromBlacklist = action("REPLY_REMOVE_DOMAIN_FROM_BLACKLIST", {
|
|
4
|
+
slug: "reply-remove-domain-from-blacklist",
|
|
5
|
+
name: "Remove Domain from Blacklist",
|
|
6
|
+
description: "Tool to remove the specified domain from the blacklist. Use when you need to allow sending to that domain again.",
|
|
7
|
+
input: z.object({ domain: z.string().describe("The domain name to remove from the blacklist") }).describe("Request model for removing a domain from the blacklist."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
domain: z.string().describe("The domain that was removed from the blacklist"),
|
|
10
|
+
success: z.boolean().default(true).describe("Whether the domain was successfully removed from the blacklist").nullable().optional()
|
|
11
|
+
}).describe("Response schema for removing a domain from the blacklist.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { replyRemoveDomainFromBlacklist };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=remove-domain-from-blacklist.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-domain-from-blacklist.mjs","names":[],"sources":["../../src/actions/remove-domain-from-blacklist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyRemoveDomainFromBlacklistInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain name to remove from the blacklist\"),\n}).describe(\"Request model for removing a domain from the blacklist.\");\nexport const ReplyRemoveDomainFromBlacklistOutput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain that was removed from the blacklist\"),\n success: z.boolean().default(true).describe(\"Whether the domain was successfully removed from the blacklist\").nullable().optional(),\n}).describe(\"Response schema for removing a domain from the blacklist.\");\n\nexport const replyRemoveDomainFromBlacklist = action(\"REPLY_REMOVE_DOMAIN_FROM_BLACKLIST\", {\n slug: \"reply-remove-domain-from-blacklist\",\n name: \"Remove Domain from Blacklist\",\n description: \"Tool to remove the specified domain from the blacklist. Use when you need to allow sending to that domain again.\",\n input: ReplyRemoveDomainFromBlacklistInput,\n output: ReplyRemoveDomainFromBlacklistOutput,\n});\n"],"mappings":";;AAYA,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ+D,EAAE,OAAO,EACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC5E,CAAC,CAAC,CAAC,SAAS,yDAUH;CACP,QAVgE,EAAE,OAAO;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/search-contacts.ts
|
|
4
|
+
const ReplySearchContactsInput = zod.z.object({ email: zod.z.string().describe("Email address to search for.") }).describe("Request model for searching contacts by email.");
|
|
5
|
+
const ReplySearchContacts_CustomFieldSchema = zod.z.object({
|
|
6
|
+
key: zod.z.string().describe("Custom field key.").nullable().optional(),
|
|
7
|
+
value: zod.z.string().describe("Custom field value.").nullable().optional()
|
|
8
|
+
}).describe("User-defined custom field.");
|
|
9
|
+
const ReplySearchContacts_ContactSchema = zod.z.object({
|
|
10
|
+
id: zod.z.number().int().describe("Unique contact ID."),
|
|
11
|
+
city: zod.z.string().describe("City of residence.").nullable().optional(),
|
|
12
|
+
email: zod.z.string().describe("Primary email address."),
|
|
13
|
+
notes: zod.z.string().describe("Additional information.").nullable().optional(),
|
|
14
|
+
phone: zod.z.string().describe("Phone number.").nullable().optional(),
|
|
15
|
+
state: zod.z.string().describe("State or province.").nullable().optional(),
|
|
16
|
+
title: zod.z.string().describe("Job title.").nullable().optional(),
|
|
17
|
+
domain: zod.z.string().describe("Email domain.").nullable().optional(),
|
|
18
|
+
company: zod.z.string().describe("Organization name.").nullable().optional(),
|
|
19
|
+
country: zod.z.string().describe("Country.").nullable().optional(),
|
|
20
|
+
industry: zod.z.string().describe("Business sector.").nullable().optional(),
|
|
21
|
+
lastName: zod.z.string().describe("Last name.").nullable().optional(),
|
|
22
|
+
timeZone: zod.z.string().describe("Timezone identifier.").nullable().optional(),
|
|
23
|
+
firstName: zod.z.string().describe("First name.").nullable().optional(),
|
|
24
|
+
addingDate: zod.z.string().describe("Creation timestamp.").nullable().optional(),
|
|
25
|
+
companySize: zod.z.string().describe("Organization employee count.").nullable().optional(),
|
|
26
|
+
phoneStatus: zod.z.string().describe("Phone validation status.").nullable().optional(),
|
|
27
|
+
customFields: zod.z.array(ReplySearchContacts_CustomFieldSchema).describe("List of user-defined custom fields.").nullable().optional(),
|
|
28
|
+
linkedInProfile: zod.z.string().describe("LinkedIn profile URL.").nullable().optional(),
|
|
29
|
+
linkedInRecruiter: zod.z.string().describe("LinkedIn Recruiter URL.").nullable().optional(),
|
|
30
|
+
linkedInSalesNavigator: zod.z.string().describe("LinkedIn Sales Navigator URL.").nullable().optional()
|
|
31
|
+
}).describe("Schema for a contact returned by search.");
|
|
32
|
+
const ReplySearchContactsOutput = zod.z.object({ contacts: zod.z.array(ReplySearchContacts_ContactSchema).describe("List of contacts matching the search criteria.") }).describe("Response model for search contacts action.");
|
|
33
|
+
const replySearchContacts = require_action.action("REPLY_SEARCH_CONTACTS", {
|
|
34
|
+
slug: "reply-search-contacts",
|
|
35
|
+
name: "Search Contacts by Email",
|
|
36
|
+
description: "Tool to search contacts by email. Use when you need to find existing contact IDs for update tests.",
|
|
37
|
+
input: ReplySearchContactsInput,
|
|
38
|
+
output: ReplySearchContactsOutput
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
exports.replySearchContacts = replySearchContacts;
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=search-contacts.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-contacts.cjs","names":["z","action"],"sources":["../../src/actions/search-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplySearchContactsInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to search for.\"),\n}).describe(\"Request model for searching contacts by email.\");\nconst ReplySearchContacts_CustomFieldSchema: z.ZodTypeAny = z.object({\n key: z.string().describe(\"Custom field key.\").nullable().optional(),\n value: z.string().describe(\"Custom field value.\").nullable().optional(),\n}).describe(\"User-defined custom field.\");\nconst ReplySearchContacts_ContactSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique contact ID.\"),\n city: z.string().describe(\"City of residence.\").nullable().optional(),\n email: z.string().describe(\"Primary email address.\"),\n notes: z.string().describe(\"Additional information.\").nullable().optional(),\n phone: z.string().describe(\"Phone number.\").nullable().optional(),\n state: z.string().describe(\"State or province.\").nullable().optional(),\n title: z.string().describe(\"Job title.\").nullable().optional(),\n domain: z.string().describe(\"Email domain.\").nullable().optional(),\n company: z.string().describe(\"Organization name.\").nullable().optional(),\n country: z.string().describe(\"Country.\").nullable().optional(),\n industry: z.string().describe(\"Business sector.\").nullable().optional(),\n lastName: z.string().describe(\"Last name.\").nullable().optional(),\n timeZone: z.string().describe(\"Timezone identifier.\").nullable().optional(),\n firstName: z.string().describe(\"First name.\").nullable().optional(),\n addingDate: z.string().describe(\"Creation timestamp.\").nullable().optional(),\n companySize: z.string().describe(\"Organization employee count.\").nullable().optional(),\n phoneStatus: z.string().describe(\"Phone validation status.\").nullable().optional(),\n customFields: z.array(ReplySearchContacts_CustomFieldSchema).describe(\"List of user-defined custom fields.\").nullable().optional(),\n linkedInProfile: z.string().describe(\"LinkedIn profile URL.\").nullable().optional(),\n linkedInRecruiter: z.string().describe(\"LinkedIn Recruiter URL.\").nullable().optional(),\n linkedInSalesNavigator: z.string().describe(\"LinkedIn Sales Navigator URL.\").nullable().optional(),\n}).describe(\"Schema for a contact returned by search.\");\nexport const ReplySearchContactsOutput: z.ZodTypeAny = z.object({\n contacts: z.array(ReplySearchContacts_ContactSchema).describe(\"List of contacts matching the search criteria.\"),\n}).describe(\"Response model for search contacts action.\");\n\nexport const replySearchContacts = action(\"REPLY_SEARCH_CONTACTS\", {\n slug: \"reply-search-contacts\",\n name: \"Search Contacts by Email\",\n description: \"Tool to search contacts by email. Use when you need to find existing contact IDs for update tests.\",\n input: ReplySearchContactsInput,\n output: ReplySearchContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,EAC3D,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxE,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACnD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,UAAUA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,gDAAgD,EAChH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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-contacts.d.ts
|
|
4
|
+
declare const ReplySearchContactsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplySearchContactsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replySearchContacts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replySearchContacts };
|
|
9
|
+
//# sourceMappingURL=search-contacts.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-contacts.d.cts","names":[],"sources":["../../src/actions/search-contacts.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEoB;AAAA,cA4BhD,yBAAA,EAA2B,CAAA,CAAE,UAEe;AAAA,cAE5C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search-contacts.d.ts
|
|
4
|
+
declare const ReplySearchContactsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplySearchContactsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replySearchContacts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replySearchContacts };
|
|
9
|
+
//# sourceMappingURL=search-contacts.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-contacts.d.mts","names":[],"sources":["../../src/actions/search-contacts.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEoB;AAAA,cA4BhD,yBAAA,EAA2B,CAAA,CAAE,UAEe;AAAA,cAE5C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/search-contacts.ts
|
|
4
|
+
const ReplySearchContactsInput = z.object({ email: z.string().describe("Email address to search for.") }).describe("Request model for searching contacts by email.");
|
|
5
|
+
const ReplySearchContacts_CustomFieldSchema = z.object({
|
|
6
|
+
key: z.string().describe("Custom field key.").nullable().optional(),
|
|
7
|
+
value: z.string().describe("Custom field value.").nullable().optional()
|
|
8
|
+
}).describe("User-defined custom field.");
|
|
9
|
+
const ReplySearchContacts_ContactSchema = z.object({
|
|
10
|
+
id: z.number().int().describe("Unique contact ID."),
|
|
11
|
+
city: z.string().describe("City of residence.").nullable().optional(),
|
|
12
|
+
email: z.string().describe("Primary email address."),
|
|
13
|
+
notes: z.string().describe("Additional information.").nullable().optional(),
|
|
14
|
+
phone: z.string().describe("Phone number.").nullable().optional(),
|
|
15
|
+
state: z.string().describe("State or province.").nullable().optional(),
|
|
16
|
+
title: z.string().describe("Job title.").nullable().optional(),
|
|
17
|
+
domain: z.string().describe("Email domain.").nullable().optional(),
|
|
18
|
+
company: z.string().describe("Organization name.").nullable().optional(),
|
|
19
|
+
country: z.string().describe("Country.").nullable().optional(),
|
|
20
|
+
industry: z.string().describe("Business sector.").nullable().optional(),
|
|
21
|
+
lastName: z.string().describe("Last name.").nullable().optional(),
|
|
22
|
+
timeZone: z.string().describe("Timezone identifier.").nullable().optional(),
|
|
23
|
+
firstName: z.string().describe("First name.").nullable().optional(),
|
|
24
|
+
addingDate: z.string().describe("Creation timestamp.").nullable().optional(),
|
|
25
|
+
companySize: z.string().describe("Organization employee count.").nullable().optional(),
|
|
26
|
+
phoneStatus: z.string().describe("Phone validation status.").nullable().optional(),
|
|
27
|
+
customFields: z.array(ReplySearchContacts_CustomFieldSchema).describe("List of user-defined custom fields.").nullable().optional(),
|
|
28
|
+
linkedInProfile: z.string().describe("LinkedIn profile URL.").nullable().optional(),
|
|
29
|
+
linkedInRecruiter: z.string().describe("LinkedIn Recruiter URL.").nullable().optional(),
|
|
30
|
+
linkedInSalesNavigator: z.string().describe("LinkedIn Sales Navigator URL.").nullable().optional()
|
|
31
|
+
}).describe("Schema for a contact returned by search.");
|
|
32
|
+
const replySearchContacts = action("REPLY_SEARCH_CONTACTS", {
|
|
33
|
+
slug: "reply-search-contacts",
|
|
34
|
+
name: "Search Contacts by Email",
|
|
35
|
+
description: "Tool to search contacts by email. Use when you need to find existing contact IDs for update tests.",
|
|
36
|
+
input: ReplySearchContactsInput,
|
|
37
|
+
output: z.object({ contacts: z.array(ReplySearchContacts_ContactSchema).describe("List of contacts matching the search criteria.") }).describe("Response model for search contacts action.")
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
export { replySearchContacts };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=search-contacts.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-contacts.mjs","names":[],"sources":["../../src/actions/search-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplySearchContactsInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to search for.\"),\n}).describe(\"Request model for searching contacts by email.\");\nconst ReplySearchContacts_CustomFieldSchema: z.ZodTypeAny = z.object({\n key: z.string().describe(\"Custom field key.\").nullable().optional(),\n value: z.string().describe(\"Custom field value.\").nullable().optional(),\n}).describe(\"User-defined custom field.\");\nconst ReplySearchContacts_ContactSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique contact ID.\"),\n city: z.string().describe(\"City of residence.\").nullable().optional(),\n email: z.string().describe(\"Primary email address.\"),\n notes: z.string().describe(\"Additional information.\").nullable().optional(),\n phone: z.string().describe(\"Phone number.\").nullable().optional(),\n state: z.string().describe(\"State or province.\").nullable().optional(),\n title: z.string().describe(\"Job title.\").nullable().optional(),\n domain: z.string().describe(\"Email domain.\").nullable().optional(),\n company: z.string().describe(\"Organization name.\").nullable().optional(),\n country: z.string().describe(\"Country.\").nullable().optional(),\n industry: z.string().describe(\"Business sector.\").nullable().optional(),\n lastName: z.string().describe(\"Last name.\").nullable().optional(),\n timeZone: z.string().describe(\"Timezone identifier.\").nullable().optional(),\n firstName: z.string().describe(\"First name.\").nullable().optional(),\n addingDate: z.string().describe(\"Creation timestamp.\").nullable().optional(),\n companySize: z.string().describe(\"Organization employee count.\").nullable().optional(),\n phoneStatus: z.string().describe(\"Phone validation status.\").nullable().optional(),\n customFields: z.array(ReplySearchContacts_CustomFieldSchema).describe(\"List of user-defined custom fields.\").nullable().optional(),\n linkedInProfile: z.string().describe(\"LinkedIn profile URL.\").nullable().optional(),\n linkedInRecruiter: z.string().describe(\"LinkedIn Recruiter URL.\").nullable().optional(),\n linkedInSalesNavigator: z.string().describe(\"LinkedIn Sales Navigator URL.\").nullable().optional(),\n}).describe(\"Schema for a contact returned by search.\");\nexport const ReplySearchContactsOutput: z.ZodTypeAny = z.object({\n contacts: z.array(ReplySearchContacts_ContactSchema).describe(\"List of contacts matching the search criteria.\"),\n}).describe(\"Response model for search contacts action.\");\n\nexport const replySearchContacts = action(\"REPLY_SEARCH_CONTACTS\", {\n slug: \"reply-search-contacts\",\n name: \"Search Contacts by Email\",\n description: \"Tool to search contacts by email. Use when you need to find existing contact IDs for update tests.\",\n input: ReplySearchContactsInput,\n output: ReplySearchContactsOutput,\n});\n"],"mappings":"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"}
|
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 reply = defineApp({\n slug: \"reply\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,SAAA,uCAAA,CAAA,CAAA,UAAA,CAAkB;CAC7B,MAAM;CACN,MAAM;AACR,CAAC"}
|