@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":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const replyIo = defineApp({\n slug: \"reply_io\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const replyIoCatalog = {
|
|
4
|
+
"slug": "reply_io",
|
|
5
|
+
"name": "Reply.io",
|
|
6
|
+
"description": "Reply.io is an AI-powered sales engagement platform that automates and optimizes sales outreach across multiple channels, integrating with various business tools to enhance lead conversion rates and overall sales productivity.",
|
|
7
|
+
"category": "Marketing Automation",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/reply_io",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.replyIoCatalog = replyIoCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const replyIoCatalog = {\n \"slug\": \"reply_io\",\n \"name\": \"Reply.io\",\n \"description\": \"Reply.io is an AI-powered sales engagement platform that automates and optimizes sales outreach across multiple channels, integrating with various business tools to enhance lead conversion rates and overall sales productivity.\",\n \"category\": \"Marketing Automation\",\n \"logo\": \"https://logos.composio.dev/api/reply_io\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const replyIoCatalog: {
|
|
4
|
+
readonly slug: "reply_io";
|
|
5
|
+
readonly name: "Reply.io";
|
|
6
|
+
readonly description: "Reply.io is an AI-powered sales engagement platform that automates and optimizes sales outreach across multiple channels, integrating with various business tools to enhance lead conversion rates and overall sales productivity.";
|
|
7
|
+
readonly category: "Marketing Automation";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/reply_io";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { replyIoCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const replyIoCatalog: {
|
|
4
|
+
readonly slug: "reply_io";
|
|
5
|
+
readonly name: "Reply.io";
|
|
6
|
+
readonly description: "Reply.io is an AI-powered sales engagement platform that automates and optimizes sales outreach across multiple channels, integrating with various business tools to enhance lead conversion rates and overall sales productivity.";
|
|
7
|
+
readonly category: "Marketing Automation";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/reply_io";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { replyIoCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const replyIoCatalog = {
|
|
4
|
+
"slug": "reply_io",
|
|
5
|
+
"name": "Reply.io",
|
|
6
|
+
"description": "Reply.io is an AI-powered sales engagement platform that automates and optimizes sales outreach across multiple channels, integrating with various business tools to enhance lead conversion rates and overall sales productivity.",
|
|
7
|
+
"category": "Marketing Automation",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/reply_io",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { replyIoCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const replyIoCatalog = {\n \"slug\": \"reply_io\",\n \"name\": \"Reply.io\",\n \"description\": \"Reply.io is an AI-powered sales engagement platform that automates and optimizes sales outreach across multiple channels, integrating with various business tools to enhance lead conversion rates and overall sales productivity.\",\n \"category\": \"Marketing Automation\",\n \"logo\": \"https://logos.composio.dev/api/reply_io\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "reply_io";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeReplyIoTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeReplyIoTool = executeReplyIoTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"reply_io\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeReplyIoTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,mBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "reply_io";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeReplyIoTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeReplyIoTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"reply_io\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeReplyIoTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,mBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_add_contact_to_sequence = require("./actions/add-contact-to-sequence.cjs");
|
|
5
|
+
const require_archive_sequence = require("./actions/archive-sequence.cjs");
|
|
6
|
+
const require_clear_contact_status = require("./actions/clear-contact-status.cjs");
|
|
7
|
+
const require_connect_exchange_account = require("./actions/connect-exchange-account.cjs");
|
|
8
|
+
const require_connect_gmail_account = require("./actions/connect-gmail-account.cjs");
|
|
9
|
+
const require_create_contact = require("./actions/create-contact.cjs");
|
|
10
|
+
const require_create_sequence_step = require("./actions/create-sequence-step.cjs");
|
|
11
|
+
const require_delete_contact = require("./actions/delete-contact.cjs");
|
|
12
|
+
const require_delete_email_account = require("./actions/delete-email-account.cjs");
|
|
13
|
+
const require_delete_schedule = require("./actions/delete-schedule.cjs");
|
|
14
|
+
const require_delete_sequence = require("./actions/delete-sequence.cjs");
|
|
15
|
+
const require_delete_user = require("./actions/delete-user.cjs");
|
|
16
|
+
const require_generate_ulid = require("./actions/generate-ulid.cjs");
|
|
17
|
+
const require_get_contact_by_id = require("./actions/get-contact-by-id.cjs");
|
|
18
|
+
const require_get_contact_status = require("./actions/get-contact-status.cjs");
|
|
19
|
+
const require_get_current_user = require("./actions/get-current-user.cjs");
|
|
20
|
+
const require_get_disconnected_email_accounts = require("./actions/get-disconnected-email-accounts.cjs");
|
|
21
|
+
const require_get_sequence_by_id = require("./actions/get-sequence-by-id.cjs");
|
|
22
|
+
const require_get_sequence_contacts_extended = require("./actions/get-sequence-contacts-extended.cjs");
|
|
23
|
+
const require_get_sequence_step_by_id = require("./actions/get-sequence-step-by-id.cjs");
|
|
24
|
+
const require_list_contacts_basic = require("./actions/list-contacts-basic.cjs");
|
|
25
|
+
const require_list_email_accounts = require("./actions/list-email-accounts.cjs");
|
|
26
|
+
const require_list_lists = require("./actions/list-lists.cjs");
|
|
27
|
+
const require_list_sequence_steps = require("./actions/list-sequence-steps.cjs");
|
|
28
|
+
const require_list_sequences = require("./actions/list-sequences.cjs");
|
|
29
|
+
const require_pause_sequence = require("./actions/pause-sequence.cjs");
|
|
30
|
+
const require_remove_contact_from_sequence = require("./actions/remove-contact-from-sequence.cjs");
|
|
31
|
+
const require_remove_contacts_from_sequence = require("./actions/remove-contacts-from-sequence.cjs");
|
|
32
|
+
const require_search_contacts = require("./actions/search-contacts.cjs");
|
|
33
|
+
const require_set_contact_status = require("./actions/set-contact-status.cjs");
|
|
34
|
+
const require_start_sequence = require("./actions/start-sequence.cjs");
|
|
35
|
+
const require_update_contact = require("./actions/update-contact.cjs");
|
|
36
|
+
const require_update_email_account = require("./actions/update-email-account.cjs");
|
|
37
|
+
require("./actions/index.cjs");
|
|
38
|
+
exports.replyIo = require_app.replyIo;
|
|
39
|
+
exports.replyIoAddContactToSequence = require_add_contact_to_sequence.replyIoAddContactToSequence;
|
|
40
|
+
exports.replyIoArchiveSequence = require_archive_sequence.replyIoArchiveSequence;
|
|
41
|
+
exports.replyIoCatalog = require_catalog.replyIoCatalog;
|
|
42
|
+
exports.replyIoClearContactStatus = require_clear_contact_status.replyIoClearContactStatus;
|
|
43
|
+
exports.replyIoConnectExchangeAccount = require_connect_exchange_account.replyIoConnectExchangeAccount;
|
|
44
|
+
exports.replyIoConnectGmailAccount = require_connect_gmail_account.replyIoConnectGmailAccount;
|
|
45
|
+
exports.replyIoCreateContact = require_create_contact.replyIoCreateContact;
|
|
46
|
+
exports.replyIoCreateSequenceStep = require_create_sequence_step.replyIoCreateSequenceStep;
|
|
47
|
+
exports.replyIoDeleteContact = require_delete_contact.replyIoDeleteContact;
|
|
48
|
+
exports.replyIoDeleteEmailAccount = require_delete_email_account.replyIoDeleteEmailAccount;
|
|
49
|
+
exports.replyIoDeleteSchedule = require_delete_schedule.replyIoDeleteSchedule;
|
|
50
|
+
exports.replyIoDeleteSequence = require_delete_sequence.replyIoDeleteSequence;
|
|
51
|
+
exports.replyIoDeleteUser = require_delete_user.replyIoDeleteUser;
|
|
52
|
+
exports.replyIoGenerateUlid = require_generate_ulid.replyIoGenerateUlid;
|
|
53
|
+
exports.replyIoGetContactById = require_get_contact_by_id.replyIoGetContactById;
|
|
54
|
+
exports.replyIoGetContactStatus = require_get_contact_status.replyIoGetContactStatus;
|
|
55
|
+
exports.replyIoGetCurrentUser = require_get_current_user.replyIoGetCurrentUser;
|
|
56
|
+
exports.replyIoGetDisconnectedEmailAccounts = require_get_disconnected_email_accounts.replyIoGetDisconnectedEmailAccounts;
|
|
57
|
+
exports.replyIoGetSequenceById = require_get_sequence_by_id.replyIoGetSequenceById;
|
|
58
|
+
exports.replyIoGetSequenceContactsExtended = require_get_sequence_contacts_extended.replyIoGetSequenceContactsExtended;
|
|
59
|
+
exports.replyIoGetSequenceStepById = require_get_sequence_step_by_id.replyIoGetSequenceStepById;
|
|
60
|
+
exports.replyIoListContactsBasic = require_list_contacts_basic.replyIoListContactsBasic;
|
|
61
|
+
exports.replyIoListEmailAccounts = require_list_email_accounts.replyIoListEmailAccounts;
|
|
62
|
+
exports.replyIoListLists = require_list_lists.replyIoListLists;
|
|
63
|
+
exports.replyIoListSequenceSteps = require_list_sequence_steps.replyIoListSequenceSteps;
|
|
64
|
+
exports.replyIoListSequences = require_list_sequences.replyIoListSequences;
|
|
65
|
+
exports.replyIoPauseSequence = require_pause_sequence.replyIoPauseSequence;
|
|
66
|
+
exports.replyIoRemoveContactFromSequence = require_remove_contact_from_sequence.replyIoRemoveContactFromSequence;
|
|
67
|
+
exports.replyIoRemoveContactsFromSequence = require_remove_contacts_from_sequence.replyIoRemoveContactsFromSequence;
|
|
68
|
+
exports.replyIoSearchContacts = require_search_contacts.replyIoSearchContacts;
|
|
69
|
+
exports.replyIoSetContactStatus = require_set_contact_status.replyIoSetContactStatus;
|
|
70
|
+
exports.replyIoStartSequence = require_start_sequence.replyIoStartSequence;
|
|
71
|
+
exports.replyIoUpdateContact = require_update_contact.replyIoUpdateContact;
|
|
72
|
+
exports.replyIoUpdateEmailAccount = require_update_email_account.replyIoUpdateEmailAccount;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { replyIoAddContactToSequence } from "./actions/add-contact-to-sequence.cjs";
|
|
2
|
+
import { replyIoArchiveSequence } from "./actions/archive-sequence.cjs";
|
|
3
|
+
import { replyIoClearContactStatus } from "./actions/clear-contact-status.cjs";
|
|
4
|
+
import { replyIoConnectExchangeAccount } from "./actions/connect-exchange-account.cjs";
|
|
5
|
+
import { replyIoConnectGmailAccount } from "./actions/connect-gmail-account.cjs";
|
|
6
|
+
import { replyIoCreateContact } from "./actions/create-contact.cjs";
|
|
7
|
+
import { replyIoCreateSequenceStep } from "./actions/create-sequence-step.cjs";
|
|
8
|
+
import { replyIoDeleteContact } from "./actions/delete-contact.cjs";
|
|
9
|
+
import { replyIoDeleteEmailAccount } from "./actions/delete-email-account.cjs";
|
|
10
|
+
import { replyIoDeleteSchedule } from "./actions/delete-schedule.cjs";
|
|
11
|
+
import { replyIoDeleteSequence } from "./actions/delete-sequence.cjs";
|
|
12
|
+
import { replyIoDeleteUser } from "./actions/delete-user.cjs";
|
|
13
|
+
import { replyIoGenerateUlid } from "./actions/generate-ulid.cjs";
|
|
14
|
+
import { replyIoGetContactById } from "./actions/get-contact-by-id.cjs";
|
|
15
|
+
import { replyIoGetContactStatus } from "./actions/get-contact-status.cjs";
|
|
16
|
+
import { replyIoGetCurrentUser } from "./actions/get-current-user.cjs";
|
|
17
|
+
import { replyIoGetDisconnectedEmailAccounts } from "./actions/get-disconnected-email-accounts.cjs";
|
|
18
|
+
import { replyIoGetSequenceById } from "./actions/get-sequence-by-id.cjs";
|
|
19
|
+
import { replyIoGetSequenceContactsExtended } from "./actions/get-sequence-contacts-extended.cjs";
|
|
20
|
+
import { replyIoGetSequenceStepById } from "./actions/get-sequence-step-by-id.cjs";
|
|
21
|
+
import { replyIoListContactsBasic } from "./actions/list-contacts-basic.cjs";
|
|
22
|
+
import { replyIoListEmailAccounts } from "./actions/list-email-accounts.cjs";
|
|
23
|
+
import { replyIoListLists } from "./actions/list-lists.cjs";
|
|
24
|
+
import { replyIoListSequenceSteps } from "./actions/list-sequence-steps.cjs";
|
|
25
|
+
import { replyIoListSequences } from "./actions/list-sequences.cjs";
|
|
26
|
+
import { replyIoPauseSequence } from "./actions/pause-sequence.cjs";
|
|
27
|
+
import { replyIoRemoveContactFromSequence } from "./actions/remove-contact-from-sequence.cjs";
|
|
28
|
+
import { replyIoRemoveContactsFromSequence } from "./actions/remove-contacts-from-sequence.cjs";
|
|
29
|
+
import { replyIoSearchContacts } from "./actions/search-contacts.cjs";
|
|
30
|
+
import { replyIoSetContactStatus } from "./actions/set-contact-status.cjs";
|
|
31
|
+
import { replyIoStartSequence } from "./actions/start-sequence.cjs";
|
|
32
|
+
import { replyIoUpdateContact } from "./actions/update-contact.cjs";
|
|
33
|
+
import { replyIoUpdateEmailAccount } from "./actions/update-email-account.cjs";
|
|
34
|
+
import { replyIo } from "./app.cjs";
|
|
35
|
+
import { replyIoCatalog } from "./catalog.cjs";
|
|
36
|
+
export { replyIo, replyIoAddContactToSequence, replyIoArchiveSequence, replyIoCatalog, replyIoClearContactStatus, replyIoConnectExchangeAccount, replyIoConnectGmailAccount, replyIoCreateContact, replyIoCreateSequenceStep, replyIoDeleteContact, replyIoDeleteEmailAccount, replyIoDeleteSchedule, replyIoDeleteSequence, replyIoDeleteUser, replyIoGenerateUlid, replyIoGetContactById, replyIoGetContactStatus, replyIoGetCurrentUser, replyIoGetDisconnectedEmailAccounts, replyIoGetSequenceById, replyIoGetSequenceContactsExtended, replyIoGetSequenceStepById, replyIoListContactsBasic, replyIoListEmailAccounts, replyIoListLists, replyIoListSequenceSteps, replyIoListSequences, replyIoPauseSequence, replyIoRemoveContactFromSequence, replyIoRemoveContactsFromSequence, replyIoSearchContacts, replyIoSetContactStatus, replyIoStartSequence, replyIoUpdateContact, replyIoUpdateEmailAccount };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { replyIoAddContactToSequence } from "./actions/add-contact-to-sequence.mjs";
|
|
2
|
+
import { replyIoArchiveSequence } from "./actions/archive-sequence.mjs";
|
|
3
|
+
import { replyIoClearContactStatus } from "./actions/clear-contact-status.mjs";
|
|
4
|
+
import { replyIoConnectExchangeAccount } from "./actions/connect-exchange-account.mjs";
|
|
5
|
+
import { replyIoConnectGmailAccount } from "./actions/connect-gmail-account.mjs";
|
|
6
|
+
import { replyIoCreateContact } from "./actions/create-contact.mjs";
|
|
7
|
+
import { replyIoCreateSequenceStep } from "./actions/create-sequence-step.mjs";
|
|
8
|
+
import { replyIoDeleteContact } from "./actions/delete-contact.mjs";
|
|
9
|
+
import { replyIoDeleteEmailAccount } from "./actions/delete-email-account.mjs";
|
|
10
|
+
import { replyIoDeleteSchedule } from "./actions/delete-schedule.mjs";
|
|
11
|
+
import { replyIoDeleteSequence } from "./actions/delete-sequence.mjs";
|
|
12
|
+
import { replyIoDeleteUser } from "./actions/delete-user.mjs";
|
|
13
|
+
import { replyIoGenerateUlid } from "./actions/generate-ulid.mjs";
|
|
14
|
+
import { replyIoGetContactById } from "./actions/get-contact-by-id.mjs";
|
|
15
|
+
import { replyIoGetContactStatus } from "./actions/get-contact-status.mjs";
|
|
16
|
+
import { replyIoGetCurrentUser } from "./actions/get-current-user.mjs";
|
|
17
|
+
import { replyIoGetDisconnectedEmailAccounts } from "./actions/get-disconnected-email-accounts.mjs";
|
|
18
|
+
import { replyIoGetSequenceById } from "./actions/get-sequence-by-id.mjs";
|
|
19
|
+
import { replyIoGetSequenceContactsExtended } from "./actions/get-sequence-contacts-extended.mjs";
|
|
20
|
+
import { replyIoGetSequenceStepById } from "./actions/get-sequence-step-by-id.mjs";
|
|
21
|
+
import { replyIoListContactsBasic } from "./actions/list-contacts-basic.mjs";
|
|
22
|
+
import { replyIoListEmailAccounts } from "./actions/list-email-accounts.mjs";
|
|
23
|
+
import { replyIoListLists } from "./actions/list-lists.mjs";
|
|
24
|
+
import { replyIoListSequenceSteps } from "./actions/list-sequence-steps.mjs";
|
|
25
|
+
import { replyIoListSequences } from "./actions/list-sequences.mjs";
|
|
26
|
+
import { replyIoPauseSequence } from "./actions/pause-sequence.mjs";
|
|
27
|
+
import { replyIoRemoveContactFromSequence } from "./actions/remove-contact-from-sequence.mjs";
|
|
28
|
+
import { replyIoRemoveContactsFromSequence } from "./actions/remove-contacts-from-sequence.mjs";
|
|
29
|
+
import { replyIoSearchContacts } from "./actions/search-contacts.mjs";
|
|
30
|
+
import { replyIoSetContactStatus } from "./actions/set-contact-status.mjs";
|
|
31
|
+
import { replyIoStartSequence } from "./actions/start-sequence.mjs";
|
|
32
|
+
import { replyIoUpdateContact } from "./actions/update-contact.mjs";
|
|
33
|
+
import { replyIoUpdateEmailAccount } from "./actions/update-email-account.mjs";
|
|
34
|
+
import { replyIo } from "./app.mjs";
|
|
35
|
+
import { replyIoCatalog } from "./catalog.mjs";
|
|
36
|
+
export { replyIo, replyIoAddContactToSequence, replyIoArchiveSequence, replyIoCatalog, replyIoClearContactStatus, replyIoConnectExchangeAccount, replyIoConnectGmailAccount, replyIoCreateContact, replyIoCreateSequenceStep, replyIoDeleteContact, replyIoDeleteEmailAccount, replyIoDeleteSchedule, replyIoDeleteSequence, replyIoDeleteUser, replyIoGenerateUlid, replyIoGetContactById, replyIoGetContactStatus, replyIoGetCurrentUser, replyIoGetDisconnectedEmailAccounts, replyIoGetSequenceById, replyIoGetSequenceContactsExtended, replyIoGetSequenceStepById, replyIoListContactsBasic, replyIoListEmailAccounts, replyIoListLists, replyIoListSequenceSteps, replyIoListSequences, replyIoPauseSequence, replyIoRemoveContactFromSequence, replyIoRemoveContactsFromSequence, replyIoSearchContacts, replyIoSetContactStatus, replyIoStartSequence, replyIoUpdateContact, replyIoUpdateEmailAccount };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { replyIo } from "./app.mjs";
|
|
2
|
+
import { replyIoCatalog } from "./catalog.mjs";
|
|
3
|
+
import { replyIoAddContactToSequence } from "./actions/add-contact-to-sequence.mjs";
|
|
4
|
+
import { replyIoArchiveSequence } from "./actions/archive-sequence.mjs";
|
|
5
|
+
import { replyIoClearContactStatus } from "./actions/clear-contact-status.mjs";
|
|
6
|
+
import { replyIoConnectExchangeAccount } from "./actions/connect-exchange-account.mjs";
|
|
7
|
+
import { replyIoConnectGmailAccount } from "./actions/connect-gmail-account.mjs";
|
|
8
|
+
import { replyIoCreateContact } from "./actions/create-contact.mjs";
|
|
9
|
+
import { replyIoCreateSequenceStep } from "./actions/create-sequence-step.mjs";
|
|
10
|
+
import { replyIoDeleteContact } from "./actions/delete-contact.mjs";
|
|
11
|
+
import { replyIoDeleteEmailAccount } from "./actions/delete-email-account.mjs";
|
|
12
|
+
import { replyIoDeleteSchedule } from "./actions/delete-schedule.mjs";
|
|
13
|
+
import { replyIoDeleteSequence } from "./actions/delete-sequence.mjs";
|
|
14
|
+
import { replyIoDeleteUser } from "./actions/delete-user.mjs";
|
|
15
|
+
import { replyIoGenerateUlid } from "./actions/generate-ulid.mjs";
|
|
16
|
+
import { replyIoGetContactById } from "./actions/get-contact-by-id.mjs";
|
|
17
|
+
import { replyIoGetContactStatus } from "./actions/get-contact-status.mjs";
|
|
18
|
+
import { replyIoGetCurrentUser } from "./actions/get-current-user.mjs";
|
|
19
|
+
import { replyIoGetDisconnectedEmailAccounts } from "./actions/get-disconnected-email-accounts.mjs";
|
|
20
|
+
import { replyIoGetSequenceById } from "./actions/get-sequence-by-id.mjs";
|
|
21
|
+
import { replyIoGetSequenceContactsExtended } from "./actions/get-sequence-contacts-extended.mjs";
|
|
22
|
+
import { replyIoGetSequenceStepById } from "./actions/get-sequence-step-by-id.mjs";
|
|
23
|
+
import { replyIoListContactsBasic } from "./actions/list-contacts-basic.mjs";
|
|
24
|
+
import { replyIoListEmailAccounts } from "./actions/list-email-accounts.mjs";
|
|
25
|
+
import { replyIoListLists } from "./actions/list-lists.mjs";
|
|
26
|
+
import { replyIoListSequenceSteps } from "./actions/list-sequence-steps.mjs";
|
|
27
|
+
import { replyIoListSequences } from "./actions/list-sequences.mjs";
|
|
28
|
+
import { replyIoPauseSequence } from "./actions/pause-sequence.mjs";
|
|
29
|
+
import { replyIoRemoveContactFromSequence } from "./actions/remove-contact-from-sequence.mjs";
|
|
30
|
+
import { replyIoRemoveContactsFromSequence } from "./actions/remove-contacts-from-sequence.mjs";
|
|
31
|
+
import { replyIoSearchContacts } from "./actions/search-contacts.mjs";
|
|
32
|
+
import { replyIoSetContactStatus } from "./actions/set-contact-status.mjs";
|
|
33
|
+
import { replyIoStartSequence } from "./actions/start-sequence.mjs";
|
|
34
|
+
import { replyIoUpdateContact } from "./actions/update-contact.mjs";
|
|
35
|
+
import { replyIoUpdateEmailAccount } from "./actions/update-email-account.mjs";
|
|
36
|
+
import "./actions/index.mjs";
|
|
37
|
+
export { replyIo, replyIoAddContactToSequence, replyIoArchiveSequence, replyIoCatalog, replyIoClearContactStatus, replyIoConnectExchangeAccount, replyIoConnectGmailAccount, replyIoCreateContact, replyIoCreateSequenceStep, replyIoDeleteContact, replyIoDeleteEmailAccount, replyIoDeleteSchedule, replyIoDeleteSequence, replyIoDeleteUser, replyIoGenerateUlid, replyIoGetContactById, replyIoGetContactStatus, replyIoGetCurrentUser, replyIoGetDisconnectedEmailAccounts, replyIoGetSequenceById, replyIoGetSequenceContactsExtended, replyIoGetSequenceStepById, replyIoListContactsBasic, replyIoListEmailAccounts, replyIoListLists, replyIoListSequenceSteps, replyIoListSequences, replyIoPauseSequence, replyIoRemoveContactFromSequence, replyIoRemoveContactsFromSequence, replyIoSearchContacts, replyIoSetContactStatus, replyIoStartSequence, replyIoUpdateContact, replyIoUpdateEmailAccount };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/reply_io",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/reply_io"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|