@keystrokehq/reply_io 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/add-contact-to-sequence.cjs +28 -0
- package/dist/actions/add-contact-to-sequence.cjs.map +1 -0
- package/dist/actions/add-contact-to-sequence.d.cts +9 -0
- package/dist/actions/add-contact-to-sequence.d.cts.map +1 -0
- package/dist/actions/add-contact-to-sequence.d.mts +9 -0
- package/dist/actions/add-contact-to-sequence.d.mts.map +1 -0
- package/dist/actions/add-contact-to-sequence.mjs +25 -0
- package/dist/actions/add-contact-to-sequence.mjs.map +1 -0
- package/dist/actions/archive-sequence.cjs +29 -0
- package/dist/actions/archive-sequence.cjs.map +1 -0
- package/dist/actions/archive-sequence.d.cts +9 -0
- package/dist/actions/archive-sequence.d.cts.map +1 -0
- package/dist/actions/archive-sequence.d.mts +9 -0
- package/dist/actions/archive-sequence.d.mts.map +1 -0
- package/dist/actions/archive-sequence.mjs +26 -0
- package/dist/actions/archive-sequence.mjs.map +1 -0
- package/dist/actions/clear-contact-status.cjs +20 -0
- package/dist/actions/clear-contact-status.cjs.map +1 -0
- package/dist/actions/clear-contact-status.d.cts +9 -0
- package/dist/actions/clear-contact-status.d.cts.map +1 -0
- package/dist/actions/clear-contact-status.d.mts +9 -0
- package/dist/actions/clear-contact-status.d.mts.map +1 -0
- package/dist/actions/clear-contact-status.mjs +17 -0
- package/dist/actions/clear-contact-status.mjs.map +1 -0
- package/dist/actions/connect-exchange-account.cjs +19 -0
- package/dist/actions/connect-exchange-account.cjs.map +1 -0
- package/dist/actions/connect-exchange-account.d.cts +9 -0
- package/dist/actions/connect-exchange-account.d.cts.map +1 -0
- package/dist/actions/connect-exchange-account.d.mts +9 -0
- package/dist/actions/connect-exchange-account.d.mts.map +1 -0
- package/dist/actions/connect-exchange-account.mjs +16 -0
- package/dist/actions/connect-exchange-account.mjs.map +1 -0
- package/dist/actions/connect-gmail-account.cjs +16 -0
- package/dist/actions/connect-gmail-account.cjs.map +1 -0
- package/dist/actions/connect-gmail-account.d.cts +9 -0
- package/dist/actions/connect-gmail-account.d.cts.map +1 -0
- package/dist/actions/connect-gmail-account.d.mts +9 -0
- package/dist/actions/connect-gmail-account.d.mts.map +1 -0
- package/dist/actions/connect-gmail-account.mjs +13 -0
- package/dist/actions/connect-gmail-account.mjs.map +1 -0
- package/dist/actions/create-contact.cjs +63 -0
- package/dist/actions/create-contact.cjs.map +1 -0
- package/dist/actions/create-contact.d.cts +9 -0
- package/dist/actions/create-contact.d.cts.map +1 -0
- package/dist/actions/create-contact.d.mts +9 -0
- package/dist/actions/create-contact.d.mts.map +1 -0
- package/dist/actions/create-contact.mjs +62 -0
- package/dist/actions/create-contact.mjs.map +1 -0
- package/dist/actions/create-sequence-step.cjs +74 -0
- package/dist/actions/create-sequence-step.cjs.map +1 -0
- package/dist/actions/create-sequence-step.d.cts +9 -0
- package/dist/actions/create-sequence-step.d.cts.map +1 -0
- package/dist/actions/create-sequence-step.d.mts +9 -0
- package/dist/actions/create-sequence-step.d.mts.map +1 -0
- package/dist/actions/create-sequence-step.mjs +73 -0
- package/dist/actions/create-sequence-step.mjs.map +1 -0
- package/dist/actions/delete-contact.cjs +16 -0
- package/dist/actions/delete-contact.cjs.map +1 -0
- package/dist/actions/delete-contact.d.cts +9 -0
- package/dist/actions/delete-contact.d.cts.map +1 -0
- package/dist/actions/delete-contact.d.mts +9 -0
- package/dist/actions/delete-contact.d.mts.map +1 -0
- package/dist/actions/delete-contact.mjs +13 -0
- package/dist/actions/delete-contact.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-schedule.cjs +16 -0
- package/dist/actions/delete-schedule.cjs.map +1 -0
- package/dist/actions/delete-schedule.d.cts +9 -0
- package/dist/actions/delete-schedule.d.cts.map +1 -0
- package/dist/actions/delete-schedule.d.mts +9 -0
- package/dist/actions/delete-schedule.d.mts.map +1 -0
- package/dist/actions/delete-schedule.mjs +13 -0
- package/dist/actions/delete-schedule.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-contact-by-id.cjs +42 -0
- package/dist/actions/get-contact-by-id.cjs.map +1 -0
- package/dist/actions/get-contact-by-id.d.cts +9 -0
- package/dist/actions/get-contact-by-id.d.cts.map +1 -0
- package/dist/actions/get-contact-by-id.d.mts +9 -0
- package/dist/actions/get-contact-by-id.d.mts.map +1 -0
- package/dist/actions/get-contact-by-id.mjs +41 -0
- package/dist/actions/get-contact-by-id.mjs.map +1 -0
- package/dist/actions/get-contact-status.cjs +22 -0
- package/dist/actions/get-contact-status.cjs.map +1 -0
- package/dist/actions/get-contact-status.d.cts +9 -0
- package/dist/actions/get-contact-status.d.cts.map +1 -0
- package/dist/actions/get-contact-status.d.mts +9 -0
- package/dist/actions/get-contact-status.d.mts.map +1 -0
- package/dist/actions/get-contact-status.mjs +19 -0
- package/dist/actions/get-contact-status.mjs.map +1 -0
- package/dist/actions/get-current-user.cjs +16 -0
- package/dist/actions/get-current-user.cjs.map +1 -0
- package/dist/actions/get-current-user.d.cts +9 -0
- package/dist/actions/get-current-user.d.cts.map +1 -0
- package/dist/actions/get-current-user.d.mts +9 -0
- package/dist/actions/get-current-user.d.mts.map +1 -0
- package/dist/actions/get-current-user.mjs +13 -0
- package/dist/actions/get-current-user.mjs.map +1 -0
- package/dist/actions/get-disconnected-email-accounts.cjs +31 -0
- package/dist/actions/get-disconnected-email-accounts.cjs.map +1 -0
- package/dist/actions/get-disconnected-email-accounts.d.cts +9 -0
- package/dist/actions/get-disconnected-email-accounts.d.cts.map +1 -0
- package/dist/actions/get-disconnected-email-accounts.d.mts +9 -0
- package/dist/actions/get-disconnected-email-accounts.d.mts.map +1 -0
- package/dist/actions/get-disconnected-email-accounts.mjs +30 -0
- package/dist/actions/get-disconnected-email-accounts.mjs.map +1 -0
- package/dist/actions/get-sequence-by-id.cjs +51 -0
- package/dist/actions/get-sequence-by-id.cjs.map +1 -0
- package/dist/actions/get-sequence-by-id.d.cts +9 -0
- package/dist/actions/get-sequence-by-id.d.cts.map +1 -0
- package/dist/actions/get-sequence-by-id.d.mts +9 -0
- package/dist/actions/get-sequence-by-id.d.mts.map +1 -0
- package/dist/actions/get-sequence-by-id.mjs +50 -0
- package/dist/actions/get-sequence-by-id.mjs.map +1 -0
- package/dist/actions/get-sequence-contacts-extended.cjs +48 -0
- package/dist/actions/get-sequence-contacts-extended.cjs.map +1 -0
- package/dist/actions/get-sequence-contacts-extended.d.cts +9 -0
- package/dist/actions/get-sequence-contacts-extended.d.cts.map +1 -0
- package/dist/actions/get-sequence-contacts-extended.d.mts +9 -0
- package/dist/actions/get-sequence-contacts-extended.d.mts.map +1 -0
- package/dist/actions/get-sequence-contacts-extended.mjs +47 -0
- package/dist/actions/get-sequence-contacts-extended.mjs.map +1 -0
- package/dist/actions/get-sequence-step-by-id.cjs +50 -0
- package/dist/actions/get-sequence-step-by-id.cjs.map +1 -0
- package/dist/actions/get-sequence-step-by-id.d.cts +9 -0
- package/dist/actions/get-sequence-step-by-id.d.cts.map +1 -0
- package/dist/actions/get-sequence-step-by-id.d.mts +9 -0
- package/dist/actions/get-sequence-step-by-id.d.mts.map +1 -0
- package/dist/actions/get-sequence-step-by-id.mjs +49 -0
- package/dist/actions/get-sequence-step-by-id.mjs.map +1 -0
- package/dist/actions/index.cjs +67 -0
- package/dist/actions/index.d.cts +34 -0
- package/dist/actions/index.d.mts +34 -0
- package/dist/actions/index.mjs +34 -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/list-lists.cjs +20 -0
- package/dist/actions/list-lists.cjs.map +1 -0
- package/dist/actions/list-lists.d.cts +9 -0
- package/dist/actions/list-lists.d.cts.map +1 -0
- package/dist/actions/list-lists.d.mts +9 -0
- package/dist/actions/list-lists.d.mts.map +1 -0
- package/dist/actions/list-lists.mjs +19 -0
- package/dist/actions/list-lists.mjs.map +1 -0
- package/dist/actions/list-sequence-steps.cjs +27 -0
- package/dist/actions/list-sequence-steps.cjs.map +1 -0
- package/dist/actions/list-sequence-steps.d.cts +9 -0
- package/dist/actions/list-sequence-steps.d.cts.map +1 -0
- package/dist/actions/list-sequence-steps.d.mts +9 -0
- package/dist/actions/list-sequence-steps.d.mts.map +1 -0
- package/dist/actions/list-sequence-steps.mjs +26 -0
- package/dist/actions/list-sequence-steps.mjs.map +1 -0
- package/dist/actions/list-sequences.cjs +38 -0
- package/dist/actions/list-sequences.cjs.map +1 -0
- package/dist/actions/list-sequences.d.cts +9 -0
- package/dist/actions/list-sequences.d.cts.map +1 -0
- package/dist/actions/list-sequences.d.mts +9 -0
- package/dist/actions/list-sequences.d.mts.map +1 -0
- package/dist/actions/list-sequences.mjs +37 -0
- package/dist/actions/list-sequences.mjs.map +1 -0
- package/dist/actions/pause-sequence.cjs +16 -0
- package/dist/actions/pause-sequence.cjs.map +1 -0
- package/dist/actions/pause-sequence.d.cts +9 -0
- package/dist/actions/pause-sequence.d.cts.map +1 -0
- package/dist/actions/pause-sequence.d.mts +9 -0
- package/dist/actions/pause-sequence.d.mts.map +1 -0
- package/dist/actions/pause-sequence.mjs +13 -0
- package/dist/actions/pause-sequence.mjs.map +1 -0
- package/dist/actions/remove-contact-from-sequence.cjs +19 -0
- package/dist/actions/remove-contact-from-sequence.cjs.map +1 -0
- package/dist/actions/remove-contact-from-sequence.d.cts +9 -0
- package/dist/actions/remove-contact-from-sequence.d.cts.map +1 -0
- package/dist/actions/remove-contact-from-sequence.d.mts +9 -0
- package/dist/actions/remove-contact-from-sequence.d.mts.map +1 -0
- package/dist/actions/remove-contact-from-sequence.mjs +16 -0
- package/dist/actions/remove-contact-from-sequence.mjs.map +1 -0
- package/dist/actions/remove-contacts-from-sequence.cjs +19 -0
- package/dist/actions/remove-contacts-from-sequence.cjs.map +1 -0
- package/dist/actions/remove-contacts-from-sequence.d.cts +9 -0
- package/dist/actions/remove-contacts-from-sequence.d.cts.map +1 -0
- package/dist/actions/remove-contacts-from-sequence.d.mts +9 -0
- package/dist/actions/remove-contacts-from-sequence.d.mts.map +1 -0
- package/dist/actions/remove-contacts-from-sequence.mjs +16 -0
- package/dist/actions/remove-contacts-from-sequence.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/actions/set-contact-status.cjs +31 -0
- package/dist/actions/set-contact-status.cjs.map +1 -0
- package/dist/actions/set-contact-status.d.cts +9 -0
- package/dist/actions/set-contact-status.d.cts.map +1 -0
- package/dist/actions/set-contact-status.d.mts +9 -0
- package/dist/actions/set-contact-status.d.mts.map +1 -0
- package/dist/actions/set-contact-status.mjs +28 -0
- package/dist/actions/set-contact-status.mjs.map +1 -0
- package/dist/actions/start-sequence.cjs +29 -0
- package/dist/actions/start-sequence.cjs.map +1 -0
- package/dist/actions/start-sequence.d.cts +9 -0
- package/dist/actions/start-sequence.d.cts.map +1 -0
- package/dist/actions/start-sequence.d.mts +9 -0
- package/dist/actions/start-sequence.d.mts.map +1 -0
- package/dist/actions/start-sequence.mjs +26 -0
- package/dist/actions/start-sequence.mjs.map +1 -0
- package/dist/actions/update-contact.cjs +65 -0
- package/dist/actions/update-contact.cjs.map +1 -0
- package/dist/actions/update-contact.d.cts +9 -0
- package/dist/actions/update-contact.d.cts.map +1 -0
- package/dist/actions/update-contact.d.mts +9 -0
- package/dist/actions/update-contact.d.mts.map +1 -0
- package/dist/actions/update-contact.mjs +64 -0
- package/dist/actions/update-contact.mjs.map +1 -0
- package/dist/actions/update-email-account.cjs +51 -0
- package/dist/actions/update-email-account.cjs.map +1 -0
- package/dist/actions/update-email-account.d.cts +9 -0
- package/dist/actions/update-email-account.d.cts.map +1 -0
- package/dist/actions/update-email-account.d.mts +9 -0
- package/dist/actions/update-email-account.d.mts.map +1 -0
- package/dist/actions/update-email-account.mjs +48 -0
- package/dist/actions/update-email-account.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 +72 -0
- package/dist/index.d.cts +36 -0
- package/dist/index.d.mts +36 -0
- package/dist/index.mjs +37 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-contact.cjs","names":["z","action"],"sources":["../../src/actions/create-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoCreateContactInput: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City\").optional(),\n email: z.string().describe(\"Email address of the contact\").optional(),\n notes: z.string().describe(\"Additional notes about the contact\").optional(),\n phone: z.string().describe(\"Phone number of the contact\").optional(),\n state: z.string().describe(\"State or province\").optional(),\n title: z.string().describe(\"Job title\").optional(),\n company: z.string().describe(\"Company name\").optional(),\n country: z.string().describe(\"Country\").optional(),\n industry: z.string().describe(\"Industry sector\").optional(),\n lastName: z.string().describe(\"Last name of the contact\").optional(),\n timeZone: z.string().describe(\"Timezone identifier\").optional(),\n firstName: z.string().describe(\"First name of the contact (required)\"),\n companySize: z.string().describe(\"Company size range\").optional(),\n customFields: z.array(z.object({\n key: z.string().describe(\"Custom field key\"),\n value: z.string().describe(\"Custom field value\"),\n}).describe(\"User-defined custom field for a contact.\")).describe(\"List of custom fields with key-value pairs\").optional(),\n linkedInProfile: z.string().describe(\"LinkedIn profile URL\").optional(),\n linkedInRecruiter: z.string().describe(\"LinkedIn Recruiter URL\").optional(),\n linkedInSalesNavigator: z.string().describe(\"LinkedIn Sales Navigator URL\").optional(),\n}).describe(\"Request model for creating a contact.\");\nconst ReplyIoCreateContact_CustomFieldSchema: z.ZodTypeAny = z.object({\n key: z.string().describe(\"Custom field key\"),\n value: z.string().describe(\"Custom field value\"),\n}).describe(\"User-defined custom field for a contact.\");\nexport const ReplyIoCreateContactOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique contact ID\"),\n city: z.string().describe(\"City\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n notes: z.string().describe(\"Additional notes\").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 (read-only, derived from email)\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n industry: z.string().describe(\"Industry sector\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the contact\").nullable().optional(),\n timeZone: z.string().describe(\"Timezone identifier\").nullable().optional(),\n firstName: z.string().describe(\"First name of the contact\"),\n addingDate: z.string().describe(\"Creation timestamp (read-only, ISO 8601 format)\").nullable().optional(),\n companySize: z.union([z.string(), z.number().int()]).nullable().optional(),\n phoneStatus: z.string().describe(\"Phone validation status\").nullable().optional(),\n customFields: z.array(ReplyIoCreateContact_CustomFieldSchema).describe(\"List of 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(\"Response model for creating a contact.\");\n\nexport const replyIoCreateContact = action(\"REPLY_IO_CREATE_CONTACT\", {\n slug: \"reply_io-create-contact\",\n name: \"Create Contact\",\n description: \"Tool to create a new contact in Reply.io. Use when adding contacts to your outreach database.\",\n input: ReplyIoCreateContactInput,\n output: ReplyIoCreateContactOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-contact.d.ts
|
|
4
|
+
declare const ReplyIoCreateContactInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoCreateContactOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoCreateContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoCreateContact };
|
|
9
|
+
//# sourceMappingURL=create-contact.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-contact.d.cts","names":[],"sources":["../../src/actions/create-contact.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAqBU;AAAA,cAKvC,0BAAA,EAA4B,CAAA,CAAE,UAsBU;AAAA,cAExC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-contact.d.ts
|
|
4
|
+
declare const ReplyIoCreateContactInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoCreateContactOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoCreateContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoCreateContact };
|
|
9
|
+
//# sourceMappingURL=create-contact.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-contact.d.mts","names":[],"sources":["../../src/actions/create-contact.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAqBU;AAAA,cAKvC,0BAAA,EAA4B,CAAA,CAAE,UAsBU;AAAA,cAExC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-contact.ts
|
|
4
|
+
const ReplyIoCreateContactInput = z.object({
|
|
5
|
+
city: z.string().describe("City").optional(),
|
|
6
|
+
email: z.string().describe("Email address of the contact").optional(),
|
|
7
|
+
notes: z.string().describe("Additional notes about the contact").optional(),
|
|
8
|
+
phone: z.string().describe("Phone number of the contact").optional(),
|
|
9
|
+
state: z.string().describe("State or province").optional(),
|
|
10
|
+
title: z.string().describe("Job title").optional(),
|
|
11
|
+
company: z.string().describe("Company name").optional(),
|
|
12
|
+
country: z.string().describe("Country").optional(),
|
|
13
|
+
industry: z.string().describe("Industry sector").optional(),
|
|
14
|
+
lastName: z.string().describe("Last name of the contact").optional(),
|
|
15
|
+
timeZone: z.string().describe("Timezone identifier").optional(),
|
|
16
|
+
firstName: z.string().describe("First name of the contact (required)"),
|
|
17
|
+
companySize: z.string().describe("Company size range").optional(),
|
|
18
|
+
customFields: z.array(z.object({
|
|
19
|
+
key: z.string().describe("Custom field key"),
|
|
20
|
+
value: z.string().describe("Custom field value")
|
|
21
|
+
}).describe("User-defined custom field for a contact.")).describe("List of custom fields with key-value pairs").optional(),
|
|
22
|
+
linkedInProfile: z.string().describe("LinkedIn profile URL").optional(),
|
|
23
|
+
linkedInRecruiter: z.string().describe("LinkedIn Recruiter URL").optional(),
|
|
24
|
+
linkedInSalesNavigator: z.string().describe("LinkedIn Sales Navigator URL").optional()
|
|
25
|
+
}).describe("Request model for creating a contact.");
|
|
26
|
+
const ReplyIoCreateContact_CustomFieldSchema = z.object({
|
|
27
|
+
key: z.string().describe("Custom field key"),
|
|
28
|
+
value: z.string().describe("Custom field value")
|
|
29
|
+
}).describe("User-defined custom field for a contact.");
|
|
30
|
+
const replyIoCreateContact = action("REPLY_IO_CREATE_CONTACT", {
|
|
31
|
+
slug: "reply_io-create-contact",
|
|
32
|
+
name: "Create Contact",
|
|
33
|
+
description: "Tool to create a new contact in Reply.io. Use when adding contacts to your outreach database.",
|
|
34
|
+
input: ReplyIoCreateContactInput,
|
|
35
|
+
output: z.object({
|
|
36
|
+
id: z.number().int().describe("Unique contact ID"),
|
|
37
|
+
city: z.string().describe("City").nullable().optional(),
|
|
38
|
+
email: z.string().describe("Email address").nullable().optional(),
|
|
39
|
+
notes: z.string().describe("Additional notes").nullable().optional(),
|
|
40
|
+
phone: z.string().describe("Phone number").nullable().optional(),
|
|
41
|
+
state: z.string().describe("State or province").nullable().optional(),
|
|
42
|
+
title: z.string().describe("Job title").nullable().optional(),
|
|
43
|
+
domain: z.string().describe("Email domain (read-only, derived from email)").nullable().optional(),
|
|
44
|
+
company: z.string().describe("Company name").nullable().optional(),
|
|
45
|
+
country: z.string().describe("Country").nullable().optional(),
|
|
46
|
+
industry: z.string().describe("Industry sector").nullable().optional(),
|
|
47
|
+
lastName: z.string().describe("Last name of the contact").nullable().optional(),
|
|
48
|
+
timeZone: z.string().describe("Timezone identifier").nullable().optional(),
|
|
49
|
+
firstName: z.string().describe("First name of the contact"),
|
|
50
|
+
addingDate: z.string().describe("Creation timestamp (read-only, ISO 8601 format)").nullable().optional(),
|
|
51
|
+
companySize: z.union([z.string(), z.number().int()]).nullable().optional(),
|
|
52
|
+
phoneStatus: z.string().describe("Phone validation status").nullable().optional(),
|
|
53
|
+
customFields: z.array(ReplyIoCreateContact_CustomFieldSchema).describe("List of custom fields").nullable().optional(),
|
|
54
|
+
linkedInProfile: z.string().describe("LinkedIn profile URL").nullable().optional(),
|
|
55
|
+
linkedInRecruiter: z.string().describe("LinkedIn Recruiter URL").nullable().optional(),
|
|
56
|
+
linkedInSalesNavigator: z.string().describe("LinkedIn Sales Navigator URL").nullable().optional()
|
|
57
|
+
}).describe("Response model for creating a contact.")
|
|
58
|
+
});
|
|
59
|
+
//#endregion
|
|
60
|
+
export { replyIoCreateContact };
|
|
61
|
+
|
|
62
|
+
//# sourceMappingURL=create-contact.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-contact.mjs","names":[],"sources":["../../src/actions/create-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoCreateContactInput: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City\").optional(),\n email: z.string().describe(\"Email address of the contact\").optional(),\n notes: z.string().describe(\"Additional notes about the contact\").optional(),\n phone: z.string().describe(\"Phone number of the contact\").optional(),\n state: z.string().describe(\"State or province\").optional(),\n title: z.string().describe(\"Job title\").optional(),\n company: z.string().describe(\"Company name\").optional(),\n country: z.string().describe(\"Country\").optional(),\n industry: z.string().describe(\"Industry sector\").optional(),\n lastName: z.string().describe(\"Last name of the contact\").optional(),\n timeZone: z.string().describe(\"Timezone identifier\").optional(),\n firstName: z.string().describe(\"First name of the contact (required)\"),\n companySize: z.string().describe(\"Company size range\").optional(),\n customFields: z.array(z.object({\n key: z.string().describe(\"Custom field key\"),\n value: z.string().describe(\"Custom field value\"),\n}).describe(\"User-defined custom field for a contact.\")).describe(\"List of custom fields with key-value pairs\").optional(),\n linkedInProfile: z.string().describe(\"LinkedIn profile URL\").optional(),\n linkedInRecruiter: z.string().describe(\"LinkedIn Recruiter URL\").optional(),\n linkedInSalesNavigator: z.string().describe(\"LinkedIn Sales Navigator URL\").optional(),\n}).describe(\"Request model for creating a contact.\");\nconst ReplyIoCreateContact_CustomFieldSchema: z.ZodTypeAny = z.object({\n key: z.string().describe(\"Custom field key\"),\n value: z.string().describe(\"Custom field value\"),\n}).describe(\"User-defined custom field for a contact.\");\nexport const ReplyIoCreateContactOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique contact ID\"),\n city: z.string().describe(\"City\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n notes: z.string().describe(\"Additional notes\").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 (read-only, derived from email)\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n industry: z.string().describe(\"Industry sector\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the contact\").nullable().optional(),\n timeZone: z.string().describe(\"Timezone identifier\").nullable().optional(),\n firstName: z.string().describe(\"First name of the contact\"),\n addingDate: z.string().describe(\"Creation timestamp (read-only, ISO 8601 format)\").nullable().optional(),\n companySize: z.union([z.string(), z.number().int()]).nullable().optional(),\n phoneStatus: z.string().describe(\"Phone validation status\").nullable().optional(),\n customFields: z.array(ReplyIoCreateContact_CustomFieldSchema).describe(\"List of 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(\"Response model for creating a contact.\");\n\nexport const replyIoCreateContact = action(\"REPLY_IO_CREATE_CONTACT\", {\n slug: \"reply_io-create-contact\",\n name: \"Create Contact\",\n description: \"Tool to create a new contact in Reply.io. Use when adding contacts to your outreach database.\",\n input: ReplyIoCreateContactInput,\n output: ReplyIoCreateContactOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-sequence-step.ts
|
|
4
|
+
const ReplyIoCreateSequenceStepInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Required for Zapier steps. Name of the Zapier action.").optional(),
|
|
6
|
+
type: zod.z.enum([
|
|
7
|
+
"Email",
|
|
8
|
+
"Call",
|
|
9
|
+
"Task",
|
|
10
|
+
"SMS",
|
|
11
|
+
"WhatsApp",
|
|
12
|
+
"LinkedIn",
|
|
13
|
+
"Condition",
|
|
14
|
+
"Zapier"
|
|
15
|
+
]).describe("Type of sequence step to create"),
|
|
16
|
+
action: zod.z.string().describe("Required for Zapier steps. Zapier action identifier.").optional(),
|
|
17
|
+
message: zod.z.string().describe("Optional for Call steps (notes/script). Required for SMS and WhatsApp steps.").optional(),
|
|
18
|
+
templates: zod.z.array(zod.z.object({
|
|
19
|
+
body: zod.z.string().describe("Email body content (supports HTML and template variables)"),
|
|
20
|
+
subject: zod.z.string().describe("Email subject line"),
|
|
21
|
+
templateId: zod.z.number().int().describe("Optional template ID to use instead of inline content").optional()
|
|
22
|
+
}).describe("Email template for Email steps.")).describe("Required for Email steps. Array of email templates with subject and body.").optional(),
|
|
23
|
+
actionType: zod.z.union([
|
|
24
|
+
zod.z.enum(["ToDo", "Meeting"]).describe("Action types for Task steps."),
|
|
25
|
+
zod.z.enum([
|
|
26
|
+
"Message",
|
|
27
|
+
"Connect",
|
|
28
|
+
"InMail",
|
|
29
|
+
"ViewProfile",
|
|
30
|
+
"EndorseSkills",
|
|
31
|
+
"VoiceMessage",
|
|
32
|
+
"LikeRecentPosts",
|
|
33
|
+
"FollowProfile"
|
|
34
|
+
]).describe("LinkedIn action subtypes."),
|
|
35
|
+
zod.z.string()
|
|
36
|
+
]).optional(),
|
|
37
|
+
conditions: zod.z.array(zod.z.object({
|
|
38
|
+
value: zod.z.union([
|
|
39
|
+
zod.z.string(),
|
|
40
|
+
zod.z.number().int(),
|
|
41
|
+
zod.z.boolean(),
|
|
42
|
+
zod.z.number()
|
|
43
|
+
]),
|
|
44
|
+
operator: zod.z.string().describe("Comparison operator (e.g., 'equals', 'contains')"),
|
|
45
|
+
property: zod.z.string().describe("Property to evaluate (e.g., 'emailOpened', 'linkClicked')")
|
|
46
|
+
}).describe("Condition rule object.")).describe("Required for Condition steps. Array of condition rules to evaluate.").optional(),
|
|
47
|
+
inmailBody: zod.z.string().describe("Message body for LinkedIn InMail steps.").optional(),
|
|
48
|
+
description: zod.z.string().describe("Required for Task steps. Task instructions or description.").optional(),
|
|
49
|
+
sequence_id: zod.z.number().int().describe("Sequence ID to add the step to; must be an integer ≥ 1"),
|
|
50
|
+
executionMode: zod.z.enum(["Automatic", "Manual"]).describe("Execution mode for automated steps.").optional(),
|
|
51
|
+
inmailSubject: zod.z.string().describe("Subject line for LinkedIn InMail steps.").optional(),
|
|
52
|
+
waitInMinutes: zod.z.number().int().describe("Required for Condition steps. How long to wait for condition to be met.").optional(),
|
|
53
|
+
connectionNote: zod.z.string().describe("Connection note for LinkedIn Connect steps.").optional(),
|
|
54
|
+
delayInMinutes: zod.z.number().int().describe("Delay in minutes before executing this step after the previous step"),
|
|
55
|
+
linkedinMessage: zod.z.string().describe("Message content for LinkedIn Message steps.").optional()
|
|
56
|
+
}).describe("Request model for creating a new step in a sequence.");
|
|
57
|
+
const ReplyIoCreateSequenceStep_CreatedStepSchema = zod.z.object({
|
|
58
|
+
id: zod.z.number().int().describe("Unique step ID"),
|
|
59
|
+
type: zod.z.string().describe("Step type"),
|
|
60
|
+
position: zod.z.number().int().describe("Step position in sequence").nullable().optional(),
|
|
61
|
+
delayInMinutes: zod.z.number().int().describe("Delay before execution")
|
|
62
|
+
}).describe("Created step information.");
|
|
63
|
+
const ReplyIoCreateSequenceStepOutput = zod.z.object({ steps: zod.z.array(ReplyIoCreateSequenceStep_CreatedStepSchema).describe("Array of created step objects with their IDs and details") }).describe("Response model for creating a sequence step.");
|
|
64
|
+
const replyIoCreateSequenceStep = require_action.action("REPLY_IO_CREATE_SEQUENCE_STEP", {
|
|
65
|
+
slug: "reply_io-create-sequence-step",
|
|
66
|
+
name: "Create Sequence Step",
|
|
67
|
+
description: "Tool to add a new step to an existing sequence. Use when you need to build or modify sequence workflows with Email, Call, Task, SMS, WhatsApp, LinkedIn, Condition, or Zapier steps.",
|
|
68
|
+
input: ReplyIoCreateSequenceStepInput,
|
|
69
|
+
output: ReplyIoCreateSequenceStepOutput
|
|
70
|
+
});
|
|
71
|
+
//#endregion
|
|
72
|
+
exports.replyIoCreateSequenceStep = replyIoCreateSequenceStep;
|
|
73
|
+
|
|
74
|
+
//# sourceMappingURL=create-sequence-step.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sequence-step.cjs","names":["z","action"],"sources":["../../src/actions/create-sequence-step.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoCreateSequenceStepInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Required for Zapier steps. Name of the Zapier action.\").optional(),\n type: z.enum([\"Email\", \"Call\", \"Task\", \"SMS\", \"WhatsApp\", \"LinkedIn\", \"Condition\", \"Zapier\"]).describe(\"Type of sequence step to create\"),\n action: z.string().describe(\"Required for Zapier steps. Zapier action identifier.\").optional(),\n message: z.string().describe(\"Optional for Call steps (notes/script). Required for SMS and WhatsApp steps.\").optional(),\n templates: z.array(z.object({\n body: z.string().describe(\"Email body content (supports HTML and template variables)\"),\n subject: z.string().describe(\"Email subject line\"),\n templateId: z.number().int().describe(\"Optional template ID to use instead of inline content\").optional(),\n}).describe(\"Email template for Email steps.\")).describe(\"Required for Email steps. Array of email templates with subject and body.\").optional(),\n actionType: z.union([z.enum([\"ToDo\", \"Meeting\"]).describe(\"Action types for Task steps.\"), z.enum([\"Message\", \"Connect\", \"InMail\", \"ViewProfile\", \"EndorseSkills\", \"VoiceMessage\", \"LikeRecentPosts\", \"FollowProfile\"]).describe(\"LinkedIn action subtypes.\"), z.string()]).optional(),\n conditions: z.array(z.object({\n value: z.union([z.string(), z.number().int(), z.boolean(), z.number()]),\n operator: z.string().describe(\"Comparison operator (e.g., 'equals', 'contains')\"),\n property: z.string().describe(\"Property to evaluate (e.g., 'emailOpened', 'linkClicked')\"),\n}).describe(\"Condition rule object.\")).describe(\"Required for Condition steps. Array of condition rules to evaluate.\").optional(),\n inmailBody: z.string().describe(\"Message body for LinkedIn InMail steps.\").optional(),\n description: z.string().describe(\"Required for Task steps. Task instructions or description.\").optional(),\n sequence_id: z.number().int().describe(\"Sequence ID to add the step to; must be an integer ≥ 1\"),\n executionMode: z.enum([\"Automatic\", \"Manual\"]).describe(\"Execution mode for automated steps.\").optional(),\n inmailSubject: z.string().describe(\"Subject line for LinkedIn InMail steps.\").optional(),\n waitInMinutes: z.number().int().describe(\"Required for Condition steps. How long to wait for condition to be met.\").optional(),\n connectionNote: z.string().describe(\"Connection note for LinkedIn Connect steps.\").optional(),\n delayInMinutes: z.number().int().describe(\"Delay in minutes before executing this step after the previous step\"),\n linkedinMessage: z.string().describe(\"Message content for LinkedIn Message steps.\").optional(),\n}).describe(\"Request model for creating a new step in a sequence.\");\nconst ReplyIoCreateSequenceStep_CreatedStepSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique step ID\"),\n type: z.string().describe(\"Step type\"),\n position: z.number().int().describe(\"Step position in sequence\").nullable().optional(),\n delayInMinutes: z.number().int().describe(\"Delay before execution\"),\n}).describe(\"Created step information.\");\nexport const ReplyIoCreateSequenceStepOutput: z.ZodTypeAny = z.object({\n steps: z.array(ReplyIoCreateSequenceStep_CreatedStepSchema).describe(\"Array of created step objects with their IDs and details\"),\n}).describe(\"Response model for creating a sequence step.\");\n\nexport const replyIoCreateSequenceStep = action(\"REPLY_IO_CREATE_SEQUENCE_STEP\", {\n slug: \"reply_io-create-sequence-step\",\n name: \"Create Sequence Step\",\n description: \"Tool to add a new step to an existing sequence. Use when you need to build or modify sequence workflows with Email, Call, Task, SMS, WhatsApp, LinkedIn, Condition, or Zapier steps.\",\n input: ReplyIoCreateSequenceStepInput,\n output: ReplyIoCreateSequenceStepOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAC5F,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAQ;EAAQ;EAAO;EAAY;EAAY;EAAa;CAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC;CACxI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC7F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACtH,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC5B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACrF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EACjD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAC1G,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CAC7I,YAAYA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,KAAK,CAAC,QAAQ,SAAS,CAAC,CAAC,CAAC,SAAS,8BAA8B;EAAGA,IAAAA,EAAE,KAAK;GAAC;GAAW;GAAW;GAAU;GAAe;GAAiB;GAAgB;GAAmB;EAAe,CAAC,CAAC,CAAC,SAAS,2BAA2B;EAAGA,IAAAA,EAAE,OAAO;CAAC,CAAC,CAAC,CAAC,SAAS;CACrR,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC7B,OAAOA,IAAAA,EAAE,MAAM;GAACA,IAAAA,EAAE,OAAO;GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;GAAGA,IAAAA,EAAE,QAAQ;GAAGA,IAAAA,EAAE,OAAO;EAAC,CAAC;EACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC9H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;CAC/F,eAAeA,IAAAA,EAAE,KAAK,CAAC,aAAa,QAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACxG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACvF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CAC7H,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC5F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE;CAC/G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gBAAgB;CAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW;CACrC,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;AACpE,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACvC,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,OAAOA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,0DAA0D,EACjI,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,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/create-sequence-step.d.ts
|
|
4
|
+
declare const ReplyIoCreateSequenceStepInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoCreateSequenceStepOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoCreateSequenceStep: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoCreateSequenceStep };
|
|
9
|
+
//# sourceMappingURL=create-sequence-step.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sequence-step.d.cts","names":[],"sources":["../../src/actions/create-sequence-step.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAyBoB;AAAA,cAOtD,+BAAA,EAAiC,CAAA,CAAE,UAEW;AAAA,cAE9C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-sequence-step.d.ts
|
|
4
|
+
declare const ReplyIoCreateSequenceStepInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoCreateSequenceStepOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoCreateSequenceStep: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoCreateSequenceStep };
|
|
9
|
+
//# sourceMappingURL=create-sequence-step.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sequence-step.d.mts","names":[],"sources":["../../src/actions/create-sequence-step.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAyBoB;AAAA,cAOtD,+BAAA,EAAiC,CAAA,CAAE,UAEW;AAAA,cAE9C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-sequence-step.ts
|
|
4
|
+
const ReplyIoCreateSequenceStepInput = z.object({
|
|
5
|
+
name: z.string().describe("Required for Zapier steps. Name of the Zapier action.").optional(),
|
|
6
|
+
type: z.enum([
|
|
7
|
+
"Email",
|
|
8
|
+
"Call",
|
|
9
|
+
"Task",
|
|
10
|
+
"SMS",
|
|
11
|
+
"WhatsApp",
|
|
12
|
+
"LinkedIn",
|
|
13
|
+
"Condition",
|
|
14
|
+
"Zapier"
|
|
15
|
+
]).describe("Type of sequence step to create"),
|
|
16
|
+
action: z.string().describe("Required for Zapier steps. Zapier action identifier.").optional(),
|
|
17
|
+
message: z.string().describe("Optional for Call steps (notes/script). Required for SMS and WhatsApp steps.").optional(),
|
|
18
|
+
templates: z.array(z.object({
|
|
19
|
+
body: z.string().describe("Email body content (supports HTML and template variables)"),
|
|
20
|
+
subject: z.string().describe("Email subject line"),
|
|
21
|
+
templateId: z.number().int().describe("Optional template ID to use instead of inline content").optional()
|
|
22
|
+
}).describe("Email template for Email steps.")).describe("Required for Email steps. Array of email templates with subject and body.").optional(),
|
|
23
|
+
actionType: z.union([
|
|
24
|
+
z.enum(["ToDo", "Meeting"]).describe("Action types for Task steps."),
|
|
25
|
+
z.enum([
|
|
26
|
+
"Message",
|
|
27
|
+
"Connect",
|
|
28
|
+
"InMail",
|
|
29
|
+
"ViewProfile",
|
|
30
|
+
"EndorseSkills",
|
|
31
|
+
"VoiceMessage",
|
|
32
|
+
"LikeRecentPosts",
|
|
33
|
+
"FollowProfile"
|
|
34
|
+
]).describe("LinkedIn action subtypes."),
|
|
35
|
+
z.string()
|
|
36
|
+
]).optional(),
|
|
37
|
+
conditions: z.array(z.object({
|
|
38
|
+
value: z.union([
|
|
39
|
+
z.string(),
|
|
40
|
+
z.number().int(),
|
|
41
|
+
z.boolean(),
|
|
42
|
+
z.number()
|
|
43
|
+
]),
|
|
44
|
+
operator: z.string().describe("Comparison operator (e.g., 'equals', 'contains')"),
|
|
45
|
+
property: z.string().describe("Property to evaluate (e.g., 'emailOpened', 'linkClicked')")
|
|
46
|
+
}).describe("Condition rule object.")).describe("Required for Condition steps. Array of condition rules to evaluate.").optional(),
|
|
47
|
+
inmailBody: z.string().describe("Message body for LinkedIn InMail steps.").optional(),
|
|
48
|
+
description: z.string().describe("Required for Task steps. Task instructions or description.").optional(),
|
|
49
|
+
sequence_id: z.number().int().describe("Sequence ID to add the step to; must be an integer ≥ 1"),
|
|
50
|
+
executionMode: z.enum(["Automatic", "Manual"]).describe("Execution mode for automated steps.").optional(),
|
|
51
|
+
inmailSubject: z.string().describe("Subject line for LinkedIn InMail steps.").optional(),
|
|
52
|
+
waitInMinutes: z.number().int().describe("Required for Condition steps. How long to wait for condition to be met.").optional(),
|
|
53
|
+
connectionNote: z.string().describe("Connection note for LinkedIn Connect steps.").optional(),
|
|
54
|
+
delayInMinutes: z.number().int().describe("Delay in minutes before executing this step after the previous step"),
|
|
55
|
+
linkedinMessage: z.string().describe("Message content for LinkedIn Message steps.").optional()
|
|
56
|
+
}).describe("Request model for creating a new step in a sequence.");
|
|
57
|
+
const ReplyIoCreateSequenceStep_CreatedStepSchema = z.object({
|
|
58
|
+
id: z.number().int().describe("Unique step ID"),
|
|
59
|
+
type: z.string().describe("Step type"),
|
|
60
|
+
position: z.number().int().describe("Step position in sequence").nullable().optional(),
|
|
61
|
+
delayInMinutes: z.number().int().describe("Delay before execution")
|
|
62
|
+
}).describe("Created step information.");
|
|
63
|
+
const replyIoCreateSequenceStep = action("REPLY_IO_CREATE_SEQUENCE_STEP", {
|
|
64
|
+
slug: "reply_io-create-sequence-step",
|
|
65
|
+
name: "Create Sequence Step",
|
|
66
|
+
description: "Tool to add a new step to an existing sequence. Use when you need to build or modify sequence workflows with Email, Call, Task, SMS, WhatsApp, LinkedIn, Condition, or Zapier steps.",
|
|
67
|
+
input: ReplyIoCreateSequenceStepInput,
|
|
68
|
+
output: z.object({ steps: z.array(ReplyIoCreateSequenceStep_CreatedStepSchema).describe("Array of created step objects with their IDs and details") }).describe("Response model for creating a sequence step.")
|
|
69
|
+
});
|
|
70
|
+
//#endregion
|
|
71
|
+
export { replyIoCreateSequenceStep };
|
|
72
|
+
|
|
73
|
+
//# sourceMappingURL=create-sequence-step.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sequence-step.mjs","names":[],"sources":["../../src/actions/create-sequence-step.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoCreateSequenceStepInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Required for Zapier steps. Name of the Zapier action.\").optional(),\n type: z.enum([\"Email\", \"Call\", \"Task\", \"SMS\", \"WhatsApp\", \"LinkedIn\", \"Condition\", \"Zapier\"]).describe(\"Type of sequence step to create\"),\n action: z.string().describe(\"Required for Zapier steps. Zapier action identifier.\").optional(),\n message: z.string().describe(\"Optional for Call steps (notes/script). Required for SMS and WhatsApp steps.\").optional(),\n templates: z.array(z.object({\n body: z.string().describe(\"Email body content (supports HTML and template variables)\"),\n subject: z.string().describe(\"Email subject line\"),\n templateId: z.number().int().describe(\"Optional template ID to use instead of inline content\").optional(),\n}).describe(\"Email template for Email steps.\")).describe(\"Required for Email steps. Array of email templates with subject and body.\").optional(),\n actionType: z.union([z.enum([\"ToDo\", \"Meeting\"]).describe(\"Action types for Task steps.\"), z.enum([\"Message\", \"Connect\", \"InMail\", \"ViewProfile\", \"EndorseSkills\", \"VoiceMessage\", \"LikeRecentPosts\", \"FollowProfile\"]).describe(\"LinkedIn action subtypes.\"), z.string()]).optional(),\n conditions: z.array(z.object({\n value: z.union([z.string(), z.number().int(), z.boolean(), z.number()]),\n operator: z.string().describe(\"Comparison operator (e.g., 'equals', 'contains')\"),\n property: z.string().describe(\"Property to evaluate (e.g., 'emailOpened', 'linkClicked')\"),\n}).describe(\"Condition rule object.\")).describe(\"Required for Condition steps. Array of condition rules to evaluate.\").optional(),\n inmailBody: z.string().describe(\"Message body for LinkedIn InMail steps.\").optional(),\n description: z.string().describe(\"Required for Task steps. Task instructions or description.\").optional(),\n sequence_id: z.number().int().describe(\"Sequence ID to add the step to; must be an integer ≥ 1\"),\n executionMode: z.enum([\"Automatic\", \"Manual\"]).describe(\"Execution mode for automated steps.\").optional(),\n inmailSubject: z.string().describe(\"Subject line for LinkedIn InMail steps.\").optional(),\n waitInMinutes: z.number().int().describe(\"Required for Condition steps. How long to wait for condition to be met.\").optional(),\n connectionNote: z.string().describe(\"Connection note for LinkedIn Connect steps.\").optional(),\n delayInMinutes: z.number().int().describe(\"Delay in minutes before executing this step after the previous step\"),\n linkedinMessage: z.string().describe(\"Message content for LinkedIn Message steps.\").optional(),\n}).describe(\"Request model for creating a new step in a sequence.\");\nconst ReplyIoCreateSequenceStep_CreatedStepSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique step ID\"),\n type: z.string().describe(\"Step type\"),\n position: z.number().int().describe(\"Step position in sequence\").nullable().optional(),\n delayInMinutes: z.number().int().describe(\"Delay before execution\"),\n}).describe(\"Created step information.\");\nexport const ReplyIoCreateSequenceStepOutput: z.ZodTypeAny = z.object({\n steps: z.array(ReplyIoCreateSequenceStep_CreatedStepSchema).describe(\"Array of created step objects with their IDs and details\"),\n}).describe(\"Response model for creating a sequence step.\");\n\nexport const replyIoCreateSequenceStep = action(\"REPLY_IO_CREATE_SEQUENCE_STEP\", {\n slug: \"reply_io-create-sequence-step\",\n name: \"Create Sequence Step\",\n description: \"Tool to add a new step to an existing sequence. Use when you need to build or modify sequence workflows with Email, Call, Task, SMS, WhatsApp, LinkedIn, Condition, or Zapier steps.\",\n input: ReplyIoCreateSequenceStepInput,\n output: ReplyIoCreateSequenceStepOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-contact.ts
|
|
4
|
+
const ReplyIoDeleteContactInput = zod.z.object({ id: zod.z.number().int().describe("Contact ID to delete; must be a positive integer") }).describe("Request model for deleting a contact.");
|
|
5
|
+
const ReplyIoDeleteContactOutput = zod.z.object({}).describe("Empty response model indicating successful deletion (HTTP 204 No Content).");
|
|
6
|
+
const replyIoDeleteContact = require_action.action("REPLY_IO_DELETE_CONTACT", {
|
|
7
|
+
slug: "reply_io-delete-contact",
|
|
8
|
+
name: "Delete Contact",
|
|
9
|
+
description: "Tool to delete a contact. Use after confirming the contact exists to remove it permanently.",
|
|
10
|
+
input: ReplyIoDeleteContactInput,
|
|
11
|
+
output: ReplyIoDeleteContactOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.replyIoDeleteContact = replyIoDeleteContact;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-contact.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoDeleteContactInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Contact ID to delete; must be a positive integer\"),\n}).describe(\"Request model for deleting a contact.\");\nexport const ReplyIoDeleteContactOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model indicating successful deletion (HTTP 204 No Content).\");\n\nexport const replyIoDeleteContact = action(\"REPLY_IO_DELETE_CONTACT\", {\n slug: \"reply_io-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to delete a contact. Use after confirming the contact exists to remove it permanently.\",\n input: ReplyIoDeleteContactInput,\n output: ReplyIoDeleteContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAClF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAE1J,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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/delete-contact.d.ts
|
|
4
|
+
declare const ReplyIoDeleteContactInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoDeleteContactOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoDeleteContact };
|
|
9
|
+
//# sourceMappingURL=delete-contact.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-contact.d.cts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEU;AAAA,cACvC,0BAAA,EAA4B,CAAA,CAAE,UAAgH;AAAA,cAE9I,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-contact.d.ts
|
|
4
|
+
declare const ReplyIoDeleteContactInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoDeleteContactOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoDeleteContact };
|
|
9
|
+
//# sourceMappingURL=delete-contact.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-contact.d.mts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEU;AAAA,cACvC,0BAAA,EAA4B,CAAA,CAAE,UAAgH;AAAA,cAE9I,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const replyIoDeleteContact = action("REPLY_IO_DELETE_CONTACT", {
|
|
4
|
+
slug: "reply_io-delete-contact",
|
|
5
|
+
name: "Delete Contact",
|
|
6
|
+
description: "Tool to delete a contact. Use after confirming the contact exists to remove it permanently.",
|
|
7
|
+
input: z.object({ id: z.number().int().describe("Contact ID to delete; must be a positive integer") }).describe("Request model for deleting a contact."),
|
|
8
|
+
output: z.object({}).describe("Empty response model indicating successful deletion (HTTP 204 No Content).")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { replyIoDeleteContact };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=delete-contact.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-contact.mjs","names":[],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoDeleteContactInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Contact ID to delete; must be a positive integer\"),\n}).describe(\"Request model for deleting a contact.\");\nexport const ReplyIoDeleteContactOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model indicating successful deletion (HTTP 204 No Content).\");\n\nexport const replyIoDeleteContact = action(\"REPLY_IO_DELETE_CONTACT\", {\n slug: \"reply_io-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to delete a contact. Use after confirming the contact exists to remove it permanently.\",\n input: ReplyIoDeleteContactInput,\n output: ReplyIoDeleteContactOutput,\n});\n"],"mappings":";;AASA,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATqD,EAAE,OAAO,EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAClF,CAAC,CAAC,CAAC,SAAS,uCAOH;CACP,QAPsD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAOpE;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-email-account.ts
|
|
4
|
+
const ReplyIoDeleteEmailAccountInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the email account to delete") }).describe("Request schema for DELETE_EMAIL_ACCOUNT.");
|
|
5
|
+
const ReplyIoDeleteEmailAccountOutput = zod.z.object({}).describe("Response schema for DELETE_EMAIL_ACCOUNT. Empty model for 204 No Content.");
|
|
6
|
+
const replyIoDeleteEmailAccount = require_action.action("REPLY_IO_DELETE_EMAIL_ACCOUNT", {
|
|
7
|
+
slug: "reply_io-delete-email-account",
|
|
8
|
+
name: "Delete Email Account",
|
|
9
|
+
description: "Tool to delete a specific email account. Use when you need to remove an existing email account identified by its ID.",
|
|
10
|
+
input: ReplyIoDeleteEmailAccountInput,
|
|
11
|
+
output: ReplyIoDeleteEmailAccountOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.replyIoDeleteEmailAccount = replyIoDeleteEmailAccount;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-email-account.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-email-account.cjs","names":["z","action"],"sources":["../../src/actions/delete-email-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoDeleteEmailAccountInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the email account to delete\"),\n}).describe(\"Request schema for DELETE_EMAIL_ACCOUNT.\");\nexport const ReplyIoDeleteEmailAccountOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for DELETE_EMAIL_ACCOUNT. Empty model for 204 No Content.\");\n\nexport const replyIoDeleteEmailAccount = action(\"REPLY_IO_DELETE_EMAIL_ACCOUNT\", {\n slug: \"reply_io-delete-email-account\",\n name: \"Delete Email Account\",\n description: \"Tool to delete a specific email account. Use when you need to remove an existing email account identified by its ID.\",\n input: ReplyIoDeleteEmailAccountInput,\n output: ReplyIoDeleteEmailAccountOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAChF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAA2E;AAE9J,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/delete-email-account.d.ts
|
|
4
|
+
declare const ReplyIoDeleteEmailAccountInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoDeleteEmailAccountOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoDeleteEmailAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoDeleteEmailAccount };
|
|
9
|
+
//# sourceMappingURL=delete-email-account.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-email-account.d.cts","names":[],"sources":["../../src/actions/delete-email-account.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEQ;AAAA,cAC1C,+BAAA,EAAiC,CAAA,CAAE,UAA+G;AAAA,cAElJ,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-email-account.d.ts
|
|
4
|
+
declare const ReplyIoDeleteEmailAccountInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoDeleteEmailAccountOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoDeleteEmailAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoDeleteEmailAccount };
|
|
9
|
+
//# sourceMappingURL=delete-email-account.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-email-account.d.mts","names":[],"sources":["../../src/actions/delete-email-account.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEQ;AAAA,cAC1C,+BAAA,EAAiC,CAAA,CAAE,UAA+G;AAAA,cAElJ,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const replyIoDeleteEmailAccount = action("REPLY_IO_DELETE_EMAIL_ACCOUNT", {
|
|
4
|
+
slug: "reply_io-delete-email-account",
|
|
5
|
+
name: "Delete Email Account",
|
|
6
|
+
description: "Tool to delete a specific email account. Use when you need to remove an existing email account identified by its ID.",
|
|
7
|
+
input: z.object({ id: z.string().describe("The unique identifier of the email account to delete") }).describe("Request schema for DELETE_EMAIL_ACCOUNT."),
|
|
8
|
+
output: z.object({}).describe("Response schema for DELETE_EMAIL_ACCOUNT. Empty model for 204 No Content.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { replyIoDeleteEmailAccount };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=delete-email-account.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-email-account.mjs","names":[],"sources":["../../src/actions/delete-email-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoDeleteEmailAccountInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the email account to delete\"),\n}).describe(\"Request schema for DELETE_EMAIL_ACCOUNT.\");\nexport const ReplyIoDeleteEmailAccountOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for DELETE_EMAIL_ACCOUNT. Empty model for 204 No Content.\");\n\nexport const replyIoDeleteEmailAccount = action(\"REPLY_IO_DELETE_EMAIL_ACCOUNT\", {\n slug: \"reply_io-delete-email-account\",\n name: \"Delete Email Account\",\n description: \"Tool to delete a specific email account. Use when you need to remove an existing email account identified by its ID.\",\n input: ReplyIoDeleteEmailAccountInput,\n output: ReplyIoDeleteEmailAccountOutput,\n});\n"],"mappings":";;AASA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT0D,EAAE,OAAO,EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAChF,CAAC,CAAC,CAAC,SAAS,0CAOH;CACP,QAP2D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAOzE;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-schedule.ts
|
|
4
|
+
const ReplyIoDeleteScheduleInput = zod.z.object({ id: zod.z.string().describe("Schedule ID to delete; the unique identifier for the schedule") }).describe("Request model for deleting a schedule.");
|
|
5
|
+
const ReplyIoDeleteScheduleOutput = zod.z.object({}).describe("Empty response model indicating successful deletion (HTTP 204 No Content).");
|
|
6
|
+
const replyIoDeleteSchedule = require_action.action("REPLY_IO_DELETE_SCHEDULE", {
|
|
7
|
+
slug: "reply_io-delete-schedule",
|
|
8
|
+
name: "Delete Schedule",
|
|
9
|
+
description: "Tool to delete a schedule. Use after confirming the schedule exists to remove it permanently.",
|
|
10
|
+
input: ReplyIoDeleteScheduleInput,
|
|
11
|
+
output: ReplyIoDeleteScheduleOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.replyIoDeleteSchedule = replyIoDeleteSchedule;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-schedule.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-schedule.cjs","names":["z","action"],"sources":["../../src/actions/delete-schedule.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoDeleteScheduleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Schedule ID to delete; the unique identifier for the schedule\"),\n}).describe(\"Request model for deleting a schedule.\");\nexport const ReplyIoDeleteScheduleOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model indicating successful deletion (HTTP 204 No Content).\");\n\nexport const replyIoDeleteSchedule = action(\"REPLY_IO_DELETE_SCHEDULE\", {\n slug: \"reply_io-delete-schedule\",\n name: \"Delete Schedule\",\n description: \"Tool to delete a schedule. Use after confirming the schedule exists to remove it permanently.\",\n input: ReplyIoDeleteScheduleInput,\n output: ReplyIoDeleteScheduleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACzF,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAE3J,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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/delete-schedule.d.ts
|
|
4
|
+
declare const ReplyIoDeleteScheduleInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoDeleteScheduleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoDeleteSchedule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoDeleteSchedule };
|
|
9
|
+
//# sourceMappingURL=delete-schedule.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-schedule.d.cts","names":[],"sources":["../../src/actions/delete-schedule.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEU;AAAA,cACxC,2BAAA,EAA6B,CAAA,CAAE,UAAgH;AAAA,cAE/I,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-schedule.d.ts
|
|
4
|
+
declare const ReplyIoDeleteScheduleInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoDeleteScheduleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoDeleteSchedule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoDeleteSchedule };
|
|
9
|
+
//# sourceMappingURL=delete-schedule.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-schedule.d.mts","names":[],"sources":["../../src/actions/delete-schedule.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEU;AAAA,cACxC,2BAAA,EAA6B,CAAA,CAAE,UAAgH;AAAA,cAE/I,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const replyIoDeleteSchedule = action("REPLY_IO_DELETE_SCHEDULE", {
|
|
4
|
+
slug: "reply_io-delete-schedule",
|
|
5
|
+
name: "Delete Schedule",
|
|
6
|
+
description: "Tool to delete a schedule. Use after confirming the schedule exists to remove it permanently.",
|
|
7
|
+
input: z.object({ id: z.string().describe("Schedule ID to delete; the unique identifier for the schedule") }).describe("Request model for deleting a schedule."),
|
|
8
|
+
output: z.object({}).describe("Empty response model indicating successful deletion (HTTP 204 No Content).")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { replyIoDeleteSchedule };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=delete-schedule.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-schedule.mjs","names":[],"sources":["../../src/actions/delete-schedule.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoDeleteScheduleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Schedule ID to delete; the unique identifier for the schedule\"),\n}).describe(\"Request model for deleting a schedule.\");\nexport const ReplyIoDeleteScheduleOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model indicating successful deletion (HTTP 204 No Content).\");\n\nexport const replyIoDeleteSchedule = action(\"REPLY_IO_DELETE_SCHEDULE\", {\n slug: \"reply_io-delete-schedule\",\n name: \"Delete Schedule\",\n description: \"Tool to delete a schedule. Use after confirming the schedule exists to remove it permanently.\",\n input: ReplyIoDeleteScheduleInput,\n output: ReplyIoDeleteScheduleOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATsD,EAAE,OAAO,EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACzF,CAAC,CAAC,CAAC,SAAS,wCAOH;CACP,QAPuD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAOrE;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-sequence.ts
|
|
4
|
+
const ReplyIoDeleteSequenceInput = zod.z.object({ id: zod.z.number().int().describe("Sequence ID to delete; must be an integer ≥ 1") }).describe("Request model for deleting a sequence.");
|
|
5
|
+
const ReplyIoDeleteSequenceOutput = zod.z.object({}).describe("Empty response model indicating successful deletion (HTTP 204 No Content).");
|
|
6
|
+
const replyIoDeleteSequence = require_action.action("REPLY_IO_DELETE_SEQUENCE", {
|
|
7
|
+
slug: "reply_io-delete-sequence",
|
|
8
|
+
name: "Delete Sequence",
|
|
9
|
+
description: "Tool to delete a sequence. Use after confirming the sequence exists to remove it permanently.",
|
|
10
|
+
input: ReplyIoDeleteSequenceInput,
|
|
11
|
+
output: ReplyIoDeleteSequenceOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.replyIoDeleteSequence = replyIoDeleteSequence;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-sequence.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-sequence.cjs","names":["z","action"],"sources":["../../src/actions/delete-sequence.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyIoDeleteSequenceInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Sequence ID to delete; must be an integer ≥ 1\"),\n}).describe(\"Request model for deleting a sequence.\");\nexport const ReplyIoDeleteSequenceOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model indicating successful deletion (HTTP 204 No Content).\");\n\nexport const replyIoDeleteSequence = action(\"REPLY_IO_DELETE_SEQUENCE\", {\n slug: \"reply_io-delete-sequence\",\n name: \"Delete Sequence\",\n description: \"Tool to delete a sequence. Use after confirming the sequence exists to remove it permanently.\",\n input: ReplyIoDeleteSequenceInput,\n output: ReplyIoDeleteSequenceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EAC/E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAE3J,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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/delete-sequence.d.ts
|
|
4
|
+
declare const ReplyIoDeleteSequenceInput: z.ZodTypeAny;
|
|
5
|
+
declare const ReplyIoDeleteSequenceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const replyIoDeleteSequence: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { replyIoDeleteSequence };
|
|
9
|
+
//# sourceMappingURL=delete-sequence.d.cts.map
|